editorconfig-core-c: 0.12.0 -> 0.12.1

This commit is contained in:
Desmond O. Chang 2016-05-22 00:06:29 +08:00
parent b5f322c3d1
commit 8d419e6be7

View File

@ -6,9 +6,9 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://github.com/editorconfig/editorconfig-core-c.git";
rev = "99d09270c58b817ea218979d513a90099ade6277";
rev = "d1c2c881158dfb9faa4498a0b19593dcd105d6b8";
fetchSubmodules = true;
sha256 = "0s35dzf2180205xq2xpfmmlfw112j3h87swnisza85qwwz8bf2k9";
sha256 = "0awpb63ci85kal3pnlj2b54bay8igj1rbc13d8gqkvidlb51nnx4";
inherit name;
};
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';
downloadPage = "https://github.com/editorconfig/editorconfig-core-c";
license = with licenses; [ bsd2 bsd3 ];
version = "0.12.0";
version = "0.12.1";
maintainers = [ maintainers.dochang ];
};