ananicy-rules-cachyos: unstable-2024-04-16 -> unstable-2024-04-22

This commit is contained in:
John Titor 2024-04-27 21:52:14 +05:30
parent 77759bd390
commit b2af07c701
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation {
pname = "ananicy-rules-cachyos";
version = "unstable-2024-04-16";
version = "unstable-2024-04-22";
src = fetchFromGitHub {
owner = "CachyOS";
repo = "ananicy-rules";
rev = "7abaddd5cac23d9fd7a0f0aeccb7a0287456802b";
hash = "sha256-06q9dYLdg+AhT8L2OeoDsG7hHlmx/uf/RIwblODiSnE=";
rev = "8646faa8c0c8fc16d78ca3a25d65ddbd86b9d468";
hash = "sha256-b9M6Uqlb6Ysp8BRe1QV62sjVOU6tgFbrjTxDc3B4xlg=";
};
dontConfigure = true;
@ -22,11 +22,11 @@ stdenvNoCC.mkDerivation {
runHook postInstall
'';
meta = with lib; {
meta = {
homepage = "https://github.com/CachyOS/ananicy-rules";
description = "CachyOS' ananicy-rules meant to be used with ananicy-cpp";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ artturin johnrtitor diniamo ];
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ artturin johnrtitor diniamo ];
};
}