Commit ad756cb6 authored by R. RyanTM's avatar R. RyanTM
Browse files

xdp-tools: 1.6.2 -> 1.6.3

parent 24a67348
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [