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: b4d4f83e1feb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 98ca8ee97ded
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 17, 2020

  1. Copy the full SHA
    9789c3d View commit details
  2. Merge pull request #77871 from r-ryantm/auto-update/cpp-utilities

    cpp-utilities: 5.0.1 -> 5.1.0
    ryantm authored Jan 17, 2020
    Copy the full SHA
    98ca8ee View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/cpp-utilities/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/cpp-utilities/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.0.1";
version = "5.1.0";

src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "11wm7z4ldsja2x2m2dkj3xhiammkwfqgbgkwq9gssnv14803fhnv";
sha256 = "0g7mn84xx7yfbvpj9wm5sn08w8bzlfizh4yd1m75fnh8hg829jnl";
};

nativeBuildInputs = [ cmake ];