Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
grafana: 6.6.0 -> 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz committed Feb 6, 2020
1 parent 52ad084 commit 1330534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/grafana/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "grafana";
version = "6.6.0";
version = "6.6.1";

goPackagePath = "github.com/grafana/grafana";

Expand All @@ -12,12 +12,12 @@ buildGoPackage rec {
rev = "v${version}";
owner = "grafana";
repo = "grafana";
sha256 = "0pdhi3lrcfyr60cs93dqskkwlbn7ic4jngaksa3y6kicy6z1nmgz";
sha256 = "0yw7yq201f5c3dzy51jaa2mgn0bdh69341a7r9hz9bxpb21w0zq9";
};

srcStatic = fetchurl {
url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz";
sha256 = "1xp92kbvgyb3pl0sslwdn6bai41ym0yr26wp8qj39rvqamsh86g2";
sha256 = "0xrkaiz3kl1avq040xyyal35rkf2mg6s2y0wggmndvsnwc3q5p0f";
};

postPatch = ''
Expand Down

0 comments on commit 1330534

Please sign in to comment.