powerpipe: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm 2024-05-28 17:11:20 +00:00
parent c51180147c
commit 667d27d937

View File

@ -11,16 +11,16 @@
buildGoModule rec { buildGoModule rec {
pname = "powerpipe"; pname = "powerpipe";
version = "0.3.0"; version = "0.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "turbot"; owner = "turbot";
repo = "powerpipe"; repo = "powerpipe";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-lG2MYLb/8bv8SOLPZvZNtf5WM1qOJWEBTpLU2MzPbLs="; hash = "sha256-tvGCgpuWMCzBldgxf4caKiUe7EpraJJeOVBwNqU60oc=";
}; };
vendorHash = "sha256-K8SfPWn4IGQNPdax0Qe4KD+XttvDe2xj361zz55u6tA="; vendorHash = "sha256-C3memfHNSlkiwhwB5zCXCtUOII3IjFD5FHGd8uPGmpU=";
proxyVendor = true; proxyVendor = true;
nativeBuildInputs = [ nativeBuildInputs = [