1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #319718 from r-ryantm/auto-update/shadowenv

shadowenv: 2.1.1 -> 2.1.2
This commit is contained in:
Nick Cao 2024-06-15 09:07:19 -04:00 committed by GitHub
commit 15910caf46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 18 deletions

View file

@ -1,13 +0,0 @@
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,18 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "shadowenv";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "Shopify";
repo = pname;
rev = version;
hash = "sha256-NKqoeJ2sejbe7Gghk3H7oJtP16SX1PcIIjsh/bZdTfQ=";
hash = "sha256-SYVVP1WOadsgucHo3z5QxbGtzczfiej4C3/EmbrHOhg=";
};
cargoPatches = [ ./Cargo.lock.patch ];
cargoHash = "sha256-CGAwb+UduM2QKne2bPntOcFnaUQN/3uUANc6z7f/Oig=";
cargoHash = "sha256-x4OQa84cIKzx29lMx56GfqSFE216jD897g4VhkiV4Kc=";
nativeBuildInputs = [ installShellFiles ];