xdp-tools: 1.6.2 -> 1.6.3

This commit is contained in:
R. Ryantm
2026-03-25 15:40:39 +00:00
parent 24a67348c7
commit ad756cb63c
+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 = [