Skip to content

Commit 6e6fb1e

Browse files
authored
opensubdiv: 3.6.1 -> 3.7.0 (NixOS#457441)
2 parents a00c8ef + a7059c5 commit 6e6fb1e

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
@@ -23,13 +23,13 @@
2323

2424
stdenv.mkDerivation (finalAttrs: {
2525
pname = "opensubdiv";
26-
version = "3.6.1";
26+
version = "3.7.0";
2727

2828
src = fetchFromGitHub {
2929
owner = "PixarAnimationStudios";
3030
repo = "OpenSubdiv";
3131
tag = "v${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
32-
hash = "sha256-/22SeMzNNnrUgmPGpgbQwoYthdAdhRa615VhVJOvP9o=";
32+
hash = "sha256-yWi+SaJfyMHPnc8hhrMZ4W6cBRkFOhRehXg3BqSGPcM=";
3333
};
3434

3535
outputs = [

0 commit comments

Comments
 (0)