conky: 1.10.5 -> 1.10.6

This commit is contained in:
José Luis Lafuente 2017-03-13 18:18:42 +01:00
parent 57e768f58e
commit c70ded3295
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A

View File

@ -62,13 +62,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "conky-${version}";
version = "1.10.5";
version = "1.10.6";
src = fetchFromGitHub {
owner = "brndnmtthws";
repo = "conky";
rev = "v${version}";
sha256 = "1x1b7h4s8f8qbiyas7sw5v2nq5h2wy3q7hsp1ah4l7191jjidqix";
sha256 = "15j8h251v9jpdg6h6wn1vb45pkk806pf9s5n3rdrps9r185w8hn8";
};
postPatch = ''