Merge pull request #107823 from freezeboy/update-quicktemplate

quicktemplate: unstable-2019-07-08 -> 1.6.3
This commit is contained in:
Sandro 2020-12-29 01:05:03 +01:00 committed by GitHub
commit 2fc9a0d021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 19 deletions

View file

@ -1,18 +1,18 @@
{ stdenv, buildGoPackage, fetchFromGitHub }: { stdenv, buildGoModule, fetchFromGitHub }:
buildGoPackage { buildGoModule rec {
pname = "quicktemplate"; pname = "quicktemplate";
version = "unstable-2019-07-08"; version = "1.6.3";
goPackagePath = "github.com/valyala/quicktemplate";
goDeps = ./deps.nix;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "valyala"; owner = "valyala";
repo = "quicktemplate"; repo = "quicktemplate";
rev = "840e9171940bbc80bb1b925c880664cababae022"; rev = "v${version}";
sha256 = "1pimf5bwivklsr438if6l8by34gr48a05gl6hq07cvc8z6wl01m2"; sha256 = "mQhrQcKRDtcXha7FIwCIUwWfoPGIJ5YLbA4HdatIdn8=";
}; };
vendorSha256 = null;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/valyala/quicktemplate"; homepage = "https://github.com/valyala/quicktemplate";
description = "Fast, powerful, yet easy to use template engine for Go"; description = "Fast, powerful, yet easy to use template engine for Go";

View file

@ -1,12 +0,0 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
[
{
goPackagePath = "github.com/valyala/bytebufferpool";
fetch = {
type = "git";
url = "https://github.com/valyala/bytebufferpool";
rev = "cdfbe9377474227bb42120c1e22fd4433e7f69bf";
sha256 = "0c6cixd85dvl2gvs7sdh0k2wm8r3grl4fw0jg4w7d78cp8s2k7ag";
};
}
]