Unverified Commit d661f098 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

xdp-tools: 1.4.3 -> 1.5.1 (#372547)

parents a70a6d74 6c0c36e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@
}:
stdenv.mkDerivation rec {
  pname = "xdp-tools";
  version = "1.4.3";
  version = "1.5.1";

  src = fetchFromGitHub {
    owner = "xdp-project";
    repo = "xdp-tools";
    rev = "v${version}";
    hash = "sha256-eI4sqzTaA4iRmhEY3SgySxWiCzGJ7nVebC2RVlk7OHk=";
    hash = "sha256-1MLF5nurs4Yz5jZKIA2wLLbLuYjS+gY1ZZEL4h1C3Xw=";
  };

  outputs = [