summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-09-11 00:02:48 +0000
committerGitHub <noreply@github.com>2022-09-11 00:02:48 +0000
commitb6caee49dcfe12caf6f5ce07cc1461ed34b8955a (patch)
tree249a8ddd2f079cae1504c080ac6ecfe8c034287d /pkgs/os-specific
parente221ed41ec4a93b6419bd923a96d7592589bd6ce (diff)
parentf1717fe83c5ac508c50baa4d2be71490cfa95b2a (diff)
downloadnixpkgs-b6caee49dcfe12caf6f5ce07cc1461ed34b8955a.tar
nixpkgs-b6caee49dcfe12caf6f5ce07cc1461ed34b8955a.tar.gz
nixpkgs-b6caee49dcfe12caf6f5ce07cc1461ed34b8955a.tar.bz2
nixpkgs-b6caee49dcfe12caf6f5ce07cc1461ed34b8955a.tar.lz
nixpkgs-b6caee49dcfe12caf6f5ce07cc1461ed34b8955a.tar.xz
nixpkgs-b6caee49dcfe12caf6f5ce07cc1461ed34b8955a.tar.zst
nixpkgs-b6caee49dcfe12caf6f5ce07cc1461ed34b8955a.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/prl-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/prl-tools/default.nix b/pkgs/os-specific/linux/prl-tools/default.nix
index 0b4acc44400..95e6850f894 100644
--- a/pkgs/os-specific/linux/prl-tools/default.nix
+++ b/pkgs/os-specific/linux/prl-tools/default.nix
@@ -24,14 +24,14 @@
 assert (!libsOnly) -> kernel != null;
 
 stdenv.mkDerivation rec {
-  version = "18.0.0-53049";
+  version = "18.0.1-53056";
   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-MGiqCvOsu/sKz6JHJFGP5bT12XYnm2kTMdOiflg9ses=";
+    sha256 = "sha256-igIRWLKbgU8pQrsK+lyjP8aodylXjRrRlOlaP5KbHm8=";
   };
 
   hardeningDisable = [ "pic" "format" ];