Merge pull request #285217 from r-ryantm/auto-update/xdp-tools

xdp-tools: 1.4.1 -> 1.4.2
This commit is contained in:
Nick Cao 2024-01-31 08:43:47 -05:00 committed by GitHub
commit c32792b72b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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