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

primecount: 7.10 -> 7.11
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-25 00:49:51 +00:00 committed by GitHub
commit c30a0f9fd6
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.10";
version = "7.11";
src = fetchFromGitHub {
owner = "kimwalisch";
repo = "primecount";
rev = "v${finalAttrs.version}";
hash = "sha256-z7sHGR6zZSTV1PbL0WPGHf52CYQ572KC1yznCuIEJbQ=";
hash = "sha256-rk2aN56gcrR7Rt3hIQun179YNWqnW/g6drB2ldBpoE4=";
};
outputs = [ "out" "dev" "lib" "man" ];