From f5098665407ea34bce7ededc47b86d063445c2d3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 5 Mar 2026 15:22:34 +0000 Subject: [PATCH] conky: 1.22.2 -> 1.22.3 --- pkgs/os-specific/linux/conky/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/conky/default.nix b/pkgs/os-specific/linux/conky/default.nix index c792d6e51724..04e634739465 100644 --- a/pkgs/os-specific/linux/conky/default.nix +++ b/pkgs/os-specific/linux/conky/default.nix @@ -95,13 +95,13 @@ assert extrasSupport -> python3 != null; stdenv.mkDerivation (finalAttrs: { pname = "conky"; - version = "1.22.2"; + version = "1.22.3"; src = fetchFromGitHub { owner = "brndnmtthws"; repo = "conky"; tag = "v${finalAttrs.version}"; - hash = "sha256-tMnfdW1sbZkt8v6DITM2R0ZwyN+xs7VLGZDityYt38Q="; + hash = "sha256-WZjYs68/u7XUUriLPW3VMJIFP/HsnraHT6w84usQMYM="; }; # pkg-config doesn't detect wayland-scanner in cross-compilation for some reason