Merge pull request #36826 from kwohlfahrt/houdini
houdini 16.0.671->16.5.405
This commit is contained in:
commit
d4c20ad1d9
@ -29,11 +29,11 @@ let
|
|||||||
license_dir = "~/.config/houdini";
|
license_dir = "~/.config/houdini";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "16.0.671";
|
version = "16.5.405";
|
||||||
name = "houdini-runtime-${version}";
|
name = "houdini-runtime-${version}";
|
||||||
src = requireFile rec {
|
src = requireFile rec {
|
||||||
name = "houdini-${version}-linux_x86_64_gcc4.8.tar.gz";
|
name = "houdini-${version}-linux_x86_64_gcc4.8.tar.gz";
|
||||||
sha256 = "1d3c1a1128szlgaf3ilw5y20plz5azwp37v0ljawgm80y64hq15r";
|
sha256 = "14i0kzv881jqd5z9jshri1fxxi3pkxdmi5l4p2b51c9i3apsxmw6";
|
||||||
message = ''
|
message = ''
|
||||||
This nix expression requires that ${name} is already part of the store.
|
This nix expression requires that ${name} is already part of the store.
|
||||||
Download it from https://sidefx.com and add it to the nix store with:
|
Download it from https://sidefx.com and add it to the nix store with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user