Skip to content

Commit

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

stdenv.mkDerivation rec {
pname = "doctest";
version = "2.4.0";
version = "2.4.1";

src = fetchFromGitHub {
owner = "onqtam";
repo = "doctest";
rev = version;
sha256 = "1yi95saqv8qb3ix6w8d7ffvs7qbwvqmq6wblckhxhicxxdxk85cd";
sha256 = "17g7n6rjs90i0b231x5s934qnr8m80ga2yg1z344bnsdiqcjd63w";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit a4e0d2b

Please sign in to comment.