Merge pull request #306427 from r-ryantm/auto-update/envchain

envchain: 1.0.1 -> 1.1.0
This commit is contained in:
Nick Cao 2024-04-24 10:14:20 -04:00 committed by GitHub
commit 08ff7749b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "envchain";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "sorah";
repo = pname;
rev = "v${version}";
sha256 = "0qxwiqhb8cg0zbn5p0mvnbyxx1xwvgiricrkjlvxz13sf2ngq87p";
sha256 = "sha256-QUy38kJzMbYOyT86as4/yq2ctcszSnB8a3eVWxgd4Fo=";
};
postPatch = ''