mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 09:07:29 +00:00
vale: 3.4.0 -> 3.4.1
Diff: https://github.com/errata-ai/vale/compare/v3.4.0...v3.4.1 Changelog: https://github.com/errata-ai/vale/releases/tag/v3.4.1
This commit is contained in:
parent
1706ba10e2
commit
3549033622
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "vale";
|
||||
version = "3.4.0";
|
||||
version = "3.4.1";
|
||||
|
||||
subPackages = [ "cmd/vale" ];
|
||||
outputs = [ "out" "data" ];
|
||||
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
owner = "errata-ai";
|
||||
repo = "vale";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-b2IPoBu9gIPnq/G4vbomA6L6dPD7GK4dzjL0eUy6b3Q=";
|
||||
hash = "sha256-fD2KBKDfKTNYuzP/zKkAx9h/HMxOlAyiWtp9EsWxop8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-HMzFLSmO6sBDNU89UoIvHcPPd3ubpti2ii4sFMKUDmI=";
|
||||
|
Loading…
Reference in New Issue
Block a user