Skip to content

Commit 731dc15

Browse files
authored
Merge pull request #324439 from wegank/prl-tools-bump
linuxPackages_latest.prl-tools: 19.4.0-54962 -> 19.4.1-54985
2 parents d085e45 + a271dcc commit 731dc15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/linux/prl-tools/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ let
3636
in
3737
stdenv.mkDerivation (finalAttrs: {
3838
pname = "prl-tools";
39-
version = "19.4.0-54962";
39+
version = "19.4.1-54985";
4040

4141
# We download the full distribution to extract prl-tools-lin.iso from
4242
# => ${dmg}/Parallels\ Desktop.app/Contents/Resources/Tools/prl-tools-lin.iso
4343
src = fetchurl {
4444
url = "https://download.parallels.com/desktop/v${lib.versions.major finalAttrs.version}/${finalAttrs.version}/ParallelsDesktop-${finalAttrs.version}.dmg";
45-
hash = "sha256-c/MrWUvwY/Z38uOBbetJSVkZlwkdzFhw6wpk1L0BuQs=";
45+
hash = "sha256-VBHCsxaMI6mfmc/iQ4hJW/592rKck9HilTX2Hq7Hb5s=";
4646
};
4747

4848
hardeningDisable = [ "pic" "format" ];

0 commit comments

Comments
 (0)