Merge pull request #259112 from r-ryantm/auto-update/vals

vals: 0.27.1 -> 0.28.0
This commit is contained in:
Fabián Heredia Montiel 2023-10-07 01:35:04 -06:00 committed by GitHub
commit 2f795d056d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "vals"; pname = "vals";
version = "0.27.1"; version = "0.28.0";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "variantdev"; owner = "variantdev";
repo = pname; repo = pname;
sha256 = "sha256-2Wjp1Q7c4CrhCnPTQUyrzVPL89XYOp2bnySQril/RQc="; sha256 = "sha256-6sKwRYbWaKrnMLU+G4/s3CTjUYeovsWttAvk1MnIFPI=";
}; };
vendorHash = "sha256-J0fhxfGDJKZfRWPPockIAUENCPffQlQmwjkgls+ocoE="; vendorHash = "sha256-CwRhtC+Ome/oyTSd8rPpQ3TgBkFb9CM3XRc0k2g2lHU=";
ldflags = [ ldflags = [
"-s" "-s"