Skip to content

Commit

Permalink
bgpq4: 1.7 -> 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 29, 2023
1 parent 8448a6e commit 61f1094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/bgpq4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "bgpq4";
version = "1.7";
version = "1.8";

src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-0gqd/bEj8ZDpf/3J2iZnGswTO6k8aJOuRiZXMZLm7zo=";
sha256 = "sha256-y1Btpp1xzjAezLaIJBF2+ghMgC/p8mHS/hStGIaKb1o=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 61f1094

Please sign in to comment.