From 68b0265ab5c2b420f916b4f51880f5bcbf6a51ff Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:13:40 +0530 Subject: [PATCH] ananicy-rules-cachyos: unstable-2023-10-11 -> unstable-2024-04-10 commit: de55e2f55e6adf559bf4990aa433f5c202dc073d adding myself as maintainer --- pkgs/misc/ananicy-rules-cachyos/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/misc/ananicy-rules-cachyos/default.nix b/pkgs/misc/ananicy-rules-cachyos/default.nix index 096528fa3538..c73f9e3b3fb9 100644 --- a/pkgs/misc/ananicy-rules-cachyos/default.nix +++ b/pkgs/misc/ananicy-rules-cachyos/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "ananicy"; - version = "unstable-2023-10-11"; + version = "unstable-2024-04-10"; src = fetchFromGitHub { owner = "CachyOS"; repo = "ananicy-rules"; - rev = "3dafc3eb667b6ed7024359de78bf961c7248954d"; - sha256 = "sha256-bMwM/2R6jdgrQ6C0JnHyMp9L4OWI6KVGcninrr7wLQ8="; + rev = "de55e2f55e6adf559bf4990aa433f5c202dc073d"; + sha256 = "sha256-TWaOMVEeTLI67eG5BPyb+OSnz31QvTueQD2yfEEbTEo="; }; dontConfigure = true; @@ -27,6 +27,6 @@ stdenv.mkDerivation rec { description = "ananicy-cpp-rules for CachyOS "; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = with maintainers; [ artturin ]; + maintainers = with maintainers; [ artturin johnrtitor ]; }; }