From 81ff0b61e606db91b55589747ac8365a5c650c7c Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Sun, 6 Jul 2025 14:32:57 +0200 Subject: [PATCH] conky: 1.22.1 -> 1.22.2 --- pkgs/os-specific/linux/conky/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/os-specific/linux/conky/default.nix b/pkgs/os-specific/linux/conky/default.nix index fa62fde1900e..1ef67406f0e8 100644 --- a/pkgs/os-specific/linux/conky/default.nix +++ b/pkgs/os-specific/linux/conky/default.nix @@ -89,24 +89,15 @@ assert extrasSupport -> python3 != null; stdenv.mkDerivation (finalAttrs: { pname = "conky"; - version = "1.22.1"; + version = "1.22.2"; src = fetchFromGitHub { owner = "brndnmtthws"; repo = "conky"; tag = "v${finalAttrs.version}"; - hash = "sha256-tEJQWZBaiX/bONPZEuGcvbGidktcvxUZtLvcGjz71Lk="; + hash = "sha256-tMnfdW1sbZkt8v6DITM2R0ZwyN+xs7VLGZDityYt38Q="; }; - patches = [ - # Upstream patch to install extra syntax files, remove after next release - (fetchpatch { - name = "install-extra-syntax-files"; - url = "https://github.com/brndnmtthws/conky/commit/c67d8c27d1d091968a98ee49b313935eb7ea67fd.patch"; - hash = "sha256-NaQlQm+7iJWtdKYErTak5CPLNUBlsWb7sECNg0i3fWY="; - }) - ]; - # pkg-config doesn't detect wayland-scanner in cross-compilation for some reason postPatch = '' substituteInPlace cmake/ConkyPlatformChecks.cmake \