opensubdiv: 3.0.4 -> 3.0.5

This commit is contained in:
Eelco Dolstra 2016-09-16 22:42:02 +02:00
parent 0fc5900665
commit 09f58645ca

View File

@ -3,13 +3,13 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "opensubdiv-3.0.4"; name = "opensubdiv-3.0.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PixarAnimationStudios"; owner = "PixarAnimationStudios";
repo = "OpenSubdiv"; repo = "OpenSubdiv";
rev = "v3_0_4"; rev = "v3_0_5";
sha256 = "14ylpzk4121gi3fl02dwmqjp5sbaqpkm4gd0lh6jijccdih0xsc0"; sha256 = "16xv4cw1k75wgd4ddr0sa87wd46ygbn2k2avh9c1mfd405p80d92";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];