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

primesieve: 11.2 -> 12.0
This commit is contained in:
Mauricio Collares 2024-02-22 10:21:06 +01:00 committed by GitHub
commit 464832df1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "primesieve";
version = "11.2";
version = "12.0";
src = fetchFromGitHub {
owner = "kimwalisch";
repo = "primesieve";
rev = "v${version}";
hash = "sha256-HtVuUS4dmTC7KosyBhqZ0QRstvon9WMxYf9Ocs1XIrs=";
hash = "sha256-xmOq18falvT8PKhJPwWm/aeOMf7I3ywR+h5OkTM3G6s=";
};
nativeBuildInputs = [ cmake ];