candy-icons: 0-unstable-2025-06-23 -> 0-unstable-2025-07-10

This commit is contained in:
R. Ryantm
2025-07-15 11:16:14 +00:00
parent cb8ff21c23
commit 65820f1660
+3 -3
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "candy-icons";
version = "0-unstable-2025-06-23";
version = "0-unstable-2025-07-10";
src = fetchFromGitHub {
owner = "EliverLara";
repo = "candy-icons";
rev = "29976b2036490599753766f869f83e9346d8cf8e";
hash = "sha256-UxuW9cRGmKS2t8ik2tMAQHU0Xj+W5WhWuBxnLkkPnoE=";
rev = "475c5b27d34e6bde3ed11e985a727bd7ec9f155a";
hash = "sha256-XU10gw0WYWnzyzbzJlg2oNCksLY/Tt1CJGo0Nu4FLnM=";
};
nativeBuildInputs = [ gtk3 ];