Merge pull request #36643 from ryantm/auto-update/opensubdiv

opensubdiv: 3.3.0 -> 3.3.1
This commit is contained in:
Eelco Dolstra
2018-03-09 14:39:02 +01:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "opensubdiv-${version}";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenSubdiv";
rev = "v${lib.replaceChars ["."] ["_"] version}";
sha256 = "0wpjwfik4q9s4r30hndhzmfyzv968mmg5lgng0123l07mn47d2yl";
sha256 = "1s96038yvf8wch5gv537iigqflxx7rh9wwn3wlrk8f9yfdwv1mk1";
};
outputs = [ "out" "dev" ];