facette: 0.4.0 -> 0.4.1

This commit is contained in:
Francesco Gazzetta 2018-08-20 11:43:36 +02:00
parent 8d539c9933
commit fbab1a3cae

View file

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
name = "facette-${version}";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "facette";
repo = "facette";
rev = "${version}";
sha256 = "1m7krq439qlf7b4l4bfjw0xfvjgj67w59mh8rf7c398rky04p257";
sha256 = "0p28s2vn18cqg8p7bzhb38wky0m98d5xv3wvf1nmg1kmwhwim6mi";
};
nativeBuildInputs = [ go pkgconfig nodejs nodePackages.npm pandoc ];
buildInputs = [ rrdtool ];