ananicy-rules-cachyos: unstable-2024-04-22 -> unstable-2024-05-04 (#309083)

* ananicy-rules-cachyos: unstable-2024-04-22 -> unstable-2024-05-04

* ananicy-rules-cachyos: format using nixfmt-rfc-style

* ananicy-rules-cachyos: migrate to pkgs/by-name
This commit is contained in:
Masum Reza 2024-05-05 00:26:40 +05:30 committed by GitHub
parent efd518852d
commit 791e05037d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 7 deletions

View File

@ -1,14 +1,18 @@
{ lib, stdenvNoCC, fetchFromGitHub }:
{
lib,
stdenvNoCC,
fetchFromGitHub,
}:
stdenvNoCC.mkDerivation {
pname = "ananicy-rules-cachyos";
version = "unstable-2024-04-22";
version = "unstable-2024-05-04";
src = fetchFromGitHub {
owner = "CachyOS";
repo = "ananicy-rules";
rev = "8646faa8c0c8fc16d78ca3a25d65ddbd86b9d468";
hash = "sha256-b9M6Uqlb6Ysp8BRe1QV62sjVOU6tgFbrjTxDc3B4xlg=";
rev = "5276c6dd11966dcf6f9588c6148949837abb8200";
hash = "sha256-we2kdQb5rSJldP0HxBLAR5czTc3aayWElp5vAfmQ4ag=";
};
dontConfigure = true;
@ -27,6 +31,10 @@ stdenvNoCC.mkDerivation {
description = "CachyOS' ananicy-rules meant to be used with ananicy-cpp";
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ artturin johnrtitor diniamo ];
maintainers = with lib.maintainers; [
artturin
diniamo
johnrtitor
];
};
}

View File

@ -28351,8 +28351,6 @@ with pkgs;
ananicy-cpp = callPackage ../misc/ananicy-cpp { };
ananicy-rules-cachyos = callPackage ../misc/ananicy-rules-cachyos { };
andagii = callPackage ../data/fonts/andagii { };
andika = callPackage ../data/fonts/andika { };