houdini: 17.0.352 -> 17.5.327 (#67983)
* houdini: 17.0.352 -> 17.5.327 * houdini: update sidefx.com to www.sidefx.com
This commit is contained in:
parent
22cbd24409
commit
b1e9820306
@ -30,14 +30,14 @@ let
|
|||||||
license_dir = "~/.config/houdini";
|
license_dir = "~/.config/houdini";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "17.0.352";
|
version = "17.5.327";
|
||||||
pname = "houdini-runtime";
|
pname = "houdini-runtime";
|
||||||
src = requireFile rec {
|
src = requireFile rec {
|
||||||
name = "houdini-${version}-linux_x86_64_gcc6.3.tar.gz";
|
name = "houdini-${version}-linux_x86_64_gcc6.3.tar.gz";
|
||||||
sha256 = "0cl5fkgaplb0cvv7mli06ffc9j4ngpy8hl5zqabj3d645gcgafjg";
|
sha256 = "1byigmhmby8lgi2vmgxy9jlrrqk7jyr507zqkihq5bv8kfsanv1x";
|
||||||
message = ''
|
message = ''
|
||||||
This nix expression requires that ${name} is already part of the store.
|
This nix expression requires that ${name} is already part of the store.
|
||||||
Download it from https://sidefx.com and add it to the nix store with:
|
Download it from https://www.sidefx.com and add it to the nix store with:
|
||||||
|
|
||||||
nix-prefetch-url <URL>
|
nix-prefetch-url <URL>
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
description = "3D animation application software";
|
description = "3D animation application software";
|
||||||
homepage = https://sidefx.com;
|
homepage = https://www.sidefx.com;
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.canndrew ];
|
maintainers = [ stdenv.lib.maintainers.canndrew ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user