houdini: 20.5.278 -> 20.5.332

This commit is contained in:
pedohorse 2024-08-21 18:03:37 +02:00
parent 43c745f567
commit 4c8bd34ce0

View File

@ -1,11 +1,11 @@
{ 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";
};
}