pwru: 1.0.8 -> 1.0.9 (#352900)

This commit is contained in:
Nick Cao 2024-11-03 19:41:06 -05:00 committed by GitHub
commit c29a8c6aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +1,19 @@
{ lib { lib
, buildGo123Module , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, clang , clang
, libpcap , libpcap
}: }:
buildGo123Module rec { buildGoModule rec {
pname = "pwru"; pname = "pwru";
version = "1.0.8"; version = "1.0.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cilium"; owner = "cilium";
repo = "pwru"; repo = "pwru";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-HK8t+IaeFLuyqUTuVSShbO426uaFyZcr+jZyz0wo4jw="; hash = "sha256-3lIKbzwPX6okJT9CeErX5/innUK3VqnnbWPpvlSN+6U=";
}; };
vendorHash = null; vendorHash = null;