about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorSerg Nesterov <i.am.cust0dian@gmail.com>2021-05-29 01:31:49 +0300
committerSerg Nesterov <i.am.cust0dian@gmail.com>2021-05-29 01:31:49 +0300
commitf159db1d686d7ab9e76e3646c7f9b231464ac85e (patch)
tree9a2727e1518a1baa67454d888593447149b04b73 /pkgs/shells
parentacf171303eb625776d21f8a3366b911d4d1c2e75 (diff)
nushell: 0.30.0 -> 0.31.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 a03e3eb3df56d..06ff6011d2637 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -17,16 +17,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "nushell";
-  version = "0.30.0";
+  version = "0.31.0";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "104zrj15kmc0a698dc8dxbzhg1rjqn38v3wqcwg2xiickglpgd5f";
+    sha256 = "1dpbc6m0pxizkh4r02nw1i1fx9v43llylqnd28naqkklwc15pb2w";
   };
 
-  cargoSha256 = "1c6yhkj1hyr82y82nff6gy9kq9z0mbq3ivlq8rir10pnqy4j5791";
+  cargoSha256 = "1znqac3s48ah9a7zpqdgw0lvvhklryj2j7mym65myzjbn1g264rm";
 
   nativeBuildInputs = [ pkg-config ]
     ++ lib.optionals (withStableFeatures && stdenv.isLinux) [ python3 ];