Skip to content

Commit b4390ce

Browse files
steampipe: 0.23.5 -> 0.24.0 (#339993)
2 parents d425e40 + 63b411b commit b4390ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/steampipe/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
buildGoModule rec {
1313
pname = "steampipe";
14-
version = "0.23.5";
14+
version = "0.24.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "turbot";
1818
repo = "steampipe";
1919
rev = "refs/tags/v${version}";
20-
hash = "sha256-8Ca5PD4BlaNn+2sQOUCU1CcHr4C/L+IdFcbj4eE4Fzc=";
20+
hash = "sha256-9IrjxYJz/S3lR03LdFN81VPhIaHJ1USaiETLyS8bMFk=";
2121
};
2222

23-
vendorHash = "sha256-XpexUOUG8qw6Gb5galrnNIucheixHxT6astnI/6KIwE=";
23+
vendorHash = "sha256-m4cgYDCugI7mCLCpRbVlNe0SeWZf1aVpeggufxw64oI=";
2424
proxyVendor = true;
2525

2626
postPatch = ''

0 commit comments

Comments
 (0)