summary refs log tree commit diff
path: root/pkgs/applications/misc/houdini/runtime.nix
diff options
context:
space:
mode:
authorRichard DW Redcroft <Richard@mythreed.com>2018-05-05 06:29:03 +0100
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-05 00:29:03 -0500
commitc580919791d5eacde29a457030f69f09187dc2a4 (patch)
tree8ff4c56fcaa93380fa413ae0b7608c1fea140aa7 /pkgs/applications/misc/houdini/runtime.nix
parent78a71c8d3e3f768e1f8182a627ece9b6a146cac1 (diff)
downloadnixpkgs-c580919791d5eacde29a457030f69f09187dc2a4.tar
nixpkgs-c580919791d5eacde29a457030f69f09187dc2a4.tar.gz
nixpkgs-c580919791d5eacde29a457030f69f09187dc2a4.tar.bz2
nixpkgs-c580919791d5eacde29a457030f69f09187dc2a4.tar.lz
nixpkgs-c580919791d5eacde29a457030f69f09187dc2a4.tar.xz
nixpkgs-c580919791d5eacde29a457030f69f09187dc2a4.tar.zst
nixpkgs-c580919791d5eacde29a457030f69f09187dc2a4.zip
houdini: 16.5.405 -> 16.5.439
* Update version 16.5.439

Update to version to 16.5.439 (current prod build)

* Update runtime.nix

forgot to update sha256
Diffstat (limited to 'pkgs/applications/misc/houdini/runtime.nix')
-rw-r--r--pkgs/applications/misc/houdini/runtime.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/houdini/runtime.nix b/pkgs/applications/misc/houdini/runtime.nix
index 097386547f5..7477e5c0af2 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.405";
+  version = "16.5.439";
   name = "houdini-runtime-${version}";
   src = requireFile rec {
     name = "houdini-${version}-linux_x86_64_gcc4.8.tar.gz";
-    sha256 = "14i0kzv881jqd5z9jshri1fxxi3pkxdmi5l4p2b51c9i3apsxmw6";
+    sha256 = "7e483072a0e6e751a93f2a2f968cccb2d95559c61106ffeb344c95975704321b";
     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: