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

primesieve: 7.6 -> 7.7
This commit is contained in:
Jörg Thalheim 2021-12-08 15:39:27 +00:00 committed by GitHub
commit b4bc71e87f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "primesieve";
version = "7.6";
version = "7.7";
nativeBuildInputs = [ cmake ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "kimwalisch";
repo = "primesieve";
rev = "v${version}";
sha256 = "sha256-rSNYoWBy80BgPi1c+BSKbWTyGGb7/fxmu+mq1DXakHY=";
sha256 = "sha256-1Gfo00yaf7zHzCLfu/abWqeM0qBuLu+f+lowFFnWFxY=";
};
meta = with lib; {