houdini: 18.5.596 -> 19.5.569

+5 -5
+5 -5
pkgs/applications/misc/houdini/runtime.nix
··· 4 4 license_dir = "~/.config/houdini"; 5 5 in 6 6 stdenv.mkDerivation rec { 7 - version = "18.5.596"; 7 + version = "19.5.569"; 8 8 pname = "houdini-runtime"; 9 9 src = requireFile rec { 10 - name = "houdini-py3-${version}-linux_x86_64_gcc6.3.tar.gz"; 11 - sha256 = "1b1k7rkn7svmciijqdwvi9p00srsf81vkb55grjg6xa7fgyidjx1"; 10 + name = "houdini-${version}-linux_x86_64_gcc9.3.tar.gz"; 11 + sha256 = "0c2d6a31c24f5e7229498af6c3a7cdf81242501d7a0792e4c33b53a898d4999e"; 12 12 url = meta.homepage; 13 13 }; 14 14 ··· 22 22 --no-install-bin-symlink \ 23 23 --auto-install \ 24 24 --no-root-check \ 25 - --accept-EULA 2020-05-05 \ 25 + --accept-EULA 2021-10-13 \ 26 26 $out 27 - echo "licensingMode = localValidator" >> $out/houdini/Licensing.opt 27 + echo "licensingMode = localValidator" >> $out/houdini/Licensing.opt # does not seem to do anything any more. not sure, official docs do not say anything about it 28 28 ''; 29 29 30 30 dontFixup = true;