Skip to content

Commit

Permalink
Update runtime.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Redcroft authored Nov 11, 2024
1 parent 10ebb62 commit 5badeb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ho/houdini/runtime.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ requireFile, callPackage }:

callPackage ./runtime-build.nix rec {
version = "20.5.370";
version = "20.5.410";
eulaDate = "2021-10-13";
src = requireFile {
name = "houdini-${version}-linux_x86_64_gcc11.2.tar.gz";
hash = "sha256-QwPCU7E5yoJvWsiRUMBSAhEJYckbFTrQa1S4fto8dy0=";
hash = "sha256-8hvZFtLakSB15q7DKP9ZHvW53uEqIfBGxbiE2RItxDU=";
url = "https://www.sidefx.com/download/daily-builds/?production=true";
};
}

0 comments on commit 5badeb7

Please sign in to comment.