linuxPackages_latest.prl-tools: 20.1.1-55740 -> 20.1.2-55742 (#360709)

This commit is contained in:
Weijia Wang
2024-12-02 15:11:57 +01:00
committed by GitHub

View File

@@ -37,13 +37,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "prl-tools";
version = "20.1.1-55740";
version = "20.1.2-55742";
# 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-3Lo/tAPn3vYvHXV9r8VeMkxKjRPpr8fhADh0vyppC0k=";
hash = "sha256-R7pQhmLpMOHExPwH4YM3WDnp1PcwpH5Bif3C1/N55Bg=";
};
hardeningDisable = [ "pic" "format" ];
@@ -175,7 +175,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Parallels Tools for Linux guests";
homepage = "https://parallels.com";
license = licenses.unfree;
maintainers = with maintainers; [ catap wegank codgician ];
maintainers = with maintainers; [ wegank codgician ];
platforms = platforms.linux;
};
})