We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a00c8ef + a7059c5 commit 6e6fb1eCopy full SHA for 6e6fb1e
1 file changed
pkgs/by-name/op/opensubdiv/package.nix
@@ -23,13 +23,13 @@
23
24
stdenv.mkDerivation (finalAttrs: {
25
pname = "opensubdiv";
26
- version = "3.6.1";
+ version = "3.7.0";
27
28
src = fetchFromGitHub {
29
owner = "PixarAnimationStudios";
30
repo = "OpenSubdiv";
31
tag = "v${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
32
- hash = "sha256-/22SeMzNNnrUgmPGpgbQwoYthdAdhRa615VhVJOvP9o=";
+ hash = "sha256-yWi+SaJfyMHPnc8hhrMZ4W6cBRkFOhRehXg3BqSGPcM=";
33
};
34
35
outputs = [
0 commit comments