primesieve: 8.0 -> 11.0

This commit is contained in:
R. Ryantm 2022-12-10 20:15:07 +00:00
parent 3cab5aa3bf
commit 016aaa261d

View File

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