Merge pull request #51666 from holidaycheck/update-grobi

grobi: 0.3.0 -> 0.5.1
This commit is contained in:
Alyssa Ross 2018-12-07 17:16:35 +00:00 committed by GitHub
commit c7798cffb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ stdenv, fetchFromGitHub, buildGoPackage }:
buildGoPackage rec {
version = "0.3.0";
version = "0.5.1";
name = "grobi-${version}";
goPackagePath = "github.com/fd0/grobi";
src = fetchFromGitHub {
rev = "78a0639ffad765933a5233a1c94d2626e24277b8";
rev = "5ddc167b9e4f84755a515828360abda15c54b7de";
owner = "fd0";
repo = "grobi";
sha256 = "16q7vnhb1p6ds561832sfdszvlafww67bjn3lc0d18v7lyak2l3i";
sha256 = "0iyxidq60pf6ki52f8fffplf10nl8w9jx1b7igg98csnc6iqxh89";
};
meta = with stdenv.lib; {