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.1.1-57288"; version = "26.1.2-57293"; # 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-11IyKI2oOffzSPTB65XksZI3PD9W2+0SPZIfpb0RLuU="; hash = "sha256-0sL6uKYw/D7gYYZyAWkxcP/KbJ1rBnlXIKYDu6MlTLQ="; }; hardeningDisable = [ Loading pkgs/by-name/pr/prl-tools/update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ set -eu -o pipefail nixpkgs="$(git rev-parse --show-toplevel)" path="$nixpkgs/pkgs/by-name/pr/prl-tools/default.nix" path="$nixpkgs/pkgs/by-name/pr/prl-tools/package.nix" # Currently this script only supports Parallels 26 # Please change the knowledge base url after each major release 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.1.1-57288"; version = "26.1.2-57293"; # 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-11IyKI2oOffzSPTB65XksZI3PD9W2+0SPZIfpb0RLuU="; hash = "sha256-0sL6uKYw/D7gYYZyAWkxcP/KbJ1rBnlXIKYDu6MlTLQ="; }; hardeningDisable = [ Loading
pkgs/by-name/pr/prl-tools/update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ set -eu -o pipefail nixpkgs="$(git rev-parse --show-toplevel)" path="$nixpkgs/pkgs/by-name/pr/prl-tools/default.nix" path="$nixpkgs/pkgs/by-name/pr/prl-tools/package.nix" # Currently this script only supports Parallels 26 # Please change the knowledge base url after each major release Loading