candy-icons: 0-unstable-2025-12-26 -> 0-unstable-2026-01-13

This commit is contained in:
R. Ryantm
2026-01-17 00:55:51 +00:00
parent 7c8cdf6de9
commit 28d04a8a08
+3 -3
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "candy-icons";
version = "0-unstable-2025-12-26";
version = "0-unstable-2026-01-13";
src = fetchFromGitHub {
owner = "EliverLara";
repo = "candy-icons";
rev = "1ec7ed314104847d6bffdc89ef67663917a67268";
hash = "sha256-p8WZTNHwYTom0QnWvOU0JLRbEYZlGQq/QPpK3KlwBH8=";
rev = "42f5c4817f47e2ef4b011080ebbb2f50a9a6955b";
hash = "sha256-d7jxoqWPRlNX43CdIEihT6kxvke3k8GG9CJkmlkuRNw=";
};
nativeBuildInputs = [ gtk3 ];