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

primesieve: 12.1 -> 12.3
This commit is contained in:
Aleksana 2024-05-06 23:05:00 +08:00 committed by GitHub
commit 8cb1910212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "primesieve";
version = "12.1";
version = "12.3";
src = fetchFromGitHub {
owner = "kimwalisch";
repo = "primesieve";
rev = "v${finalAttrs.version}";
hash = "sha256-AHl2GfZ1oJ8ZyjJzvg10AqN7TA7HFZ+qa6N2v51Qa78=";
hash = "sha256-jULYLJK3iwPKgWpdTEetmSz1Nv2md1XUfR9A9mTQu9M=";
};
outputs = [ "out" "dev" "lib" "man" ];