grafana: 6.4.5 -> 6.5.0, build with go 1.13

This commit is contained in:
WilliButz 2019-11-26 10:23:13 +01:00
parent 42895406af
commit ce74c85ce7
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "grafana";
version = "6.4.5";
version = "6.5.0";
goPackagePath = "github.com/grafana/grafana";
@ -12,12 +12,12 @@ buildGoPackage rec {
rev = "v${version}";
owner = "grafana";
repo = "grafana";
sha256 = "0chfskz3j0jc25fj7zpbs46lp6a426gz6nigiana04sqylmxm851";
sha256 = "0g1rlh8himv3njsviy95grd9cp64hm98s9lc0f1gy2lvi2f9bxx4";
};
srcStatic = fetchurl {
url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz";
sha256 = "0sfs8kv4sxacly39ddy05i3gv14i7d14fc1fb952kdx0zzm8zray";
sha256 = "1jqzgyh4cyj1m9cmyvmhfh79j4dac84j7l1pxs6ppbxc4ym07g8g";
};
postPatch = ''

View file

@ -15093,7 +15093,7 @@ in
gofish = callPackage ../servers/gopher/gofish { };
grafana = callPackage ../servers/monitoring/grafana {
buildGoPackage = buildGo112Package;
buildGoPackage = buildGo113Package;
};
grafana-loki = callPackage ../servers/monitoring/loki { };