houdini: 20.5.370 -> 20.5.445

This commit is contained in:
pedohorse
2024-12-22 20:54:49 +01:00
parent ecc79cd082
commit 5abe3794ea
+3 -2
View File
@@ -1,11 +1,12 @@
{ requireFile, callPackage }:
callPackage ./runtime-build.nix rec {
version = "20.5.370";
version = "20.5.445";
eulaDate = "2021-10-13";
src = requireFile {
name = "houdini-${version}-linux_x86_64_gcc11.2.tar.gz";
hash = "sha256-QwPCU7E5yoJvWsiRUMBSAhEJYckbFTrQa1S4fto8dy0=";
hash = "sha256-rk8HKX1Aq7ACbAWKFxfjSzfa3PA/iXQZsYOkr/kSbkM=";
url = "https://www.sidefx.com/download/daily-builds/?production=true";
};
outputHash = "sha256-bdL+Ha5LWkty4r+rgPAKr50pxV+j7CLspD4KOsSxyMo=";
}