Skip to content

Commit

Permalink
houdini: 19.5.569 -> 20.0.506
Browse files Browse the repository at this point in the history
  • Loading branch information
pedohorse committed Dec 10, 2023
1 parent bb2a9ce commit 329abb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/houdini/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ buildFHSEnv rec {
ocl-icd # needed for opencl
numactl # needed by hfs ocl backend
ncurses5 # needed by hfs ocl backend
zstd # needed from 20.0
] ++ (with xorg; [
libICE
libSM
Expand Down
9 changes: 3 additions & 6 deletions pkgs/applications/misc/houdini/runtime.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{ lib, stdenv, requireFile, callPackage}:

let
license_dir = "~/.config/houdini";
in
callPackage ./runtime-build.nix rec {
version = "19.5.569";
version = "20.0.506";
eulaDate = "2021-10-13";
src = requireFile rec {
name = "houdini-${version}-linux_x86_64_gcc9.3.tar.gz";
sha256 = "0c2d6a31c24f5e7229498af6c3a7cdf81242501d7a0792e4c33b53a898d4999e";
name = "houdini-${version}-linux_x86_64_gcc11.2.tar.gz";
sha256 = "10dcb695bf9bb6407ccfd91c67858d69864208ee97e1e9afe216abf99db549f5";
url = "https://www.sidefx.com/download/daily-builds/?production=true";
};
}

0 comments on commit 329abb1

Please sign in to comment.