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

primecount: 7.3 -> 7.4
This commit is contained in:
Anderson Torres 2022-07-30 16:01:13 -03:00 committed by GitHub
commit 3242a9cab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "primecount";
version = "7.3";
version = "7.4";
src = fetchFromGitHub {
owner = "kimwalisch";
repo = "primecount";
rev = "v${version}";
hash = "sha256-hxnn1uiGSB6XRC7yK+SXTwTsJfjhemWXsMNhhL7Ghek=";
hash = "sha256-ZKrTeeDJgVy+6Q0twFW9+bQulUmOL1dxznYK9nWd07Y=";
};
nativeBuildInputs = [ cmake ];