Skip to content

Commit

Permalink
candy-icons: unstable-2023-12-31 -> 2024-10-22
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 27, 2024
1 parent 7bad36d commit 088d6c2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkgs/by-name/ca/candy-icons/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@

stdenvNoCC.mkDerivation {
pname = "candy-icons";
version = "unstable-2023-12-31";
version = "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;

Expand All @@ -36,6 +34,6 @@ 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 ];
};
}

0 comments on commit 088d6c2

Please sign in to comment.