Merge pull request #15603 from dochang/editorconfig-core-c

editorconfig-core-c: 0.12.0 -> 0.12.1

Changed files
+3 -3
pkgs
development
tools
misc
editorconfig-core-c
+3 -3
pkgs/development/tools/misc/editorconfig-core-c/default.nix
···
src = fetchgit {
url = "https://github.com/editorconfig/editorconfig-core-c.git";
-
rev = "99d09270c58b817ea218979d513a90099ade6277";
+
rev = "d1c2c881158dfb9faa4498a0b19593dcd105d6b8";
fetchSubmodules = true;
-
sha256 = "0s35dzf2180205xq2xpfmmlfw112j3h87swnisza85qwwz8bf2k9";
+
sha256 = "0awpb63ci85kal3pnlj2b54bay8igj1rbc13d8gqkvidlb51nnx4";
inherit name;
};
···
'';
downloadPage = "https://github.com/editorconfig/editorconfig-core-c";
license = with licenses; [ bsd2 bsd3 ];
-
version = "0.12.0";
+
version = "0.12.1";
maintainers = [ maintainers.dochang ];
};