mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 21:33:49 +00:00
editorconfig-checker: 3.0.2 -> 3.0.3
Diff: https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.0.2...v3.0.3 Changelog: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/v3.0.3
This commit is contained in:
parent
66bd3bd8d2
commit
d9d66691a8
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "editorconfig-checker";
|
||||
version = "3.0.2";
|
||||
version = "3.0.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "editorconfig-checker";
|
||||
repo = "editorconfig-checker";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-HgWfR0kOtP2cSSRGMPuy1qGqcS/4QAWPeBU+lwHnYqI=";
|
||||
hash = "sha256-lU7YGn3W3KGrvOUH/v++jHii4q3hSo9X8BAjDNJ7y3A=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-P5lOx9CH37Z7mkDshbwS+XJZQdQiqNKl71wR1iUvpm8=";
|
||||
|
Loading…
Reference in New Issue
Block a user