pwru: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm 2024-04-25 02:00:06 +00:00
parent 921527b865
commit b4a4f4daa2

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "pwru";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "cilium";
repo = "pwru";
rev = "v${version}";
hash = "sha256-2CpjTVBuiGU5cYkdSIxIpk1EoZAUhlXxVU+KJXHosiA=";
hash = "sha256-8pXyzmzMCxOzwstzvzeZB2HBMeMzGMLZesTURZD3Rt8=";
};
vendorHash = null;