prl-tools: 18.0.2-53077 -> 18.0.3-53079
This commit is contained in:
parent
b3c0c4979e
commit
2235c4ca33
1 changed files with 2 additions and 2 deletions
|
@ -24,14 +24,14 @@
|
|||
assert (!libsOnly) -> kernel != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "18.0.2-53077";
|
||||
version = "18.0.3-53079";
|
||||
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";
|
||||
sha256 = "sha256-yrCg3qr96SUCHmT3IAF79/Ha+L82V3nIC6Hb5ugXoGk=";
|
||||
sha256 = "sha256-z9B2nhcTSZr3L30fa54zYi6WnonQ2wezHoneT2tQWAc=";
|
||||
};
|
||||
|
||||
patches = lib.optionals (lib.versionAtLeast kernel.version "6.0") [
|
||||
|
|
Loading…
Reference in a new issue