From 366abee4ca45c447b8350045e4b8b27e70128de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo?= Date: Tue, 19 Aug 2025 08:41:38 -0300 Subject: [PATCH] qogir-theme: 2024-05-22 -> 2025-08-17 Diff: https://github.com/vinceliuice/qogir-theme/compare/2024-05-22...2025-08-17 --- pkgs/by-name/qo/qogir-theme/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/qo/qogir-theme/package.nix b/pkgs/by-name/qo/qogir-theme/package.nix index 9375c20371cb..0e0c2c471735 100644 --- a/pkgs/by-name/qo/qogir-theme/package.nix +++ b/pkgs/by-name/qo/qogir-theme/package.nix @@ -32,13 +32,13 @@ lib.checkListOfEnum "${pname}: theme variants" [ "default" "manjaro" "ubuntu" "a stdenv.mkDerivation rec { inherit pname; - version = "2024-05-22"; + version = "2025-08-17"; src = fetchFromGitHub { owner = "vinceliuice"; repo = "qogir-theme"; rev = version; - sha256 = "Q9DWBzaLZjwXsYRa/oDIrccypO3TCbSRXTkbXWRmm70="; + hash = "sha256-LS1BE2jR08/JW2+rixYhTmctAfK2yZVWIE4QnAX9PDQ="; }; nativeBuildInputs = [