Unverified Commit 66e47028 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

xdp-tools: 1.5.8 -> 1.6.0 (#477568)

parents 41322eff c3f82528
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation rec {
  pname = "xdp-tools";
  version = "1.5.8";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "xdp-project";
    repo = "xdp-tools";
    rev = "v${version}";
    hash = "sha256-fW0If34PTGE36KoZYPeKOMuNjaFz1JmSCaWIaSjB0gk=";
    hash = "sha256-Smu93zwZN2jn9bLkVRpyubqTUh8VnVFMGqzc9myryLU=";
  };

  outputs = [