packr: 2.6.0 -> 2.7.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/packr/versions
This commit is contained in:
R. RyanTM 2019-10-22 19:54:20 -07:00
parent e36c7e61c3
commit 03e8a090c9

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "packr";
version = "2.6.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "gobuffalo";
repo = pname;
rev = "v${version}";
sha256 = "11bd0s3hyzvhcg1q0iahv2w9f0w1k57jfxgswhz7dyndxvvr2b8i";
sha256 = "0m5kl2fq8gf1v4vllgag2xl8fd382sdgqrcdb8f5alsnrdn08kb9";
};
subPackages = [ "packr" "v2/packr2" ];