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