candy-icons: 0-unstable-2025-02-08 -> 0-unstable-2025-02-23

This commit is contained in:
R. Ryantm
2025-02-28 10:18:36 +00:00
parent d7edfd5daf
commit 113035f1ab
+3 -3
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "candy-icons";
version = "0-unstable-2025-02-08";
version = "0-unstable-2025-02-23";
src = fetchFromGitHub {
owner = "EliverLara";
repo = "candy-icons";
rev = "19b7c01be70bb29475cd939638972ddbb7a33194";
hash = "sha256-fUQCC4B3+DOxjvX6Fjxy8BBE+piPfbvbKbrIj1Yc6us=";
rev = "75e873759d68b0fe3b52c7939edeb83f01db769b";
hash = "sha256-tBO8aw4hYe0DxQovdJ39uWhRAQWqR06Prq9XIz1OADk=";
};
nativeBuildInputs = [ gtk3 ];