summary refs log tree commit diff
path: root/pkgs/tools/misc/steampipe
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-01-12 15:05:12 -0800
committerGitHub <noreply@github.com>2022-01-13 00:05:12 +0100
commitf0a1e6e9e94c58c9e625e3752f8df94d411a0b9e (patch)
tree00f40829f8c9bddb78f6ff2c4340efa5ca29f0a8 /pkgs/tools/misc/steampipe
parentba0f60d305aba27917f642f31f04ecab4b6905dd (diff)
downloadnixpkgs-f0a1e6e9e94c58c9e625e3752f8df94d411a0b9e.tar
nixpkgs-f0a1e6e9e94c58c9e625e3752f8df94d411a0b9e.tar.gz
nixpkgs-f0a1e6e9e94c58c9e625e3752f8df94d411a0b9e.tar.bz2
nixpkgs-f0a1e6e9e94c58c9e625e3752f8df94d411a0b9e.tar.lz
nixpkgs-f0a1e6e9e94c58c9e625e3752f8df94d411a0b9e.tar.xz
nixpkgs-f0a1e6e9e94c58c9e625e3752f8df94d411a0b9e.tar.zst
nixpkgs-f0a1e6e9e94c58c9e625e3752f8df94d411a0b9e.zip
steampipe: 0.11.0 -> 0.11.2
* steampipe: 0.11.0 -> 0.11.1 (#154468)

* steampipe: 0.11.1 -> 0.11.2

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools/misc/steampipe')
-rw-r--r--pkgs/tools/misc/steampipe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/steampipe/default.nix b/pkgs/tools/misc/steampipe/default.nix
index f3cd9b785f2..8245f056132 100644
--- a/pkgs/tools/misc/steampipe/default.nix
+++ b/pkgs/tools/misc/steampipe/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "steampipe";
-  version = "0.11.0";
+  version = "0.11.2";
 
   src = fetchFromGitHub {
     owner = "turbot";
     repo = "steampipe";
     rev = "v${version}";
-    sha256 = "sha256-P/Fys9/V71+VL5Az3EGGaW+tdeQbr2wO+jvVSVZmJT0=";
+    sha256 = "sha256-omg/MgCTKkj0p1vDvJs22/0Jhzim0CeISV0Kn9p5lh4=";
   };
 
   vendorSha256 = "sha256-PYaq74NNEOJ1jZ6PoS6zcTiUN4JA9JDjO7GB9tqgT6c=";