libpoly: 0.1.8 -> 0.1.9

This commit is contained in:
R. RyanTM 2021-04-29 16:11:55 +00:00 committed by Jonathan Ringer
parent e312fc23c4
commit 2c143443f7

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "libpoly";
version = "0.1.8";
version = "0.1.9";
src = fetchFromGitHub {
owner = "SRI-CSL";
repo = "libpoly";
# they've pushed to the release branch, use explicit tag
rev = "refs/tags/v${version}";
sha256 = "1n3gijksnl2ybznq4lkwm2428f82423sxq18gnb2g1kiwqlzdaa3";
sha256 = "sha256-E2lHo8Bt4ujoGQ623fjkQbqRnDYJYilXdRt4lnF4wJk=";
};
nativeBuildInputs = [ cmake ];