We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9074d commit 63b411bCopy full SHA for 63b411b
pkgs/by-name/st/steampipe/package.nix
@@ -11,16 +11,16 @@
11
12
buildGoModule rec {
13
pname = "steampipe";
14
- version = "0.23.5";
+ version = "0.24.0";
15
16
src = fetchFromGitHub {
17
owner = "turbot";
18
repo = "steampipe";
19
rev = "refs/tags/v${version}";
20
- hash = "sha256-8Ca5PD4BlaNn+2sQOUCU1CcHr4C/L+IdFcbj4eE4Fzc=";
+ hash = "sha256-9IrjxYJz/S3lR03LdFN81VPhIaHJ1USaiETLyS8bMFk=";
21
};
22
23
- vendorHash = "sha256-XpexUOUG8qw6Gb5galrnNIucheixHxT6astnI/6KIwE=";
+ vendorHash = "sha256-m4cgYDCugI7mCLCpRbVlNe0SeWZf1aVpeggufxw64oI=";
24
proxyVendor = true;
25
26
postPatch = ''
0 commit comments