about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorLena <126529524+acuteenvy@users.noreply.github.com>2023-12-12 20:23:28 +0100
committerYt <raphael@megzari.com>2023-12-13 00:02:40 +0000
commit3be758860c96b3c0e94f97fdb72f0387ca033736 (patch)
tree36ed12a1be90d879dd0da9a5b7fdcab742128e0b /pkgs/shells
parent90c3374749364dc58f7077e4cfb53caa0bd29350 (diff)
nushell: 0.87.1 -> 0.88.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/nushell/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix
index bace4b422edfc..4a7da71db2a7a 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -22,7 +22,7 @@
 }:
 
 let
-  version = "0.87.1";
+  version = "0.88.0";
 in
 
 rustPlatform.buildRustPackage {
@@ -33,10 +33,10 @@ rustPlatform.buildRustPackage {
     owner = "nushell";
     repo = "nushell";
     rev = version;
-    hash = "sha256-lPfP0bnMTb+IQoWdf7oHaj96/l68Ic6OmB/Ur9Q65g8=";
+    hash = "sha256-kqN/R5SD+vMJV039/YZvO9OIfjqIRGTZVcTrqBkl+9E=";
   };
 
-  cargoHash = "sha256-2xc0IiPCmhFtVXWEpDpRny27/bJZAh/Ke9+LVsrcWF0=";
+  cargoHash = "sha256-Mdm5E3TUlMIDpL4VaZf/5OZQ6UVU70qicbdAS8seWSI=";
 
   nativeBuildInputs = [ pkg-config ]
     ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]