We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb6b23 commit fc77144Copy full SHA for fc77144
deps/lest/default.nix
@@ -4,7 +4,7 @@
4
}:
5
stdenv.mkDerivation rec {
6
pname = "lest";
7
- version = "1.36.0";
+ version = "1.37.0";
8
9
meta = {
10
description = "A tiny C++11 test framework – lest errors escape testing.";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
15
src = fetchGit {
16
url = "https://github.com/martinmoene/lest.git";
17
ref = "refs/tags/v${version}";
18
- rev = "57197f32f2c7d3f3d3664a9010d3ff181a40f6ca";
+ rev = "fe1996f438ab8d1611c0324a156f9130ed971e9f";
19
};
20
21
cmakeBuildType = "Debug";
0 commit comments