about summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-16 18:24:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-16 18:24:29 +0000
commit6ab28e7f8559d7f5fdf59e5d5d8a8c9c9e18fca0 (patch)
treedf36592a7698b1d5f52142c131a156894ebea2ef /pkgs/tools/cd-dvd
parent3cb97b9715dc75c8ade7b008388e72744f9d78a2 (diff)
downloadnixlib-6ab28e7f8559d7f5fdf59e5d5d8a8c9c9e18fca0.tar
nixlib-6ab28e7f8559d7f5fdf59e5d5d8a8c9c9e18fca0.tar.gz
nixlib-6ab28e7f8559d7f5fdf59e5d5d8a8c9c9e18fca0.tar.bz2
nixlib-6ab28e7f8559d7f5fdf59e5d5d8a8c9c9e18fca0.tar.lz
nixlib-6ab28e7f8559d7f5fdf59e5d5d8a8c9c9e18fca0.tar.xz
nixlib-6ab28e7f8559d7f5fdf59e5d5d8a8c9c9e18fca0.tar.zst
nixlib-6ab28e7f8559d7f5fdf59e5d5d8a8c9c9e18fca0.zip
isomd5sum: 1.2.3 -> 1.2.4
Diffstat (limited to 'pkgs/tools/cd-dvd')
-rw-r--r--pkgs/tools/cd-dvd/isomd5sum/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/cd-dvd/isomd5sum/default.nix b/pkgs/tools/cd-dvd/isomd5sum/default.nix
index 9cb033e15d13..d13a3c5f0f13 100644
--- a/pkgs/tools/cd-dvd/isomd5sum/default.nix
+++ b/pkgs/tools/cd-dvd/isomd5sum/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "isomd5sum";
-  version = "1.2.3";
+  version = "1.2.4";
 
   src = fetchFromGitHub {
     owner = "rhinstaller";
     repo = pname;
     rev = version;
-    sha256 = "1wjnh2hlp1hjjm4a8wzdhdrm73jq41lmpmy3ls0rh715p3j7z4q9";
+    sha256 = "sha256-tpDk7Wt2zV0vB2IILuIJyMMFBSiHKAVkSqsCwnWApJ0=";
   };
 
   strictDeps = true;