Skip to content

Commit 098a492

Browse files
committed
primesieve: 12.8 -> 12.9
1 parent 3f96c18 commit 098a492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pr/primesieve/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 = "primesieve";
12-
version = "12.8";
12+
version = "12.9";
1313

1414
src = fetchFromGitHub {
1515
owner = "kimwalisch";
1616
repo = "primesieve";
1717
rev = "v${finalAttrs.version}";
18-
hash = "sha256-1jy4cfH/z4fwuuonoRHtrKUVNX9mD9A2sBaUTtAUA8M=";
18+
hash = "sha256-xEGpMQ6kxby3nq3RBv6s6ZrTwC9KRKr3II1VQHGaAXk=";
1919
};
2020

2121
outputs = [

0 commit comments

Comments
 (0)