Skip to content

Commit 57308de

Browse files
authored
shadowenv: 3.0.1 -> 3.0.3 (#378729)
2 parents 608729e + 0ff78ef commit 57308de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/shadowenv/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "shadowenv";
12-
version = "3.0.1";
12+
version = "3.0.3";
1313

1414
src = fetchFromGitHub {
1515
owner = "Shopify";
1616
repo = pname;
1717
rev = version;
18-
hash = "sha256-9K04g2DCADkRwjo55rDwVwkvmypqujdN1fqOmHmC09E=";
18+
hash = "sha256-ZipFcwTpKKFnQWOPxXg07V71jitG0NSLpGLEzUSsUFA=";
1919
};
2020

21-
cargoHash = "sha256-GBqxA49H3KG63hn8QfM4U8m9uZ1YAhJio6bGziyLvV0=";
21+
cargoHash = "sha256-iCAPhCn4dKm+uheF0DvGyLBeZXlKhr+J6LRxsOUg1xU=";
2222

2323
nativeBuildInputs = [ installShellFiles ];
2424

0 commit comments

Comments
 (0)