houdini: 21.0.440 -> 21.0.559 (#466074)

This commit is contained in:
Gergő Gutyina
2026-01-29 02:01:15 +00:00
committed by GitHub
3 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -20393,11 +20393,6 @@
github = "peat-psuwit";
githubId = 6771175;
};
pedohorse = {
github = "permahorse";
githubId = 13556996;
name = "pedohorse";
};
pedrohlc = {
email = "root@pedrohlc.com";
github = "PedroHLC";
@@ -20447,6 +20442,11 @@
github = "peret";
githubId = 617977;
};
permahorse = {
github = "permahorse";
githubId = 13556996;
name = "permahorse";
};
perstark = {
email = "perstark.se@gmail.com";
github = "perstarkse";
+1 -1
View File
@@ -126,7 +126,7 @@ buildFHSEnv {
maintainers = with lib.maintainers; [
canndrew
kwohlfahrt
pedohorse
permahorse
];
};
}
+3 -3
View File
@@ -1,12 +1,12 @@
{ requireFile, callPackage }:
callPackage ./runtime-build.nix rec {
version = "21.0.440";
version = "21.0.559";
eulaDate = "2021-10-13";
src = requireFile {
name = "houdini-${version}-linux_x86_64_gcc11.2.tar.gz";
hash = "sha256-qHRR+RRtUgUam6FC1TWTZjg1FSakjLoMYVaiIfO+WOY=";
hash = "sha256-bZmoH1NKQhhMAhIl3pTL7irUZ7HrOhS8R7GApLD5514=";
url = "https://www.sidefx.com/download/daily-builds/?production=true";
};
outputHash = "sha256-SSBiqNZRnxz6tnvusYRi2UASY1k3voiblDpkiu+qU0w=";
outputHash = "sha256-/7ctlMUoyJdPdBQV7rRO9pWcg9bXcnMJsB9TN/Jo8QQ=";
}