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>
This commit is contained in:
R. RyanTM 2022-02-12 07:18:32 -08:00 committed by GitHub
parent fc48fb2d58
commit b3c4931c6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";