Skip to content

Commit f0a1e6e

Browse files
r-ryantmc0bw3b
andauthored
steampipe: 0.11.0 -> 0.11.2
* steampipe: 0.11.0 -> 0.11.1 (NixOS#154468) * steampipe: 0.11.1 -> 0.11.2 Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
1 parent ba0f60d commit f0a1e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/steampipe/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "steampipe";
5-
version = "0.11.0";
5+
version = "0.11.2";
66

77
src = fetchFromGitHub {
88
owner = "turbot";
99
repo = "steampipe";
1010
rev = "v${version}";
11-
sha256 = "sha256-P/Fys9/V71+VL5Az3EGGaW+tdeQbr2wO+jvVSVZmJT0=";
11+
sha256 = "sha256-omg/MgCTKkj0p1vDvJs22/0Jhzim0CeISV0Kn9p5lh4=";
1212
};
1313

1414
vendorSha256 = "sha256-PYaq74NNEOJ1jZ6PoS6zcTiUN4JA9JDjO7GB9tqgT6c=";

0 commit comments

Comments
 (0)