Merge pull request #276150 from wegank/prl-tools-bump

linuxPackages_latest.prl-tools: 19.1.1-54734 -> 19.2.0-54827
This commit is contained in:
Weijia Wang 2023-12-23 08:28:44 +01:00 committed by GitHub
commit cc8da56107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "prl-tools";
version = "19.1.1-54734";
version = "19.2.0-54827";
# 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-02YxBkV9pZGfXuK6GvUDTgE9U5H2MOMk24h9qGJdFTM=";
hash = "sha256-iVrI7ZM/tY5ZumTnQHhGizmdNDJ9I8sP/EOVFcpCQ48=";
};
hardeningDisable = [ "pic" "format" ];