grafana_reporter: 2.0.1 -> 2.1.0

This commit is contained in:
Alberto Berti 2019-04-27 19:19:40 +02:00
parent 028119189d
commit a94bbd1236
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ with stdenv.lib;
buildGoPackage rec {
name = "reporter-${version}";
version = "2.0.1";
version = "2.1.0";
rev = "v${version}";
goPackagePath = "github.com/IzakMarais/reporter";
@ -15,7 +15,7 @@ buildGoPackage rec {
inherit rev;
owner = "IzakMarais";
repo = "reporter";
sha256 = "0yi7nx8ig5xgkwizddl0gdicnmcdp4qgg1fdxyq04l2y3qs176sg";
sha256 = "1zindyypf634l4dd2rsvp67ryz9mmzq779x9d01apd04wivd9yf1";
};
postInstall = ''