primesieve: 11.0 -> 11.1

This commit is contained in:
R. Ryantm 2023-05-16 10:45:23 +00:00
parent 43f5efa493
commit e72d3d4709

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "primesieve";
version = "11.0";
version = "11.1";
src = fetchFromGitHub {
owner = "kimwalisch";
repo = "primesieve";
rev = "v${version}";
hash = "sha256-mYekOfjeGwQzWi3pBXnmRMTV7nghEvHsD+tR7vrTFRY=";
hash = "sha256-b6X3zhoJsO3UiWfeW4zbKsaoofIWArJi5usof3efQ0k=";
};
nativeBuildInputs = [ cmake ];