1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #23852 from jlesquembre/conky_1.10.6

conky: 1.10.5 -> 1.10.6
This commit is contained in:
Frederik Rietdijk 2017-03-14 13:37:26 +01:00 committed by GitHub
commit ad21793dac

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