candy-icons: 0-unstable-2025-07-10 -> 0-unstable-2025-08-13 (#434794)

Co-authored-by: arunoruto <arunoruto@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-18 20:42:10 +00:00 committed by GitHub
commit 06bdd70821
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-07-10";
version = "0-unstable-2025-08-13";
src = fetchFromGitHub {
owner = "EliverLara";
repo = "candy-icons";
rev = "475c5b27d34e6bde3ed11e985a727bd7ec9f155a";
hash = "sha256-XU10gw0WYWnzyzbzJlg2oNCksLY/Tt1CJGo0Nu4FLnM=";
rev = "278998cb51c68de9d590c84d8fd1625223772792";
hash = "sha256-Kl8wTfEo+FBU5SE4ho0yLt7j2LHTJsAIfWor0hLdIlw=";
};
nativeBuildInputs = [ gtk3 ];