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 7e9d8ce commit 90e5410Copy full SHA for 90e5410
deps/lest/default.nix
@@ -4,7 +4,7 @@
4
}:
5
stdenv.mkDerivation rec {
6
pname = "lest";
7
- version = "1.35.2";
+ version = "1.36.0";
8
9
meta = {
10
description = "A tiny C++11 test framework – lest errors escape testing.";
@@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
14
15
src = fetchGit {
16
url = "https://github.com/martinmoene/lest.git";
17
- rev = "1eda2f7c33941617fc368ce764b5fbeffccb59bc";
+ ref = "refs/tags/v${version}";
18
+ rev = "57197f32f2c7d3f3d3664a9010d3ff181a40f6ca";
19
};
20
21
cmakeBuildType = "Debug";
0 commit comments