We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad77064 + a02aa6b commit 5ef4a70Copy full SHA for 5ef4a70
pkgs/applications/misc/houdini/runtime.nix
@@ -1,11 +1,11 @@
1
{ requireFile, callPackage }:
2
3
callPackage ./runtime-build.nix rec {
4
- version = "20.5.332";
+ version = "20.5.370";
5
eulaDate = "2021-10-13";
6
src = requireFile {
7
name = "houdini-${version}-linux_x86_64_gcc11.2.tar.gz";
8
- hash = "sha256-ZqbLCWfPUo0fXS9liKOXsUEpm1d60bHIkbx+K98gFtU=";
+ hash = "sha256-QwPCU7E5yoJvWsiRUMBSAhEJYckbFTrQa1S4fto8dy0=";
9
url = "https://www.sidefx.com/download/daily-builds/?production=true";
10
};
11
}
0 commit comments