about summary refs log tree commit diff
path: root/pkgs/misc/ananicy-rules-cachyos
diff options
context:
space:
mode:
authorJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-04-11 10:13:40 +0530
committerJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-04-11 10:15:08 +0530
commit68b0265ab5c2b420f916b4f51880f5bcbf6a51ff (patch)
tree212f08bfdfe1683c3d1696d84b5610cd7eca29ed /pkgs/misc/ananicy-rules-cachyos
parent9306e3cc87e0bcf686ededc6060add6d3245cca2 (diff)
ananicy-rules-cachyos: unstable-2023-10-11 -> unstable-2024-04-10
commit: de55e2f55e6adf559bf4990aa433f5c202dc073d
adding myself as maintainer
Diffstat (limited to 'pkgs/misc/ananicy-rules-cachyos')
-rw-r--r--pkgs/misc/ananicy-rules-cachyos/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/misc/ananicy-rules-cachyos/default.nix b/pkgs/misc/ananicy-rules-cachyos/default.nix
index 096528fa3538d..c73f9e3b3fb98 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 ];
   };
 }