mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
bgpq3: 0.1.35 -> 0.1.36
This commit is contained in:
parent
ae969de2bb
commit
0c48c90a28
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bgpq3";
|
pname = "bgpq3";
|
||||||
version = "0.1.35";
|
version = "0.1.36";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "snar";
|
owner = "snar";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0fd5a3krq0i906m0iivgphiqq88cw6c0w1q4n7lmzyq9201mb8wj";
|
sha256 = "sha256-FBtt++w2WzCnSim+r+MVy287w2jmdNEaQIro2KaVeRI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix binary install location. Remove with next upstream release.
|
# Fix binary install location. Remove with next upstream release.
|
||||||
|
|
Loading…
Reference in a new issue