mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
nushell: 0.80.0 -> 0.81.0
This commit is contained in:
parent
99b72f5211
commit
9b59981f40
@ -24,7 +24,7 @@
|
||||
|
||||
rustPlatform.buildRustPackage (
|
||||
let
|
||||
version = "0.80.0";
|
||||
version = "0.81.0";
|
||||
pname = "nushell";
|
||||
in {
|
||||
inherit version pname;
|
||||
@ -33,10 +33,10 @@ rustPlatform.buildRustPackage (
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-XPN2ziwQNOilYei9SQ+e8w7g90e7/qGXgU8Gb28c5Wc=";
|
||||
hash = "sha256-Hcr4mSx5qSMNe7/UTR6iXV3IyTBiRgfWS7vYf3FIxQA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-j3YYKEGB/fDQVQIsGx+/gjPQggtQ+7YcmGi1V7bJJqM=";
|
||||
cargoHash = "sha256-Xa8mQVz3uOw212aLlRfM4GmA0vjjt/5SjQ5biOLcqEc=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ]
|
||||
++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]
|
||||
|
Loading…
Reference in New Issue
Block a user