3
0
Fork 0
forked from mirrors/nixpkgs

opensubdiv: 3.4.3 -> 3.4.4

This commit is contained in:
R. RyanTM 2021-02-24 15:48:53 +00:00
parent 11cd34cd59
commit 74c6b71074

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" ];