mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nushell: 0.104.0 -> 0.104.1
This commit is contained in:
parent
bb725f4da3
commit
15719ef295
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.104.0";
|
version = "0.104.1";
|
||||||
in
|
in
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
|
@ -31,11 +31,11 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "nushell";
|
owner = "nushell";
|
||||||
repo = "nushell";
|
repo = "nushell";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-F4nHCOpbcvmdXDX5KJc9MS3hIIrtMlZR8IjDU7Us/xs=";
|
hash = "sha256-ibQBwcoWzxl7t5q0KpiCiEmAasJJjBg2LMGf28y3sCk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-zem4HgxO0DD22Bxvs9KN3Zb5E991svV5qcw7MfDUOq4=";
|
cargoHash = "sha256-8HxLX94i86F9vsnlZFgvVdTCkponlEA51WXCT3zlc2w=";
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
[ pkg-config ]
|
[ pkg-config ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue