xdp-tools: 1.5.6 -> 1.5.7 (#448300)

This commit is contained in:
Nikolay Korotkiy
2025-10-04 18:38:27 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation rec {
pname = "xdp-tools";
version = "1.5.6";
version = "1.5.7";
src = fetchFromGitHub {
owner = "xdp-project";
repo = "xdp-tools";
rev = "v${version}";
hash = "sha256-ztIatDNp0RXUpNsSoNWGj/kHNsCOlI6mqZvaQdlGbtQ=";
hash = "sha256-dJMGBFFfEpKO+5ku5Xsc95hGSmTenHGRjBTL7s1cv0c=";
};
outputs = [