nushell: 0.104.0 -> 0.104.1

This commit is contained in:
Yethal 2025-05-23 16:24:19 +02:00
parent bb725f4da3
commit 15719ef295

View file

@ -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 ]