conky: 1.11.3 -> 1.11.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/conky/versions
This commit is contained in:
R. RyanTM 2019-08-17 15:25:07 -07:00
parent a2bd8da766
commit 1632ca535f

View file

@ -68,13 +68,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "conky-${version}";
version = "1.11.3";
version = "1.11.5";
src = fetchFromGitHub {
owner = "brndnmtthws";
repo = "conky";
rev = "v${version}";
sha256 = "0pdl31xvmy8niagzqx9sd2b6hc6lzwfiaz66m4djf1gz9bksc8qv";
sha256 = "1a75ss48mn9pknrxy33dh5rdgm67a5kpddsyqfhlcn1761kfzzyp";
};
postPatch = ''