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

primecount: 7.12 -> 7.13
This commit is contained in:
7c6f434c 2024-04-21 03:25:36 +00:00 committed by GitHub
commit bda3c47601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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" ];