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

linuxPackages_latest.prl-tools: 18.3.0-53606 -> 18.3.1-53614
This commit is contained in:
Weijia Wang 2023-06-13 01:07:49 +03:00 committed by GitHub
commit 2e92d05262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,14 +35,14 @@ let
];
in
stdenv.mkDerivation rec {
version = "18.3.0-53606";
version = "18.3.1-53614";
pname = "prl-tools";
# 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 version}/${version}/ParallelsDesktop-${version}.dmg";
hash = "sha256-uthaY6266YJqh5UtlI6ifmJVZVC6JTlsEoxEUOihx4I=";
hash = "sha256-MZtNxByY2GSoPFeH9mPieCPPNfUgfla+lYgpeD+SgOc=";
};
hardeningDisable = [ "pic" "format" ];