Skip to content

Commit

Permalink
cpp-utilities: 5.0.0 -> 5.0.1 (NixOS#70396)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored and veprbl committed Oct 4, 2019
1 parent 4a815f4 commit 1097c03
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 @@ -2,13 +2,13 @@

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

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

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 1097c03

Please sign in to comment.