xdp-tools: 1.6.2 -> 1.6.3 (#503419)

This commit is contained in:
Colin
2026-03-27 16:40:48 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xdp-tools";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "xdp-project";
repo = "xdp-tools";
rev = "v${finalAttrs.version}";
hash = "sha256-CtXJAYR4T/4NyJlgvdc1E9JBIVWY7lN5gtyTUfmAkp8=";
hash = "sha256-wLSLDgACl6a6gQLvRiRR9HQFRMrGWYZAa5CcdzECExE=";
};
outputs = [