candy-icons: 0-unstable-2025-11-28 -> 0-unstable-2025-12-10 (#471149)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-16 00:00:29 +00:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "candy-icons";
version = "0-unstable-2025-11-28";
version = "0-unstable-2025-12-10";
src = fetchFromGitHub {
owner = "EliverLara";
repo = "candy-icons";
rev = "ce1f1910da26b4112a0f5da72f7a8b3b72d09517";
hash = "sha256-140FecsYY5/iweA+Ck9Wd5BRkSbL1TyEzzhgCPGoPQY=";
rev = "93f38a6acf70e156ca0ef2b902e44171894021de";
hash = "sha256-vVVqU6GkNJ6x9PrujcmoQRgEF0G6iAs8CarVZ6NZ1QA=";
};
nativeBuildInputs = [ gtk3 ];