Merge pull request #262784 from vifino/xdp-tools-1.4.1

xdp-tools: 1.4.0 -> 1.4.1
This commit is contained in:
Weijia Wang 2023-10-24 03:59:51 +02:00 committed by GitHub
commit 1f2f8073d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
}:
stdenv.mkDerivation rec {
pname = "xdp-tools";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "xdp-project";
repo = "xdp-tools";
rev = "v${version}";
hash = "sha256-XZGbfXQM3catiDavzi2vY5s+EMVgGHq/ju32lBIgg8E=";
hash = "sha256-5rc3RbAgWVd7Tt16NoHymFME5a9tBCmup+1ZmnMGPhs=";
};
outputs = [ "out" "lib" ];