about summary refs log tree commit diff
path: root/pkgs/tools/security/rhash
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-17 18:04:11 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-17 18:04:11 +0000
commitec38b4db76ff518d525b1d6d0127c216d125d7b3 (patch)
tree60e3b60a878b9dcf1df58f4eb83e9cb322723a2c /pkgs/tools/security/rhash
parentfdf0e8f80ae6c1234ad686d7a4b0e173c46d75ab (diff)
rhash: 1.4.3 -> 1.4.4
Diffstat (limited to 'pkgs/tools/security/rhash')
-rw-r--r--pkgs/tools/security/rhash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/rhash/default.nix b/pkgs/tools/security/rhash/default.nix
index 6e73375be208e..e789eeba05394 100644
--- a/pkgs/tools/security/rhash/default.nix
+++ b/pkgs/tools/security/rhash/default.nix
@@ -6,14 +6,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "1.4.3";
+  version = "1.4.4";
   pname = "rhash";
 
   src = fetchFromGitHub {
     owner = "rhash";
     repo = "RHash";
     rev = "v${version}";
-    sha256 = "sha256-R+dHYG0DBI1uo+yF/pxoTv/V9WSfph043bH6erZjeCE=";
+    sha256 = "sha256-3CW41ULdXoID4cOgrcG2j85tgIJ/sz5hU7A83qpuxf4=";
   };
 
   nativeBuildInputs = [ which ];