primecount: 7.12 -> 7.13

This commit is contained in:
R. Ryantm 2024-04-19 03:50:47 +00:00
parent 1f3ac32a1e
commit 390c1c424e
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" ];