Skip to content

Commit a7059c5

Browse files
committed
opensubdiv: 3.6.1 -> 3.7.0
1 parent 9266125 commit a7059c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/op/opensubdiv/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "opensubdiv";
21-
version = "3.6.1";
21+
version = "3.7.0";
2222

2323
src = fetchFromGitHub {
2424
owner = "PixarAnimationStudios";
2525
repo = "OpenSubdiv";
2626
tag = "v${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
27-
hash = "sha256-/22SeMzNNnrUgmPGpgbQwoYthdAdhRa615VhVJOvP9o=";
27+
hash = "sha256-yWi+SaJfyMHPnc8hhrMZ4W6cBRkFOhRehXg3BqSGPcM=";
2828
};
2929

3030
outputs = [

0 commit comments

Comments
 (0)