Merge pull request #68980 from rvolosatovs/update/packr

packr: 2.5.2 -> 2.6.0
This commit is contained in:
Marek Mahut 2019-09-19 11:17:31 +02:00 committed by GitHub
commit 856b16a724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,18 @@
buildGoModule rec { buildGoModule rec {
pname = "packr"; pname = "packr";
version = "2.5.2"; version = "2.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gobuffalo"; owner = "gobuffalo";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1ciffa5xbd93fylwz93wr4m4fj83dcla55dmdshaqz28rbsapnc1"; sha256 = "11bd0s3hyzvhcg1q0iahv2w9f0w1k57jfxgswhz7dyndxvvr2b8i";
}; };
modSha256 = "086gydrl3i35hawb5m7rsb4a0llcpdpgid1xfw2z9n6jkwkclw4n"; subPackages = [ "packr" "v2/packr2" ];
modSha256 = "0afhkvivma16bi8rz3kwcsz9mhmcn4zm6rrymxkvazx6b844hcdv";
meta = with lib; { meta = with lib; {
description = "The simple and easy way to embed static files into Go binaries"; description = "The simple and easy way to embed static files into Go binaries";