Merge pull request #107823 from freezeboy/update-quicktemplate
quicktemplate: unstable-2019-07-08 -> 1.6.3
This commit is contained in:
commit
2fc9a0d021
2 changed files with 7 additions and 19 deletions
|
@ -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";
|
||||||
|
|
12
pkgs/development/tools/quicktemplate/deps.nix
generated
12
pkgs/development/tools/quicktemplate/deps.nix
generated
|
@ -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";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
]
|
|
Loading…
Reference in a new issue