Merge pull request #319442 from r-ryantm/auto-update/editorconfig-core-c

editorconfig-core-c: 0.12.7 -> 0.12.8

authored by Sandro and committed by GitHub ceabf6ed 6a2dd30e

+2 -2
+2 -2
pkgs/development/tools/misc/editorconfig-core-c/default.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "editorconfig-core-c"; 11 - version = "0.12.7"; 11 + version = "0.12.8"; 12 12 13 13 outputs = [ "out" "dev" ]; 14 14 ··· 16 16 owner = "editorconfig"; 17 17 repo = "editorconfig-core-c"; 18 18 rev = "v${finalAttrs.version}"; 19 - hash = "sha256-uKukgQPKIx+zJPf08MTYEtoBiWeVcQmZnjWl4Zk9xaY="; 19 + hash = "sha256-zhWq87X8n7iyp5HBmV2ZTjcN09zQ/sBXPrGmQT0iRr4="; 20 20 fetchSubmodules = true; 21 21 }; 22 22