nix-your-shell: 1.4.9 -> 1.4.10 (#503449)

This commit is contained in:
Pol Dellaiera
2026-03-25 18:31:44 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "nix-your-shell";
version = "1.4.9";
version = "1.4.10";
src = fetchFromGitHub {
owner = "MercuryTechnologies";
repo = "nix-your-shell";
tag = "v${finalAttrs.version}";
hash = "sha256-mpgVlM3mFbjugEcWyhayEwSQvgj64jlAiy/RLgSTlyw=";
hash = "sha256-u94lxsvJrvpKitDDVCoolqHyZMfnQTGtyBwlCegv7Ro=";
};
cargoHash = "sha256-ReK85FRyl+4Epr11XsIiPUR3wFl6/HJ5MmYDX9Impes=";
cargoHash = "sha256-SyWD5TJbCxrFtAV2W4XcO1Rnfp3Ygab66UDBFDuSzJk=";
passthru = {
generate-config =