powerpipe: 1.2.4 -> 1.2.5 (#399096)

This commit is contained in:
Nick Cao
2025-04-16 17:11:01 -04:00
committed by GitHub
+2 -2
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=";