bgpq3: 0.1.36 -> 0.1.36.1

* bgpq3: 0.1.36 -> 0.1.36.1 (#159060)

* bgpq3: remove obsolete preInstall hook

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
main
R. RyanTM 2 years ago committed by GitHub
parent fc48fb2d58
commit b3c4931c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      pkgs/tools/networking/bgpq3/default.nix

@ -2,18 +2,15 @@
stdenv.mkDerivation rec {
pname = "bgpq3";
version = "0.1.36";
version = "0.1.36.1";
src = fetchFromGitHub {
owner = "snar";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FBtt++w2WzCnSim+r+MVy287w2jmdNEaQIro2KaVeRI=";
hash = "sha256-rOpggVlXKaf3KBhfZ2lVooDaQA0iRjSbsLXF02GEyBw=";
};
# Fix binary install location. Remove with next upstream release.
preInstall = "mkdir -p $out/bin";
meta = with lib; {
description = "bgp filtering automation tool";
homepage = "https://github.com/snar/bgpq3";

Loading…
Cancel
Save