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

Merge pull request #305230 from r-ryantm/auto-update/primecount

primecount: 7.12 -> 7.13
parents edb37e1b 390c1c42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "primecount";
  version = "7.12";
  version = "7.13";

  src = fetchFromGitHub {
    owner = "kimwalisch";
    repo = "primecount";
    rev = "v${finalAttrs.version}";
    hash = "sha256-GjLLJLGMzFAN75zFAwIfFvaTm8sSC0J20HtH8tn52h8=";
    hash = "sha256-VjsJjG2pSnDMVg3lY3cmpdnASeqClPjHUGY5wqupf2w=";
  };

  outputs = [ "out" "dev" "lib" "man" ];