houdini: 16.0.633 -> 16.0.671

This commit is contained in:
Anton Schirg 2017-07-19 22:03:28 +02:00
parent 29e88a59c8
commit c4ea2d0b47
2 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,9 @@
{ zsh, stdenv, callPackage, buildFHSUserEnv, undaemonize }: { zsh, stdenv, callPackage, buildFHSUserEnv, undaemonize }:
let let
version = "16.0.633";
houdini-runtime = callPackage ./runtime.nix { }; houdini-runtime = callPackage ./runtime.nix { };
in buildFHSUserEnv rec { in buildFHSUserEnv rec {
name = "houdini-${version}"; name = "houdini-${houdini-runtime.version}";
extraBuildCommands = '' extraBuildCommands = ''
mkdir -p $out/usr/lib/sesi mkdir -p $out/usr/lib/sesi

View File

@ -29,11 +29,11 @@ let
license_dir = "~/.config/houdini"; license_dir = "~/.config/houdini";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "16.0.633"; version = "16.0.671";
name = "houdini-runtime-${version}"; name = "houdini-runtime-${version}";
src = requireFile rec { src = requireFile rec {
name = "houdini-16.0.633-linux_x86_64_gcc4.8.tar.gz"; name = "houdini-${version}-linux_x86_64_gcc4.8.tar.gz";
sha256 = "1wwm3gqmwn7xbm2qrpb4al44kzgswmsvmjndjkbqskwinxqmg9y2"; sha256 = "1d3c1a1128szlgaf3ilw5y20plz5azwp37v0ljawgm80y64hq15r";
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: