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

envchain: 1.0.1 -> 1.1.0

authored by Nick Cao and committed by GitHub 08ff7749 f56c7c98

+2 -2
+2 -2
pkgs/tools/misc/envchain/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "envchain"; 5 - version = "1.0.1"; 5 + version = "1.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "sorah"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "0qxwiqhb8cg0zbn5p0mvnbyxx1xwvgiricrkjlvxz13sf2ngq87p"; 11 + sha256 = "sha256-QUy38kJzMbYOyT86as4/yq2ctcszSnB8a3eVWxgd4Fo="; 12 12 }; 13 13 14 14 postPatch = ''