candy-icons: 0-unstable-2025-01-29 -> 0-unstable-2025-02-08

This commit is contained in:
R. Ryantm 2025-02-15 04:30:28 +00:00
parent 5553a77a0a
commit 43ab098cb1

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
pname = "candy-icons"; pname = "candy-icons";
version = "0-unstable-2025-01-29"; version = "0-unstable-2025-02-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "EliverLara"; owner = "EliverLara";
repo = "candy-icons"; repo = "candy-icons";
rev = "907231dcea3008532ec912757d106b4155937331"; rev = "19b7c01be70bb29475cd939638972ddbb7a33194";
hash = "sha256-Y56gg6dROTaKGvIwsi7xZim8Bc66x3zAWPTsAjYjALc="; hash = "sha256-fUQCC4B3+DOxjvX6Fjxy8BBE+piPfbvbKbrIj1Yc6us=";
}; };
nativeBuildInputs = [ gtk3 ]; nativeBuildInputs = [ gtk3 ];