mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
houdini: 16.5.634 -> 17.0.352
This commit is contained in:
parent
8f08a28b6c
commit
5732500bd2
1 changed files with 3 additions and 3 deletions
|
@ -29,11 +29,11 @@ let
|
|||
license_dir = "~/.config/houdini";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
version = "16.5.634";
|
||||
version = "17.0.352";
|
||||
name = "houdini-runtime-${version}";
|
||||
src = requireFile rec {
|
||||
name = "houdini-${version}-linux_x86_64_gcc4.8.tar.gz";
|
||||
sha256 = "1jl7i2arhwxz42wb872i6wxqxxgdj8rkgg5rn1phsljv5w4kqc68";
|
||||
name = "houdini-${version}-linux_x86_64_gcc6.3.tar.gz";
|
||||
sha256 = "0cl5fkgaplb0cvv7mli06ffc9j4ngpy8hl5zqabj3d645gcgafjg";
|
||||
message = ''
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue