powerpipe: 1.2.4 -> 1.2.5

This commit is contained in:
R. Ryantm 2025-04-16 07:17:51 +00:00
parent fdb40c313f
commit 8026f84318

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "powerpipe";
version = "1.2.4";
version = "1.2.5";
src = fetchFromGitHub {
owner = "turbot";
repo = "powerpipe";
tag = "v${version}";
hash = "sha256-nYlhB6EeT98FF/FuYsJXgGfe7+naKwhTmOPy1lX90XQ=";
hash = "sha256-S4NxKxro0K7uplB47CFO0Pm2qz7VvgqHbKxh/6Nd9P4=";
};
vendorHash = "sha256-5+IapEYAL4p5jhGhqNw00s42e3dE0cXRDVawq8Fqb08=";