We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6b299f + dd67250 commit 105b874Copy full SHA for 105b874
1 file changed
pkgs/by-name/ni/nix-your-shell/package.nix
@@ -8,16 +8,16 @@
8
}:
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "nix-your-shell";
11
- version = "1.4.8";
+ version = "1.4.9";
12
13
src = fetchFromGitHub {
14
owner = "MercuryTechnologies";
15
repo = "nix-your-shell";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-2KiqDqKKT28yjCEtU0vFd+dFktGd6Xp+yxSSI/R7fjc=";
+ hash = "sha256-mpgVlM3mFbjugEcWyhayEwSQvgj64jlAiy/RLgSTlyw=";
18
};
19
20
- cargoHash = "sha256-BBKnA/QX37qEtWw69+nS1NjurI2GXASUrfY1E0iL/0Q=";
+ cargoHash = "sha256-ReK85FRyl+4Epr11XsIiPUR3wFl6/HJ5MmYDX9Impes=";
21
22
passthru = {
23
generate-config =
0 commit comments