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

primesieve: 7.5 -> 7.6
This commit is contained in:
Fabian Affolter 2021-03-18 22:59:50 +01:00 committed by GitHub
commit 2a32b0d28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "primesieve"; pname = "primesieve";
version = "7.5"; version = "7.6";
nativeBuildInputs = [cmake]; nativeBuildInputs = [cmake];
src = fetchurl { src = fetchurl {
url = "https://github.com/kimwalisch/primesieve/archive/v${version}.tar.gz"; url = "https://github.com/kimwalisch/primesieve/archive/v${version}.tar.gz";
sha256 = "0g60br3p8di92jx3pr2bb51xh15gg57l7qvwzwn7xf7l585hgi7v"; sha256 = "sha256-SFZp6Pmmx05SiUfSdN9wXxPKrydtRg0PA3uNvAycCpk=";
}; };
meta = with lib; { meta = with lib; {