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.
1 parent 52c5665 commit 0ff78efCopy full SHA for 0ff78ef
pkgs/tools/misc/shadowenv/default.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "shadowenv";
12
- version = "3.0.1";
+ version = "3.0.3";
13
14
src = fetchFromGitHub {
15
owner = "Shopify";
16
repo = pname;
17
rev = version;
18
- hash = "sha256-9K04g2DCADkRwjo55rDwVwkvmypqujdN1fqOmHmC09E=";
+ hash = "sha256-ZipFcwTpKKFnQWOPxXg07V71jitG0NSLpGLEzUSsUFA=";
19
};
20
21
- cargoHash = "sha256-GBqxA49H3KG63hn8QfM4U8m9uZ1YAhJio6bGziyLvV0=";
+ cargoHash = "sha256-iCAPhCn4dKm+uheF0DvGyLBeZXlKhr+J6LRxsOUg1xU=";
22
23
nativeBuildInputs = [ installShellFiles ];
24
0 commit comments