about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-26 11:50:12 -0400
committerGitHub <noreply@github.com>2023-07-26 11:50:12 -0400
commit71aa741714e729078117eaa2860ad6757329a4dc (patch)
tree76e58de37ac4a141fd9479188088829e67bab493
parent7539b8f2d721d382ae97e77a98f09f977e5d4fc9 (diff)
parentf9774b6b8c7f175706533f72c9e331fbc1ee8d93 (diff)
Merge pull request #245532 from SuperSandro2000/grex
grex: 1.4.1 -> 1.4.2
-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 1c925b6e6fa09..d7a0fc1a747bc 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.1";
+  version = "1.4.2";
 
   src = fetchFromGitHub {
     owner = "pemistahl";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-of6mZ0SeiFXuXmvk64WoUNv6CLoj05K2kQpDQLMLwuY=";
+    sha256 = "sha256-kbrBnpoVeXSgmIqElpfAnoSutYwsnFaxFJpRsJPUE8k=";
   };
 
-  cargoSha256 = "sha256-BS9K/1CyNYFwC/zQXEWZcSCjQyWgLgcVNbuyez2q/Ak=";
+  cargoSha256 = "sha256-WO8h5JUEiCpfsROQoRZj7I6em6REcJ2PfmoGN1zKRPg=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];