Commit 4c8bd34c authored by pedohorse's avatar pedohorse
Browse files

houdini: 20.5.278 -> 20.5.332

parent 43c745f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ requireFile, callPackage }:

callPackage ./runtime-build.nix rec {
  version = "20.5.278";
  version = "20.5.332";
  eulaDate = "2021-10-13";
  src = requireFile {
    name = "houdini-${version}-linux_x86_64_gcc11.2.tar.gz";
    hash = "sha256-O5oAoiDiu+xrmDfTnilPqZue8+dXVTHnK0yrX6moTSc=";
    hash = "sha256-ZqbLCWfPUo0fXS9liKOXsUEpm1d60bHIkbx+K98gFtU=";
    url = "https://www.sidefx.com/download/daily-builds/?production=true";
  };
}