xdp-tools: 1.5.6 -> 1.5.7

This commit is contained in:
R. Ryantm
2025-10-03 18:27:26 +00:00
parent cc1003a2ce
commit d0fe319f8d
+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 = [