We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7636ee7 commit 6651bc1Copy full SHA for 6651bc1
pkgs/development/tools/build-managers/icmake/default.nix
@@ -2,10 +2,10 @@
2
3
stdenv.mkDerivation rec {
4
name = "icmake-${version}";
5
- version = "9.02.02";
+ version = "9.02.03";
6
7
src = fetchFromGitHub {
8
- sha256 = "0f7w3b8r2h6ckgzc6wbfbw5yyxia0f3j3acmzi1yzylj6ak05mmd";
+ sha256 = "1g3pdcd2i8n29rqwrdg6bd7qnsii55hi0rnma86hy0pm5cshpwi5";
9
rev = version;
10
repo = "icmake";
11
owner = "fbb-git";
0 commit comments