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

primecount: 7.11 -> 7.12
This commit is contained in:
Mauricio Collares
2024-04-03 19:10:46 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "primecount";
version = "7.11";
version = "7.12";
src = fetchFromGitHub {
owner = "kimwalisch";
repo = "primecount";
rev = "v${finalAttrs.version}";
hash = "sha256-rk2aN56gcrR7Rt3hIQun179YNWqnW/g6drB2ldBpoE4=";
hash = "sha256-GjLLJLGMzFAN75zFAwIfFvaTm8sSC0J20HtH8tn52h8=";
};
outputs = [ "out" "dev" "lib" "man" ];