Skip to content

Commit 4a263ad

Browse files
authored
prmers: add update-script (#472773)
2 parents 695a356 + bdb19fe commit 4a263ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
opencl-headers,
88
stdenv,
99
versionCheckHook,
10+
nix-update-script,
1011
}:
1112

1213
stdenv.mkDerivation (finalAttrs: {
@@ -44,6 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
4445

4546
versionCheckProgramArg = "-v";
4647

48+
passthru.updateScript = nix-update-script { extraArgs = [ "--version=unstable" ]; };
49+
4750
meta = {
4851
description = "GPU-accelerated Mersenne primality testing";
4952
longDescription = ''

0 commit comments

Comments
 (0)