Merge pull request #246158 from marsam/update-shadowenv

shadowenv: 2.1.0 -> 2.1.1
This commit is contained in:
Nick Cao 2023-07-30 18:21:30 -06:00 committed by GitHub
commit f508fa8ec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 3 deletions

View file

@ -0,0 +1,13 @@
diff --git c/Cargo.lock i/Cargo.lock
index fb6ef6e..347b404 100644
--- c/Cargo.lock
+++ i/Cargo.lock
@@ -1168,7 +1168,7 @@ dependencies = [
[[package]]
name = "shadowenv"
-version = "2.1.0"
+version = "2.1.1"
dependencies = [
"atty",
"blake2",

View file

@ -2,16 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "shadowenv";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "Shopify";
repo = pname;
rev = version;
hash = "sha256-11Zce3eehyuDOl2zYl0sf/yh8SOOnu8W/CrL18e3zzw=";
hash = "sha256-NKqoeJ2sejbe7Gghk3H7oJtP16SX1PcIIjsh/bZdTfQ=";
};
cargoHash = "sha256-eo+/mZ6QFoXgIT1uT65TVR65xWBm/Cw5yBzvRUVgQUY=";
cargoPatches = [ ./Cargo.lock.patch ];
cargoHash = "sha256-CGAwb+UduM2QKne2bPntOcFnaUQN/3uUANc6z7f/Oig=";
nativeBuildInputs = [ installShellFiles ];