···29 license_dir = "~/.config/houdini";
30in
31stdenv.mkDerivation rec {
32- version = "16.5.405";
33 name = "houdini-runtime-${version}";
34 src = requireFile rec {
35 name = "houdini-${version}-linux_x86_64_gcc4.8.tar.gz";
36- sha256 = "14i0kzv881jqd5z9jshri1fxxi3pkxdmi5l4p2b51c9i3apsxmw6";
37 message = ''
38 This nix expression requires that ${name} is already part of the store.
39 Download it from https://sidefx.com and add it to the nix store with:
···29 license_dir = "~/.config/houdini";
30in
31stdenv.mkDerivation rec {
32+ version = "16.5.439";
33 name = "houdini-runtime-${version}";
34 src = requireFile rec {
35 name = "houdini-${version}-linux_x86_64_gcc4.8.tar.gz";
36+ sha256 = "7e483072a0e6e751a93f2a2f968cccb2d95559c61106ffeb344c95975704321b";
37 message = ''
38 This nix expression requires that ${name} is already part of the store.
39 Download it from https://sidefx.com and add it to the nix store with: