Skip to content

Commit 2a5ccb2

Browse files
committed
primecount: 7.16 -> 7.18
1 parent aa60aed commit 2a5ccb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pr/primecount/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "primecount";
12-
version = "7.16";
12+
version = "7.18";
1313

1414
src = fetchFromGitHub {
1515
owner = "kimwalisch";
1616
repo = "primecount";
1717
rev = "v${finalAttrs.version}";
18-
hash = "sha256-wmq2AmpmDNJE7AEbn+sFbmLYR/ewdVQeEyWkmq16U9o=";
18+
hash = "sha256-iVRkgVeNO0AxwfyM9Dw5B0GoAf4GlrTtC+1npKlaV3E=";
1919
};
2020

2121
outputs = [

0 commit comments

Comments
 (0)