Loading pkgs/tools/networking/xdp-tools/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ }: stdenv.mkDerivation rec { pname = "xdp-tools"; version = "1.4.2"; version = "1.4.3"; src = fetchFromGitHub { owner = "xdp-project"; repo = "xdp-tools"; rev = "v${version}"; hash = "sha256-kWgjt7mYwHtf8I4sXPzzrQJkWQyC8AC85ulGOWmQNZI="; hash = "sha256-eI4sqzTaA4iRmhEY3SgySxWiCzGJ7nVebC2RVlk7OHk="; }; outputs = [ "out" "lib" ]; Loading Loading
pkgs/tools/networking/xdp-tools/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ }: stdenv.mkDerivation rec { pname = "xdp-tools"; version = "1.4.2"; version = "1.4.3"; src = fetchFromGitHub { owner = "xdp-project"; repo = "xdp-tools"; rev = "v${version}"; hash = "sha256-kWgjt7mYwHtf8I4sXPzzrQJkWQyC8AC85ulGOWmQNZI="; hash = "sha256-eI4sqzTaA4iRmhEY3SgySxWiCzGJ7nVebC2RVlk7OHk="; }; outputs = [ "out" "lib" ]; Loading