about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-18 09:43:04 +0200
committerGitHub <noreply@github.com>2019-08-18 09:43:04 +0200
commit42f72e11b21e5191f710e55df0c7c6b7df9a4ee1 (patch)
treea1929bf1d696258faa6f11e877358b42eca36a2a
parent295888c622d7a4a6190e6bf6881c07a6d9a5046d (diff)
parent1632ca535f60efac4da8293f99f38dd9066f0218 (diff)
Merge pull request #66802 from r-ryantm/auto-update/conky
conky: 1.11.3 -> 1.11.5
-rw-r--r--pkgs/os-specific/linux/conky/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/conky/default.nix b/pkgs/os-specific/linux/conky/default.nix
index 1af37c2168d11..298f5e30d0188 100644
--- a/pkgs/os-specific/linux/conky/default.nix
+++ b/pkgs/os-specific/linux/conky/default.nix
@@ -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 = ''