candy-icons: 0-unstable-2025-06-07 -> 0-unstable-2025-06-23 (#420200)

Co-authored-by: arunoruto <arunoruto@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-26 11:58:30 +00:00 committed by GitHub
commit 9be32fbfaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "candy-icons";
version = "0-unstable-2025-06-07";
version = "0-unstable-2025-06-23";
src = fetchFromGitHub {
owner = "EliverLara";
repo = "candy-icons";
rev = "9720f52c97f582780f0927541ba19963603ad7f5";
hash = "sha256-bXUlc8SnLIEopGtqyXbqu50qe1PNW5875l8WdsfyANw=";
rev = "29976b2036490599753766f869f83e9346d8cf8e";
hash = "sha256-UxuW9cRGmKS2t8ik2tMAQHU0Xj+W5WhWuBxnLkkPnoE=";
};
nativeBuildInputs = [ gtk3 ];