Merge pull request #226735 from r-ryantm/auto-update/envsubst

envsubst: 1.2.0 -> 1.4.2
This commit is contained in:
figsoda 2023-04-17 22:32:06 -04:00 committed by GitHub
commit c11bfeaa59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "envsubst";
version = "1.2.0";
version = "1.4.2";
src = fetchFromGitHub {
owner = "a8m";
repo = "envsubst";
rev = "v${version}";
sha256 = "0zkgjdlw3d5xh7g45bzxqspxr61ljdli8ng4a1k1gk0dls4sva8n";
sha256 = "sha256-gfzqf/CXSwGXBK5VHJnepFZ1wB3WElpEp6ra9JI4WtY=";
};
vendorSha256 = null;
vendorHash = "sha256-L0MbABgUniuI5NXc4ffBUsQRI716W/FiH38bGthpXzI=";
postInstall = ''
install -Dm444 -t $out/share/doc/${pname} LICENSE *.md