doctest: 2.4.7 -> 2.4.8 (#164599)

* doctest: 2.4.7 -> 2.4.8
main
Roberto Di Remigio 2 years ago committed by GitHub
parent 532330778c
commit af911e8452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      pkgs/development/libraries/doctest/default.nix

@ -2,19 +2,19 @@
stdenv.mkDerivation rec {
pname = "doctest";
version = "2.4.7";
version = "2.4.8";
src = fetchFromGitHub {
owner = "onqtam";
owner = "doctest";
repo = "doctest";
rev = version;
sha256 = "sha256-pXUg+NHSCKOudkmDCU3ePZrvs8DlM/CEZntEd78oTJ0=";
rev = "v${version}";
sha256 = "sha256-/4lyCQZHsa32ozes5MJ0JZpQ99MECRlgFeSzN/Zs/BQ=";
};
nativeBuildInputs = [ cmake ];
meta = with lib; {
homepage = "https://github.com/onqtam/doctest";
homepage = "https://github.com/doctest/doctest";
description = "The fastest feature-rich C++11/14/17/20 single-header testing framework";
platforms = platforms.all;
license = licenses.mit;

Loading…
Cancel
Save