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 {
pname = "opensubdiv";
version = "3.4.3";
version = "3.4.4";
src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenSubdiv";
rev = "v${lib.replaceChars ["."] ["_"] version}";
sha256 = "0zpnpg2zzyavv9r3jakv3j2gn603b62rbczrflc6qmg6qvpgz0kr";
sha256 = "sha256-ejxQ5mGIIrEa/rAfkTrRbIRerrAvEPoWn7e0lIqS1JQ=";
};
outputs = [ "out" "dev" ];