conky: 1.22.1 -> 1.22.2 (#422930)

authored by Matthias Beyer and committed by GitHub 4308cec8 e86be71a

+2 -11
+2 -11
pkgs/os-specific/linux/conky/default.nix
··· 89 90 stdenv.mkDerivation (finalAttrs: { 91 pname = "conky"; 92 - version = "1.22.1"; 93 94 src = fetchFromGitHub { 95 owner = "brndnmtthws"; 96 repo = "conky"; 97 tag = "v${finalAttrs.version}"; 98 - hash = "sha256-tEJQWZBaiX/bONPZEuGcvbGidktcvxUZtLvcGjz71Lk="; 99 }; 100 - 101 - patches = [ 102 - # Upstream patch to install extra syntax files, remove after next release 103 - (fetchpatch { 104 - name = "install-extra-syntax-files"; 105 - url = "https://github.com/brndnmtthws/conky/commit/c67d8c27d1d091968a98ee49b313935eb7ea67fd.patch"; 106 - hash = "sha256-NaQlQm+7iJWtdKYErTak5CPLNUBlsWb7sECNg0i3fWY="; 107 - }) 108 - ]; 109 110 # pkg-config doesn't detect wayland-scanner in cross-compilation for some reason 111 postPatch = ''
··· 89 90 stdenv.mkDerivation (finalAttrs: { 91 pname = "conky"; 92 + version = "1.22.2"; 93 94 src = fetchFromGitHub { 95 owner = "brndnmtthws"; 96 repo = "conky"; 97 tag = "v${finalAttrs.version}"; 98 + hash = "sha256-tMnfdW1sbZkt8v6DITM2R0ZwyN+xs7VLGZDityYt38Q="; 99 }; 100 101 # pkg-config doesn't detect wayland-scanner in cross-compilation for some reason 102 postPatch = ''