mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
linuxPackages.prl-tools: 20.3.1-55959 -> 20.3.2-55975
(cherry picked from commit 30b2aaa0ed
)
This commit is contained in:
parent
60fc3b9b5e
commit
fcfb053b7b
1 changed files with 2 additions and 2 deletions
|
@ -43,13 +43,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "prl-tools";
|
||||
version = "20.3.1-55959";
|
||||
version = "20.3.2-55975";
|
||||
|
||||
# We download the full distribution to extract prl-tools-lin.iso from
|
||||
# => ${dmg}/Parallels\ Desktop.app/Contents/Resources/Tools/prl-tools-lin.iso
|
||||
src = fetchurl {
|
||||
url = "https://download.parallels.com/desktop/v${lib.versions.major finalAttrs.version}/${finalAttrs.version}/ParallelsDesktop-${finalAttrs.version}.dmg";
|
||||
hash = "sha256-/J6NouI2htptG06Undeg1rUfbWUu6q/nV2P9D+sS7OA=";
|
||||
hash = "sha256-eazDR+eSUcp81XdRfYRHIt7E4FNCEjsh0M0wYQQYmMQ=";
|
||||
};
|
||||
|
||||
hardeningDisable = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue