primesieve: 7.9 -> 8.0

This commit is contained in:
R. Ryantm 2022-07-29 17:22:15 +00:00
parent dfda4ec196
commit 344c2740e1

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "primesieve";
version = "7.9";
version = "8.0";
src = fetchFromGitHub {
owner = "kimwalisch";
repo = "primesieve";
rev = "v${version}";
hash = "sha256-lwT+adKFoNI125y5FuJMovtMh8sFi9oqMLYGLabzrCI=";
hash = "sha256-sqHNQXWeo+Iktq3gyiDLblBq/9QNlUQDvi1oHcZ2XYM=";
};
nativeBuildInputs = [ cmake ];