Merge pull request #64519 from xrelkd/update/packr

packr: 2.5.1 -> 2.5.2
This commit is contained in:
worldofpeace 2019-07-09 09:37:18 -04:00 committed by GitHub
commit f0e38f7b38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "packr";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "gobuffalo";
repo = pname;
rev = "v${version}";
sha256 = "070hpnsr5w1r1cg9wl80cafmhkx4z3s29wq04fa7rk49hmwml4jy";
sha256 = "1ciffa5xbd93fylwz93wr4m4fj83dcla55dmdshaqz28rbsapnc1";
};
modSha256 = "0xvpk9jjcqac44s4fp0jwpljxvs0ypjwc5qfg0w90s2r7jn50fxn";
modSha256 = "086gydrl3i35hawb5m7rsb4a0llcpdpgid1xfw2z9n6jkwkclw4n";
meta = with lib; {
description = "The simple and easy way to embed static files into Go binaries";