Merge pull request #306686 from r-ryantm/auto-update/pwru

pwru: 1.0.5 -> 1.0.6
This commit is contained in:
Nick Cao 2024-04-24 23:12:22 -04:00 committed by GitHub
commit f08eab9cb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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;