Merge pull request #114250 from r-ryantm/auto-update/opensubdiv

opensubdiv: 3.4.3 -> 3.4.4
This commit is contained in:
Eelco Dolstra 2021-02-24 19:44:12 +01:00 committed by GitHub
commit 21dc12c40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "opensubdiv"; pname = "opensubdiv";
version = "3.4.3"; version = "3.4.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PixarAnimationStudios"; owner = "PixarAnimationStudios";
repo = "OpenSubdiv"; repo = "OpenSubdiv";
rev = "v${lib.replaceChars ["."] ["_"] version}"; rev = "v${lib.replaceChars ["."] ["_"] version}";
sha256 = "0zpnpg2zzyavv9r3jakv3j2gn603b62rbczrflc6qmg6qvpgz0kr"; sha256 = "sha256-ejxQ5mGIIrEa/rAfkTrRbIRerrAvEPoWn7e0lIqS1JQ=";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];