0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

steampipe: 1.1.0 -> 1.1.2

This commit is contained in:
R. Ryantm 2025-05-08 08:54:26 +00:00 committed by Anthony Roussel
parent ef7a3f39ae
commit 67202a3b4b

View file

@ -11,7 +11,7 @@
buildGoModule rec {
pname = "steampipe";
version = "1.1.0";
version = "1.1.2";
env.CGO_ENABLED = 0;
@ -19,10 +19,10 @@ buildGoModule rec {
owner = "turbot";
repo = "steampipe";
tag = "v${version}";
hash = "sha256-7RRSsjQUgDLNpSvCIgdojsUv3o8W0OjobLzGwqfG6Zo=";
hash = "sha256-rzkj8iOJpD24qFad85VEpHh3K3+5+04yEp03i9J/9jU=";
};
vendorHash = "sha256-pYXS7RwulpmDlCdNf3DXg97lsMshHYAzhZ+PTRvKBhE=";
vendorHash = "sha256-KlrmtI2gkhNIKX+OEvkZ3z9IYa+wA7oM669fUPP8/ww=";
proxyVendor = true;
postPatch = ''