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

conky: 1.11.2 -> 1.11.3
This commit is contained in:
Samuel Leathers 2019-03-02 03:57:53 +01:00 committed by GitHub
commit 9ca8037760
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.2";
version = "1.11.3";
src = fetchFromGitHub {
owner = "brndnmtthws";
repo = "conky";
rev = "v${version}";
sha256 = "0yalcpwx85smh6nnvxxsgqi344nk7jzlkkam7yjghm87df4v7xmx";
sha256 = "0pdl31xvmy8niagzqx9sd2b6hc6lzwfiaz66m4djf1gz9bksc8qv";
};
postPatch = ''