grafana: 6.4.3 -> 6.4.4

This commit is contained in:
WilliButz 2019-11-06 18:51:54 +01:00
parent 5f3956f019
commit d4763639e0
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "grafana";
version = "6.4.3";
version = "6.4.4";
goPackagePath = "github.com/grafana/grafana";
@ -12,12 +12,12 @@ buildGoPackage rec {
rev = "v${version}";
owner = "grafana";
repo = "grafana";
sha256 = "0150s14yjgshncs94xf42yrz7awvw2x91j0j9v23fypqmlch2p3m";
sha256 = "0v5iwny96kb07qkj2qqqfgvnsw3dfcq3wf66zsllqavnahvrd1s8";
};
srcStatic = fetchurl {
url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz";
sha256 = "0gr9m05h8qx3g0818b0qf1w26pdir3c5ydgi9zwdhjkppsq14dq2";
sha256 = "15583cdi4yajg678d3kj8nngs9lwj0qqn2nh5zm8il9p71w57x0k";
};
postPatch = ''