Unverified Commit c32792b7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #285217 from r-ryantm/auto-update/xdp-tools

xdp-tools: 1.4.1 -> 1.4.2
parents 1e245aad 1d4c5564
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@
}:
stdenv.mkDerivation rec {
  pname = "xdp-tools";
  version = "1.4.1";
  version = "1.4.2";

  src = fetchFromGitHub {
    owner = "xdp-project";
    repo = "xdp-tools";
    rev = "v${version}";
    hash = "sha256-5rc3RbAgWVd7Tt16NoHymFME5a9tBCmup+1ZmnMGPhs=";
    hash = "sha256-kWgjt7mYwHtf8I4sXPzzrQJkWQyC8AC85ulGOWmQNZI=";
  };

  outputs = [ "out" "lib" ];