1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

xdp-tools: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm 2024-08-07 16:51:56 +00:00
parent 1602c0d3c0
commit 720f8e51b9

View file

@ -15,13 +15,13 @@
}:
stdenv.mkDerivation rec {
pname = "xdp-tools";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "xdp-project";
repo = "xdp-tools";
rev = "v${version}";
hash = "sha256-kWgjt7mYwHtf8I4sXPzzrQJkWQyC8AC85ulGOWmQNZI=";
hash = "sha256-eI4sqzTaA4iRmhEY3SgySxWiCzGJ7nVebC2RVlk7OHk=";
};
outputs = [ "out" "lib" ];