houdini: 20.5.332 -> 20.5.370 (#346204)

This commit is contained in:
2024-10-13 14:26:32 +02:00
committed by GitHub
+2 -2
View File
@@ -1,11 +1,11 @@
{ requireFile, callPackage }:
callPackage ./runtime-build.nix rec {
version = "20.5.332";
version = "20.5.370";
eulaDate = "2021-10-13";
src = requireFile {
name = "houdini-${version}-linux_x86_64_gcc11.2.tar.gz";
hash = "sha256-ZqbLCWfPUo0fXS9liKOXsUEpm1d60bHIkbx+K98gFtU=";
hash = "sha256-QwPCU7E5yoJvWsiRUMBSAhEJYckbFTrQa1S4fto8dy0=";
url = "https://www.sidefx.com/download/daily-builds/?production=true";
};
}