···29 license_dir = "~/.config/houdini";
30in
31stdenv.mkDerivation rec {
32- version = "16.0.633";
33 name = "houdini-runtime-${version}";
34 src = requireFile rec {
35- name = "houdini-16.0.633-linux_x86_64_gcc4.8.tar.gz";
36- sha256 = "1wwm3gqmwn7xbm2qrpb4al44kzgswmsvmjndjkbqskwinxqmg9y2";
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.0.671";
33 name = "houdini-runtime-${version}";
34 src = requireFile rec {
35+ name = "houdini-${version}-linux_x86_64_gcc4.8.tar.gz";
36+ sha256 = "1d3c1a1128szlgaf3ilw5y20plz5azwp37v0ljawgm80y64hq15r";
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: