about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-23 23:47:11 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-23 23:47:11 -0700
commita229933de60384ff5f191392665f55282fe42a48 (patch)
tree1a61c9fa4b53affb2e31fb082b85c56fb7047d2b
parentcf68a14a0184138ca7644a14c0724fa32e0e34a5 (diff)
downloadnixlib-a229933de60384ff5f191392665f55282fe42a48.tar
nixlib-a229933de60384ff5f191392665f55282fe42a48.tar.gz
nixlib-a229933de60384ff5f191392665f55282fe42a48.tar.bz2
nixlib-a229933de60384ff5f191392665f55282fe42a48.tar.lz
nixlib-a229933de60384ff5f191392665f55282fe42a48.tar.xz
nixlib-a229933de60384ff5f191392665f55282fe42a48.tar.zst
nixlib-a229933de60384ff5f191392665f55282fe42a48.zip
opensubdiv: 3.3.2 -> 3.3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opensubdiv/versions.
-rw-r--r--pkgs/development/libraries/opensubdiv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/opensubdiv/default.nix b/pkgs/development/libraries/opensubdiv/default.nix
index 51270427397d..614df6fb063e 100644
--- a/pkgs/development/libraries/opensubdiv/default.nix
+++ b/pkgs/development/libraries/opensubdiv/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   name = "opensubdiv-${version}";
-  version = "3.3.2";
+  version = "3.3.3";
 
   src = fetchFromGitHub {
     owner = "PixarAnimationStudios";
     repo = "OpenSubdiv";
     rev = "v${lib.replaceChars ["."] ["_"] version}";
-    sha256 = "0j3vh52w1pnld2a2cm6z7iicni1f617qzg0d8xh3p7l0s2dxjibh";
+    sha256 = "1rld4hgl9yrbnk5sd6bhvnm8jdnqq09hq93hrmx0nhccccximi9z";
   };
 
   outputs = [ "out" "dev" ];