candy-icons: 0-unstable-2025-12-26 -> 0-unstable-2026-01-13 (#480870)

This commit is contained in:
Nick Cao
2026-01-19 20:56:20 +00:00
committed by GitHub
+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 ];