Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d744f0f3d70b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 87d598e310ce
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 13, 2020

  1. opensubdiv: 3.4.0 -> 3.4.3

    r-ryantm committed Apr 13, 2020
    Copy the full SHA
    d54833b View commit details
  2. Merge pull request #85117 from r-ryantm/auto-update/opensubdiv

    opensubdiv: 3.4.0 -> 3.4.3
    edolstra authored Apr 13, 2020
    Copy the full SHA
    87d598e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/opensubdiv/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/opensubdiv/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "opensubdiv";
version = "3.4.0";
version = "3.4.3";

src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenSubdiv";
rev = "v${lib.replaceChars ["."] ["_"] version}";
sha256 = "0cippg6aqc5dlya1cmh3908pwssrg52fwgyylnvz5343yrxmgk12";
sha256 = "0zpnpg2zzyavv9r3jakv3j2gn603b62rbczrflc6qmg6qvpgz0kr";
};

outputs = [ "out" "dev" ];