aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/opensubdiv
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-04-13 01:43:47 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-04-13 01:43:47 +0000
commitd54833b9c6fd40fd10732436e19bd9d21171fabd (patch)
treefee992ba024e2291466fdf86a9fc843ae65f4848 /pkgs/development/libraries/opensubdiv
parent807ca93fadd5197c2260490de0c76e500562dc05 (diff)
opensubdiv: 3.4.0 -> 3.4.3
Diffstat (limited to 'pkgs/development/libraries/opensubdiv')
-rw-r--r--pkgs/development/libraries/opensubdiv/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/opensubdiv/default.nix b/pkgs/development/libraries/opensubdiv/default.nix
index 81ef6a3bf5d1..35a8358b5148 100644
--- a/pkgs/development/libraries/opensubdiv/default.nix
+++ b/pkgs/development/libraries/opensubdiv/default.nix
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "opensubdiv";
- version = "3.4.0";
+ version = "3.4.3";
src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenSubdiv";
rev = "v${lib.replaceChars ["."] ["_"] version}";
- sha256 = "0cippg6aqc5dlya1cmh3908pwssrg52fwgyylnvz5343yrxmgk12";
+ sha256 = "0zpnpg2zzyavv9r3jakv3j2gn603b62rbczrflc6qmg6qvpgz0kr";
};
outputs = [ "out" "dev" ];
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An Open-Source subdivision surface library";
- homepage = http://graphics.pixar.com/opensubdiv;
+ homepage = "http://graphics.pixar.com/opensubdiv";
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.eelco ];
license = lib.licenses.asl20;