Merge pull request #205549 from r-ryantm/auto-update/primesieve

primesieve: 8.0 -> 11.0
This commit is contained in:
Anderson Torres
2022-12-11 10:48:50 -03:00
committed by GitHub
@@ -6,19 +6,20 @@
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 ];
meta = with lib; {
homepage = "https://primesieve.org/";
changelog = "https://github.com/kimwalisch/primesieve/blob/v${version}/ChangeLog";
description = "Fast C/C++ prime number generator";
longDescription = ''
primesieve is a command-line program and C/C++ library for quickly