steampipe: fix vendorHash

This commit is contained in:
Anthony Roussel 2024-03-26 09:52:53 +01:00
parent 1c2041f9dd
commit 2cebdeefcf
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
hash = "sha256-Oz1T9koeXnmHc5oru1apUtmhhvKi/gAtg/Hb7HKkkP0=";
};
vendorHash = "sha256-jC77z/1EerJSMK75np9R5kX+cLzTh55cFFlliAXASEw=";
vendorHash = "sha256-U0BeGCRLjL56ZmVKcKqrrPTCXpShJzJq5/wnXDKax6g=";
proxyVendor = true;
patchPhase = ''