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>
This commit is contained in:
parent
ba0f60d305
commit
f0a1e6e9e9
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user