1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-07 19:15:36 +03:00

powerpipe: 0.4.3 -> 0.4.4

This commit is contained in:
R. Ryantm 2024-10-06 08:59:28 +00:00
parent ae58135210
commit 8b44ec3fac

View file

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "powerpipe";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = "turbot";
repo = "powerpipe";
rev = "refs/tags/v${version}";
hash = "sha256-WrjdxLlDvC+rq3bJ0U8pqSJvfqH9Y54BOoWUfb5pMho=";
hash = "sha256-B88Kc4cCadsyN/sx3TimFX3ad6WZqn/Qaw39ms8b+HE=";
};
vendorHash = "sha256-zBwk03aEjWs+CfbIZh0g7absKc5+SNLTVhrctuTpjMk=";