1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

Merge pull request #74774 from filalex77/nushell-0.6.1

nushell: 0.6.0 -> 0.6.1
This commit is contained in:
Mario Rodas 2019-12-01 08:51:04 -05:00 committed by GitHub
commit 9725dda58e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "nushell";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "012fhy7ni4kyxypn25ssj6py1zxwk41bj4xb1ni4zaw47fqsj1nw";
sha256 = "0fdi5c9l8ij2vqcxwi9203mh1qj3lcqsl4kl2rkshqj45hn4ab2a";
};
cargoSha256 = "17r6g80qcy1mb195fl5iwcr83d35q2hs71camhwjbdh8yrs9l1la";
cargoSha256 = "11cr88jmy34lzjka7agzfvm13hvg66ksa735rzcdx7lcxha538f3";
nativeBuildInputs = [ pkg-config ]
++ stdenv.lib.optionals (withAllFeatures && stdenv.isLinux) [ python3 ];