We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f96c18 commit 098a492Copy full SHA for 098a492
pkgs/by-name/pr/primesieve/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "primesieve";
12
- version = "12.8";
+ version = "12.9";
13
14
src = fetchFromGitHub {
15
owner = "kimwalisch";
16
repo = "primesieve";
17
rev = "v${finalAttrs.version}";
18
- hash = "sha256-1jy4cfH/z4fwuuonoRHtrKUVNX9mD9A2sBaUTtAUA8M=";
+ hash = "sha256-xEGpMQ6kxby3nq3RBv6s6ZrTwC9KRKr3II1VQHGaAXk=";
19
};
20
21
outputs = [
0 commit comments