From 8f08a28b6c25680303e8bc3e6b39820841af7019 Mon Sep 17 00:00:00 2001 From: Kai Wohlfahrt Date: Wed, 14 Nov 2018 11:41:06 +0000 Subject: [PATCH 1/2] houdini: 16.5.439 -> 16.5.634 --- pkgs/applications/misc/houdini/runtime.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/houdini/runtime.nix b/pkgs/applications/misc/houdini/runtime.nix index b92012a29ddb..251cf949810c 100644 --- a/pkgs/applications/misc/houdini/runtime.nix +++ b/pkgs/applications/misc/houdini/runtime.nix @@ -29,15 +29,15 @@ let license_dir = "~/.config/houdini"; in stdenv.mkDerivation rec { - version = "16.5.439"; + version = "16.5.634"; name = "houdini-runtime-${version}"; src = requireFile rec { name = "houdini-${version}-linux_x86_64_gcc4.8.tar.gz"; - sha256 = "7e483072a0e6e751a93f2a2f968cccb2d95559c61106ffeb344c95975704321b"; + sha256 = "1jl7i2arhwxz42wb872i6wxqxxgdj8rkgg5rn1phsljv5w4kqc68"; 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: - + nix-prefetch-url This can't be done automatically because you need to create an account on From 5732500bd2c5a8d12b8d591c8e132ea611b09ff0 Mon Sep 17 00:00:00 2001 From: Kai Wohlfahrt Date: Wed, 14 Nov 2018 14:27:30 +0000 Subject: [PATCH 2/2] houdini: 16.5.634 -> 17.0.352 --- pkgs/applications/misc/houdini/runtime.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/houdini/runtime.nix b/pkgs/applications/misc/houdini/runtime.nix index 251cf949810c..500f1df36a0c 100644 --- a/pkgs/applications/misc/houdini/runtime.nix +++ b/pkgs/applications/misc/houdini/runtime.nix @@ -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: