Skip to content

Commit 5533970

Browse files
committed
CMake : fix CPM indicators dependency
1 parent e4b32e3 commit 5533970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if( NOT CPM_DISABLE )
7878
CPMAddPackage(
7979
NAME indicators
8080
GITHUB_REPOSITORY p-ranav/indicators
81-
VERSION 2.3
81+
GIT_TAG 3872f37
8282
PATCHES "https://github.com/p-ranav/indicators/pull/130.patch"
8383
)
8484

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
stdenv.mkDerivation rec {
178178
pname = "indicators";
179179
# version = "2.3";
180-
version = "master";
180+
version = "3872f37";
181181

182182
src = fetchFromGitHub {
183183
owner = "p-ranav";

0 commit comments

Comments
 (0)