Commit 5abe3794 authored by pedohorse's avatar pedohorse
Browse files

houdini: 20.5.370 -> 20.5.445

parent ecc79cd0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{ 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=";
}