Skip to content

Commit

Permalink
cpp-utilities: 5.7.0 -> 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 11, 2020
1 parent 379aaa1 commit c857365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/cpp-utilities/default.nix
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.7.0";
version = "5.8.0";

src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "04483v9bw6wp831f34fn46zj54v9y7f6qqfmx85fjxhkr3rqk4i0";
sha256 = "06mpag2hg2vb03pdc5f9cjkpgw3kdh3bh29xfrbb16ixk4rhv0j7";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit c857365

Please sign in to comment.