Skip to content

Commit eb178f0

Browse files
author
Lisa Ugray
committed
bump version to 2.0.6
1 parent 24be6fe commit eb178f0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowenv"
3-
version = "2.0.5"
3+
version = "2.0.6"
44
authors = ["Burke Libbey <[email protected]>", "Lisa Ugray <[email protected]>", "Aaron Olson <[email protected]>"]
55
edition = "2018"
66

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
77
(lib.findFirst (line: lib.hasPrefix ''version = "'' line) ''version = ""''
88
(lib.splitString "\n" (builtins.readFile (./. + "/Cargo.toml")))));
99
src = builtins.fetchGit { url = "file://${builtins.toString ./.}"; };
10-
cargoSha256 = "1ksrqyb88z0sav0hg2asly5my7zgqvjla22a47wb0sppj9f0z70b";
10+
cargoSha256 = "18abkffhb3mkxr4jkf4q5chk5fxbl3xg6rzr08aw9q3z316a6bxh";
1111
nativeBuildInputs = [ installShellFiles ];
1212
buildInputs =
1313
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];

0 commit comments

Comments
 (0)