Merge pull request #186627 from r-ryantm/auto-update/grafana_reporter
grafana_reporter: 2.1.0 -> 2.3.1
This commit is contained in:
commit
676cc82ff7
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ with lib;
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "reporter";
|
pname = "reporter";
|
||||||
version = "2.1.0";
|
version = "2.3.1";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/IzakMarais/reporter";
|
goPackagePath = "github.com/IzakMarais/reporter";
|
||||||
|
@ -15,7 +15,7 @@ buildGoPackage rec {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "IzakMarais";
|
owner = "IzakMarais";
|
||||||
repo = "reporter";
|
repo = "reporter";
|
||||||
sha256 = "1zindyypf634l4dd2rsvp67ryz9mmzq779x9d01apd04wivd9yf1";
|
sha256 = "sha256-lsraJwx56I2Gn8CePWUlQu1qdMp78P4xwPzLxetYUcw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue