about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 01:26:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 01:26:35 +0000
commit4a4d39f387a718e93b32229f560a01c3be8df244 (patch)
tree6213552dabe8d2dc7865882210ac73dab7a6881a
parentec9cb32147fbd46a4082cb119d274a0990caa390 (diff)
rush: 2.2 -> 2.3
-rw-r--r--pkgs/shells/rush/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/rush/default.nix b/pkgs/shells/rush/default.nix
index 02b33d403f97f..6e7e256561b6f 100644
--- a/pkgs/shells/rush/default.nix
+++ b/pkgs/shells/rush/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "rush";
-  version = "2.2";
+  version = "2.3";
 
   src = fetchurl {
     url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-ld5TdpF7siprQCbhE4oxYhH40x3QZ5NCQlD3zRaNmM0=";
+    sha256 = "sha256-57gBYfZsKdK1moXBC52KgxKv/MIeQK6tDu+fznXLZ+Y=";
   };
 
   strictDeps = true;