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.
2 parents d085e45 + a271dcc commit 731dc15Copy full SHA for 731dc15
pkgs/os-specific/linux/prl-tools/default.nix
@@ -36,13 +36,13 @@ let
36
in
37
stdenv.mkDerivation (finalAttrs: {
38
pname = "prl-tools";
39
- version = "19.4.0-54962";
+ version = "19.4.1-54985";
40
41
# We download the full distribution to extract prl-tools-lin.iso from
42
# => ${dmg}/Parallels\ Desktop.app/Contents/Resources/Tools/prl-tools-lin.iso
43
src = fetchurl {
44
url = "https://download.parallels.com/desktop/v${lib.versions.major finalAttrs.version}/${finalAttrs.version}/ParallelsDesktop-${finalAttrs.version}.dmg";
45
- hash = "sha256-c/MrWUvwY/Z38uOBbetJSVkZlwkdzFhw6wpk1L0BuQs=";
+ hash = "sha256-VBHCsxaMI6mfmc/iQ4hJW/592rKck9HilTX2Hq7Hb5s=";
46
};
47
48
hardeningDisable = [ "pic" "format" ];
0 commit comments