Merge pull request #250351 from r-ryantm/auto-update/gotemplate

gotemplate: 3.7.2 -> 3.7.4
This commit is contained in:
OTABI Tomoya 2023-08-21 11:59:59 +09:00 committed by GitHub
commit 1394710f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gotemplate";
version = "3.7.2";
version = "3.7.4";
src = fetchFromGitHub {
owner = "coveooss";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-1jyTZBkt+nN52jgs5XZN22zw33i0yENDc4cW/Y1Lidc=";
hash = "sha256-vARW8afqkcope5EcqCFju/cF6LsdEYvt3fKHEXRbmXM=";
};
vendorHash = "sha256-WW7X3rURdvmSjbtRkeLoicsiqxsMED5el+Jl5yYk7hA=";
vendorHash = "sha256-uRB3atrJ+A1/xXvgmkyM/AKN+9VKSIDvsnPIdtsc3vc=";
meta = with lib; {
description = "CLI for go text/template";