Skip to content

Commit

Permalink
steampipe: 0.23.3 -> 0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonochang committed Aug 19, 2024
1 parent e81df37 commit 038e90d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/st/steampipe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

buildGoModule rec {
pname = "steampipe";
version = "0.23.3";
version = "0.23.4";

src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "refs/tags/v${version}";
hash = "sha256-V8wy9Q3FU4Ts7cer3tkv3gQbHebje3XRgm+IOg3Xs+c=";
hash = "sha256-hJETC1mDcovRtRxb7Xwr3HFUo56TNMLvSZZt1cjGjDg=";
};

vendorHash = "sha256-OVWgDVF2d+OYYCSn+UlSMTfIS+5nFeI2qY41DyX7y/A=";
vendorHash = "sha256-8dPjXKGcqiDWUlQwbUafpIe18x8P3BXVOcvU5s4nFQo=";
proxyVendor = true;

postPatch = ''
Expand Down

0 comments on commit 038e90d

Please sign in to comment.