houdini: 16.0.633 -> 16.0.671

+4 -5
+1 -2
pkgs/applications/misc/houdini/default.nix
··· 1 { zsh, stdenv, callPackage, buildFHSUserEnv, undaemonize }: 2 3 let 4 - version = "16.0.633"; 5 houdini-runtime = callPackage ./runtime.nix { }; 6 in buildFHSUserEnv rec { 7 - name = "houdini-${version}"; 8 9 extraBuildCommands = '' 10 mkdir -p $out/usr/lib/sesi
··· 1 { zsh, stdenv, callPackage, buildFHSUserEnv, undaemonize }: 2 3 let 4 houdini-runtime = callPackage ./runtime.nix { }; 5 in buildFHSUserEnv rec { 6 + name = "houdini-${houdini-runtime.version}"; 7 8 extraBuildCommands = '' 9 mkdir -p $out/usr/lib/sesi
+3 -3
pkgs/applications/misc/houdini/runtime.nix
··· 29 license_dir = "~/.config/houdini"; 30 in 31 stdenv.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"; 30 in 31 stdenv.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: