Unverified Commit dc402355 authored by Jan Tojnar's avatar Jan Tojnar Committed by GitHub
Browse files

candy-icons: unstable-2023-12-31 -> 0-unstable-2024-10-22 (#351624)

parents 800ffc56 3611af43
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1884,6 +1884,12 @@
    githubId = 10285250;
    name = "Artur E. Ruuge";
  };
  arunoruto = {
    email = "mirza.arnaut45@gmail.com";
    github = "arunoruto";
    githubId = 21687187;
    name = "Mirza Arnaut";
  };
  asbachb = {
    email = "asbachb-nixpkgs-5c2a@impl.it";
    matrix = "@asbachb:matrix.org";
+13 −11
Original line number Diff line number Diff line
{ lib
, stdenvNoCC
, fetchFromGitHub
, gtk3
{
  lib,
  stdenvNoCC,
  fetchFromGitHub,
  gtk3,
}:

stdenvNoCC.mkDerivation {
  pname = "candy-icons";
  version = "unstable-2023-12-31";
  version = "0-unstable-2024-10-22";

  src = fetchFromGitHub {
    owner = "EliverLara";
    repo = "candy-icons";
    rev = "e4464d7b4d8e1821025447b2064b6a8f5c4c8c89";
    hash = "sha256-XdYjxWf8R4b1GK2iFQnoEOWykc19ZT37ki83WeESQBM=";
    rev = "f8a4125d338d86a58723ab36f9f827248d07c85c";
    hash = "sha256-Bv91a5NglKWwddqx0kPgdCrik9SOPtcfQFJDWOdcQG4=";
  };

  nativeBuildInputs = [
    gtk3
  ];
  nativeBuildInputs = [ gtk3 ];

  dontDropIconThemeCache = true;

@@ -36,6 +35,9 @@ stdenvNoCC.mkDerivation {
    description = "Icon theme colored with sweet gradients";
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    maintainers = with maintainers; [ clr-cera ];
    maintainers = with maintainers; [
      clr-cera
      arunoruto
    ];
  };
}