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