xdp-tools: 1.4.3 -> 1.5.1

This commit is contained in:
R. Ryantm 2025-01-23 18:46:04 +00:00
parent 0aa475546e
commit 6c0c36e18a

View File

@ -16,13 +16,13 @@
}:
stdenv.mkDerivation rec {
pname = "xdp-tools";
version = "1.4.3";
version = "1.5.1";
src = fetchFromGitHub {
owner = "xdp-project";
repo = "xdp-tools";
rev = "v${version}";
hash = "sha256-eI4sqzTaA4iRmhEY3SgySxWiCzGJ7nVebC2RVlk7OHk=";
hash = "sha256-1MLF5nurs4Yz5jZKIA2wLLbLuYjS+gY1ZZEL4h1C3Xw=";
};
outputs = [