mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
editorconfig-core-c: 0.12.7 -> 0.12.8
This commit is contained in:
parent
0e3a6393a0
commit
d1025803ac
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "editorconfig-core-c";
|
pname = "editorconfig-core-c";
|
||||||
version = "0.12.7";
|
version = "0.12.8";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "editorconfig";
|
owner = "editorconfig";
|
||||||
repo = "editorconfig-core-c";
|
repo = "editorconfig-core-c";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-uKukgQPKIx+zJPf08MTYEtoBiWeVcQmZnjWl4Zk9xaY=";
|
hash = "sha256-zhWq87X8n7iyp5HBmV2ZTjcN09zQ/sBXPrGmQT0iRr4=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user