candy-icons: 0-unstable-2025-04-14 -> 0-unstable-2025-04-23 (#403516)

Co-authored-by: arunoruto <arunoruto@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-02 09:07:55 +00:00
committed by GitHub
co-authored by arunoruto
+3 -3
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "candy-icons";
version = "0-unstable-2025-04-14";
version = "0-unstable-2025-04-23";
src = fetchFromGitHub {
owner = "EliverLara";
repo = "candy-icons";
rev = "2ba176007c40957b43d26b7a9be2c9f23a480e98";
hash = "sha256-6eWxf13ZBknN7IeLICpmDXu4GdxubkGJ9D4/ZEuOvfs=";
rev = "1763fc1f476e6c2ba7ca8df878645815b808ebca";
hash = "sha256-aXAtVtsJC9MdkhUJWZnOQteaR005+KnPxFrEepfomCk=";
};
nativeBuildInputs = [ gtk3 ];