bgpq4: 0.0.7 -> 1.2

This commit is contained in:
R. RyanTM 2021-08-20 17:08:49 +00:00
parent 456481aa3d
commit 2f62358557

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bgpq4";
version = "0.0.7";
version = "1.2";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-iEm4BYlJi56Y4OBCdEDgRQ162F65PLZyvHSEQzULFww=";
sha256 = "sha256-8r70tetbTq8GxxtFe71gDYy+wg8yBwYpl1gsu5aAHTA=";
};
nativeBuildInputs = [