Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
421 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
{ requireFile, callPackage }:
callPackage ./runtime-build.nix rec {
version = "21.0.440";
eulaDate = "2021-10-13";
src = requireFile {
name = "houdini-${version}-linux_x86_64_gcc11.2.tar.gz";
hash = "sha256-qHRR+RRtUgUam6FC1TWTZjg1FSakjLoMYVaiIfO+WOY=";
url = "https://www.sidefx.com/download/daily-builds/?production=true";
};
outputHash = "sha256-SSBiqNZRnxz6tnvusYRi2UASY1k3voiblDpkiu+qU0w=";
}