candy-icons: 0-unstable-2024-10-22 -> 0-unstable-2025-01-04

This commit is contained in:
R. Ryantm
2025-01-07 00:30:54 +00:00
parent 3a4eefe5fb
commit fee50173d6
+3 -3
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "candy-icons";
version = "0-unstable-2024-10-22";
version = "0-unstable-2025-01-04";
src = fetchFromGitHub {
owner = "EliverLara";
repo = "candy-icons";
rev = "f8a4125d338d86a58723ab36f9f827248d07c85c";
hash = "sha256-Bv91a5NglKWwddqx0kPgdCrik9SOPtcfQFJDWOdcQG4=";
rev = "504d31851e1d87af8ddb8ee2b6b2de43e32aaa11";
hash = "sha256-dfCk3ZdMol91YTpAzi0tPQgZYnZQHvCeHPLoFYe5xts=";
};
nativeBuildInputs = [ gtk3 ];