From f0a1e6e9e94c58c9e625e3752f8df94d411a0b9e Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 12 Jan 2022 15:05:12 -0800 Subject: 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 --- pkgs/tools/misc/steampipe/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/misc/steampipe') 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="; -- cgit 1.4.1