bgpq3: 0.1.35 -> 0.1.36

This commit is contained in:
R. Ryantm 2021-12-21 18:43:24 +00:00
parent ae969de2bb
commit 0c48c90a28

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bgpq3";
version = "0.1.35";
version = "0.1.36";
src = fetchFromGitHub {
owner = "snar";
repo = pname;
rev = "v${version}";
sha256 = "0fd5a3krq0i906m0iivgphiqq88cw6c0w1q4n7lmzyq9201mb8wj";
sha256 = "sha256-FBtt++w2WzCnSim+r+MVy287w2jmdNEaQIro2KaVeRI=";
};
# Fix binary install location. Remove with next upstream release.