mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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
|
||||
version = "0.104.0";
|
||||
version = "0.104.1";
|
||||
in
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
|
@ -31,11 +31,11 @@ rustPlatform.buildRustPackage {
|
|||
owner = "nushell";
|
||||
repo = "nushell";
|
||||
tag = version;
|
||||
hash = "sha256-F4nHCOpbcvmdXDX5KJc9MS3hIIrtMlZR8IjDU7Us/xs=";
|
||||
hash = "sha256-ibQBwcoWzxl7t5q0KpiCiEmAasJJjBg2LMGf28y3sCk=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-zem4HgxO0DD22Bxvs9KN3Zb5E991svV5qcw7MfDUOq4=";
|
||||
cargoHash = "sha256-8HxLX94i86F9vsnlZFgvVdTCkponlEA51WXCT3zlc2w=";
|
||||
|
||||
nativeBuildInputs =
|
||||
[ pkg-config ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue