Merge pull request #66802 from r-ryantm/auto-update/conky

conky: 1.11.3 -> 1.11.5
This commit is contained in:
Marek Mahut 2019-08-18 09:43:04 +02:00 committed by GitHub
commit 42f72e11b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''