about summary refs log tree commit diff
path: root/pkgs/tools/misc/grex
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-06 12:32:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-06 12:32:29 +0000
commitd67739e24d8eb8955930b29de24a0dd23419c363 (patch)
tree2cf6eeadbdf7dc9596c83cc33534d7857c3dc45c /pkgs/tools/misc/grex
parent9df3e30ce24fd28c7b3e2de0d986769db5d6225d (diff)
grex: 1.4.4 -> 1.4.5
Diffstat (limited to 'pkgs/tools/misc/grex')
-rw-r--r--pkgs/tools/misc/grex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/grex/default.nix b/pkgs/tools/misc/grex/default.nix
index 2a6ca6031e3be..d68deba131ffc 100644
--- a/pkgs/tools/misc/grex/default.nix
+++ b/pkgs/tools/misc/grex/default.nix
@@ -6,16 +6,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "grex";
-  version = "1.4.4";
+  version = "1.4.5";
 
   src = fetchFromGitHub {
     owner = "pemistahl";
     repo = "grex";
     rev = "v${version}";
-    hash = "sha256-ef1eUxeCznIgXLoywwJmnLkTGdW1AmGwCin9DLU9kAs=";
+    hash = "sha256-Ut2H2H66XN1+wHpYivnuhil21lbd7bwIcIcMyIimdis=";
   };
 
-  cargoHash = "sha256-XLH+fS3fwRcWmVOzTjUacV010N37Oofs9Tbixdka1qY=";
+  cargoHash = "sha256-ZRE1vKgi0/UtSe2bdN0BLdtDfAauTfwcqOcl3y63fAA=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];