pwru: 1.0.7 -> 1.0.8

Diff: https://github.com/cilium/pwru/compare/v1.0.7...v1.0.8
This commit is contained in:
Nick Cao
2024-09-18 14:18:39 -04:00
parent b96572e6bc
commit 83118d4626
+4 -4
View File
@@ -1,19 +1,19 @@
{ lib
, buildGoModule
, buildGo123Module
, fetchFromGitHub
, clang
, libpcap
}:
buildGoModule rec {
buildGo123Module rec {
pname = "pwru";
version = "1.0.7";
version = "1.0.8";
src = fetchFromGitHub {
owner = "cilium";
repo = "pwru";
rev = "v${version}";
hash = "sha256-BjiFuM06YDlPyB578p2hweBay+4z0bOn7fUoxSvrDY8=";
hash = "sha256-HK8t+IaeFLuyqUTuVSShbO426uaFyZcr+jZyz0wo4jw=";
};
vendorHash = null;