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:
parent
fc48fb2d58
commit
b3c4931c6b
1 changed files with 2 additions and 5 deletions
|
@ -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…
Reference in a new issue