Unverified Commit 8cb19102 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

primesieve: 12.1 -> 12.3
parents fcf5a84b c3498215
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];