Unverified Commit 5fcfed90 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #307260 from JohnRTitor/ananicy-cpp-cachyos

ananicy-rules-cachyos: unstable-2024-04-16 -> unstable-2024-04-22
parents 6e9b53ea b2af07c7
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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 ];
  };
}