Unverified Commit 56f85cb5 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

primesieve: 11.1 -> 11.2
parents c3e128f3 2202d5c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "primesieve";
  version = "11.1";
  version = "11.2";

  src = fetchFromGitHub {
    owner = "kimwalisch";
    repo = "primesieve";
    rev = "v${version}";
    hash = "sha256-b6X3zhoJsO3UiWfeW4zbKsaoofIWArJi5usof3efQ0k=";
    hash = "sha256-HtVuUS4dmTC7KosyBhqZ0QRstvon9WMxYf9Ocs1XIrs=";
  };

  nativeBuildInputs = [ cmake ];