3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238284 from r-ryantm/auto-update/steampipe

steampipe: 0.20.5 -> 0.20.6
This commit is contained in:
Weijia Wang 2023-06-18 01:52:16 +03:00 committed by GitHub
commit 74fac82085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "steampipe";
version = "0.20.5";
version = "0.20.6";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-hpI667LNXwLhA/MgnlfLc/jk88ec94faV8hLnlAJ6ew=";
sha256 = "sha256-tCuW3iiRb8ptYYz0NiIs5NjEEO+ajejfc7kZj6M31os=";
};
vendorHash = "sha256-FWLEuSdhXSQJMd4PiiPTFC8aXkIlQ9LhL6/Dq7LkPPc=";
vendorHash = "sha256-VuUzo+afUazXH7jaR4Qm5Kfr6qiyHqdGLJWS3MX8oOA=";
proxyVendor = true;
patchPhase = ''