xdp-tools: 1.5.5 -> 1.5.6

This commit is contained in:
R. Ryantm
2025-08-15 11:32:32 +00:00
parent 13c53b2f62
commit c73e8bcae3
+2 -2
View File
@@ -16,13 +16,13 @@
}:
stdenv.mkDerivation rec {
pname = "xdp-tools";
version = "1.5.5";
version = "1.5.6";
src = fetchFromGitHub {
owner = "xdp-project";
repo = "xdp-tools";
rev = "v${version}";
hash = "sha256-dK+ZpD1wv20iU51dsMUiW/Z9jojuwC8P3rrjU3LEB1Y=";
hash = "sha256-ztIatDNp0RXUpNsSoNWGj/kHNsCOlI6mqZvaQdlGbtQ=";
};
outputs = [