Skip to content

Commit

Permalink
icmake: 9.02.03 -> 9.02.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jan 6, 2018
1 parent 6989369 commit 71dd57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/icmake/default.nix
Expand Up @@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
name = "icmake-${version}";
version = "9.02.03";
version = "9.02.04";

src = fetchFromGitHub {
sha256 = "1g3pdcd2i8n29rqwrdg6bd7qnsii55hi0rnma86hy0pm5cshpwi5";
sha256 = "0dkqdm7nc3l9kgwkkf545hfbxj7ibkxl7n49wz9m1rcq9pvpmrw3";
rev = version;
repo = "icmake";
owner = "fbb-git";
Expand Down

0 comments on commit 71dd57f

Please sign in to comment.