powerpipe: 0.4.3 -> 0.4.4

(cherry picked from commit 8b44ec3fac)
This commit is contained in:
R. Ryantm 2024-10-06 08:59:28 +00:00 committed by github-actions[bot]
parent 6aa8749b51
commit e75c44d6af

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=";