summary refs log tree commit diff
path: root/pkgs/shells/nushell/default.nix
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-08-15 07:17:20 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-08-15 07:25:05 +0900
commit2026a9aee0a1b0657e021b4e6d49191c87aeb605 (patch)
treedae7d787093d712e06a2185e2c262d85ef8f2194 /pkgs/shells/nushell/default.nix
parentd6fa00fe5f7878fb29e77e0c771944f80f401252 (diff)
downloadnixpkgs-2026a9aee0a1b0657e021b4e6d49191c87aeb605.tar
nixpkgs-2026a9aee0a1b0657e021b4e6d49191c87aeb605.tar.gz
nixpkgs-2026a9aee0a1b0657e021b4e6d49191c87aeb605.tar.bz2
nixpkgs-2026a9aee0a1b0657e021b4e6d49191c87aeb605.tar.lz
nixpkgs-2026a9aee0a1b0657e021b4e6d49191c87aeb605.tar.xz
nixpkgs-2026a9aee0a1b0657e021b4e6d49191c87aeb605.tar.zst
nixpkgs-2026a9aee0a1b0657e021b4e6d49191c87aeb605.zip
nushell: 0.17.0 -> 0.18.1
Diffstat (limited to 'pkgs/shells/nushell/default.nix')
-rw-r--r--pkgs/shells/nushell/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix
index 10d1b4267eb..351799099b1 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -14,16 +14,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "nushell";
-  version = "0.17.0";
+  version = "0.18.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "1a5jr1fh2n57lz84n6bvh78kjnvyaivjxwn95qkiiacvam2ji1h5";
+    sha256 = "100r26dx57wdzdpf6lgsgw0py33k3nsx73pa1qjcipwv00a106sr";
   };
 
-  cargoSha256 = "16m2bjmkcby14sd21axfr9qvghhyf5q2wdrmjw1dl3c8xhghqyy8";
+  cargoSha256 = "0ch79zsnqb5n9r7jq6figpmqp2cs2p9a3m7fg3sd04m797ki9chr";
 
   nativeBuildInputs = [ pkg-config ]
     ++ lib.optionals (withStableFeatures && stdenv.isLinux) [ python3 ];
@@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec {
     description = "A modern shell written in Rust";
     homepage = "https://www.nushell.sh/";
     license = licenses.mit;
-    maintainers = with maintainers; [ filalex77 marsam ];
+    maintainers = with maintainers; [ filalex77 johntitor marsam ];
     platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
   };