Merge pull request #51046 from marsam/feature/update-vale

vale: 1.0.3 -> 1.2.6
This commit is contained in:
Renaud 2018-11-25 23:13:22 +01:00 committed by GitHub
commit 71c49d5796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,22 +2,21 @@
buildGoPackage rec {
name = "vale-${version}";
version = "1.0.3";
rev = "v${version}";
version = "1.2.6";
goPackagePath = "github.com/errata-ai/vale";
src = fetchFromGitHub {
inherit rev;
owner = "errata-ai";
repo = "vale";
sha256 = "132zzgry19alcdn3m3q62sp2lm3yxc4kil12lm309jl7b3n0850h";
rev = "v${version}";
sha256 = "1mhynasikncwz9dkk9z27qvwk03j7q0vx0wjnqg69pd97lgrp7zp";
};
goDeps = ./deps.nix;
meta = with stdenv.lib; {
homepage = https://errata.ai/vale/getting-started/;
homepage = https://errata-ai.github.io/vale/;
description = "Vale is an open source linter for prose";
license = licenses.mit;
maintainers = [ maintainers.marsam ];