yamlfmt: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2023-09-06 11:34:29 +00:00
parent 82535bc9c1
commit 0afc6e6e0f

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yamlfmt";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-l081PgSAT9h2oHp1eH96XztcCLeyv1Y11l6lJhHQj1I=";
sha256 = "sha256-+xlPXHM/4blnm09OcMSpvVTLJy38U4xkVMd3Ea2scyU=";
};
vendorHash = "sha256-qrHrLOfyJhsuU75arDtfOhLaLqP+GWTfX+oyLX3aea8=";