Skip to content

Commit 105b874

Browse files
nix-your-shell: 1.4.8 -> 1.4.9 (#495229)
2 parents f6b299f + dd67250 commit 105b874

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/ni/nix-your-shell/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
}:
99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "nix-your-shell";
11-
version = "1.4.8";
11+
version = "1.4.9";
1212

1313
src = fetchFromGitHub {
1414
owner = "MercuryTechnologies";
1515
repo = "nix-your-shell";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-2KiqDqKKT28yjCEtU0vFd+dFktGd6Xp+yxSSI/R7fjc=";
17+
hash = "sha256-mpgVlM3mFbjugEcWyhayEwSQvgj64jlAiy/RLgSTlyw=";
1818
};
1919

20-
cargoHash = "sha256-BBKnA/QX37qEtWw69+nS1NjurI2GXASUrfY1E0iL/0Q=";
20+
cargoHash = "sha256-ReK85FRyl+4Epr11XsIiPUR3wFl6/HJ5MmYDX9Impes=";
2121

2222
passthru = {
2323
generate-config =

0 commit comments

Comments
 (0)