envchain: 1.0.1 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-04-24 00:56:14 +00:00
parent 71b4a60386
commit 5b327c4a4d

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 = ''