Skip to content

Commit

Permalink
Merge pull request #92680 from r-ryantm/auto-update/cpp-utilities
Browse files Browse the repository at this point in the history
cpp-utilities: 5.4.0 -> 5.5.0
  • Loading branch information
Ma27 committed Jul 8, 2020
2 parents 87d7f0f + 30dd006 commit cefa2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/cpp-utilities/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.4.0";
version = "5.5.0";

src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "18sy1jrz5adzy7c8k42kqlpicc4h0igimjqwaa6m9swwkhwiqqjz";
sha256 = "1kzwclf8l89dbw10ya0grhdj7dspmj7rg7rkaa8b7n5lgla968jr";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit cefa2ad

Please sign in to comment.