Loading pkgs/by-name/pr/prl-tools/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,13 +40,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "prl-tools"; version = "26.2.0-57363"; version = "26.2.1-57371"; # 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-vxSLyqpKaf8azw0RvKMBHNa2x50HM6wwt+iH9rMyZQE="; hash = "sha256-mmZsaLYaA9OjYwfZ75Be59n8Ve2DjdG6fGqgx8NpdLI="; }; hardeningDisable = [ Loading Loading
pkgs/by-name/pr/prl-tools/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,13 +40,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "prl-tools"; version = "26.2.0-57363"; version = "26.2.1-57371"; # 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-vxSLyqpKaf8azw0RvKMBHNa2x50HM6wwt+iH9rMyZQE="; hash = "sha256-mmZsaLYaA9OjYwfZ75Be59n8Ve2DjdG6fGqgx8NpdLI="; }; hardeningDisable = [ Loading