mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
Merge pull request #50350 from kwohlfahrt/houdini
houdini: 16.5.439 -> 17.0.352
This commit is contained in:
commit
e3592a0abe
@ -29,15 +29,15 @@ let
|
|||||||
license_dir = "~/.config/houdini";
|
license_dir = "~/.config/houdini";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "16.5.439";
|
version = "17.0.352";
|
||||||
name = "houdini-runtime-${version}";
|
name = "houdini-runtime-${version}";
|
||||||
src = requireFile rec {
|
src = requireFile rec {
|
||||||
name = "houdini-${version}-linux_x86_64_gcc4.8.tar.gz";
|
name = "houdini-${version}-linux_x86_64_gcc6.3.tar.gz";
|
||||||
sha256 = "7e483072a0e6e751a93f2a2f968cccb2d95559c61106ffeb344c95975704321b";
|
sha256 = "0cl5fkgaplb0cvv7mli06ffc9j4ngpy8hl5zqabj3d645gcgafjg";
|
||||||
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://sidefx.com and add it to the nix store with:
|
||||||
|
|
||||||
nix-prefetch-url <URL>
|
nix-prefetch-url <URL>
|
||||||
|
|
||||||
This can't be done automatically because you need to create an account on
|
This can't be done automatically because you need to create an account on
|
||||||
|
Loading…
Reference in New Issue
Block a user