Skip to content

Commit

Permalink
grafana: set correct version after bad backport
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz committed Sep 3, 2019
1 parent 541d9cc commit c8c4f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/monitoring/grafana/default.nix
@@ -1,7 +1,7 @@
{ lib, buildGoPackage, fetchurl, fetchFromGitHub, phantomjs2 }:

buildGoPackage rec {
version = "6.3.4";
version = "6.3.5";
name = "grafana-${version}";
goPackagePath = "github.com/grafana/grafana";

Expand Down

0 comments on commit c8c4f24

Please sign in to comment.