steampipe: 2.3.5 -> 2.3.6

This commit is contained in:
R. Ryantm
2026-02-22 08:01:37 +00:00
parent 5f1c568af2
commit e5f32a9d76
+3 -3
View File
@@ -11,7 +11,7 @@
buildGoModule (finalAttrs: {
pname = "steampipe";
version = "2.3.5";
version = "2.3.6";
env.CGO_ENABLED = 0;
@@ -19,10 +19,10 @@ buildGoModule (finalAttrs: {
owner = "turbot";
repo = "steampipe";
tag = "v${finalAttrs.version}";
hash = "sha256-nQd+ay5t3rNSCHzhmBNF7sheESrD6KnhRDdm5KZHUI4=";
hash = "sha256-b7F3Eo+/vJq8EqWig4O3y2UkqllWhUg38pend/JKeWA=";
};
vendorHash = "sha256-YetZI3zWZlTZxrj7H7owSWarhq0VrXzbSOow596doT0=";
vendorHash = "sha256-Xu5bxjmFRzABifA6GsvHbwh8CJgKrOlwfNXIH8XYz6s=";
proxyVendor = true;
postPatch = ''