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 e4b32e3 commit 5533970Copy full SHA for 5533970
CMakeLists.txt
@@ -78,7 +78,7 @@ if( NOT CPM_DISABLE )
78
CPMAddPackage(
79
NAME indicators
80
GITHUB_REPOSITORY p-ranav/indicators
81
- VERSION 2.3
+ GIT_TAG 3872f37
82
PATCHES "https://github.com/p-ranav/indicators/pull/130.patch"
83
)
84
flake.nix
@@ -177,7 +177,7 @@
177
stdenv.mkDerivation rec {
178
pname = "indicators";
179
# version = "2.3";
180
- version = "master";
+ version = "3872f37";
181
182
src = fetchFromGitHub {
183
owner = "p-ranav";
0 commit comments