Skip to content

Commit

Permalink
Merge pull request NixOS#315405 from r-ryantm/auto-update/powerpipe
Browse files Browse the repository at this point in the history
powerpipe: 0.3.0 -> 0.3.1
  • Loading branch information
wegank committed May 30, 2024
2 parents faf2ccb + 667d27d commit afd3a57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/po/powerpipe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

buildGoModule rec {
pname = "powerpipe";
version = "0.3.0";
version = "0.3.1";

src = fetchFromGitHub {
owner = "turbot";
repo = "powerpipe";
rev = "refs/tags/v${version}";
hash = "sha256-lG2MYLb/8bv8SOLPZvZNtf5WM1qOJWEBTpLU2MzPbLs=";
hash = "sha256-tvGCgpuWMCzBldgxf4caKiUe7EpraJJeOVBwNqU60oc=";
};

vendorHash = "sha256-K8SfPWn4IGQNPdax0Qe4KD+XttvDe2xj361zz55u6tA=";
vendorHash = "sha256-C3memfHNSlkiwhwB5zCXCtUOII3IjFD5FHGd8uPGmpU=";
proxyVendor = true;

nativeBuildInputs = [
Expand Down

0 comments on commit afd3a57

Please sign in to comment.