candy-icons: 0-unstable-2025-12-10 -> 0-unstable-2025-12-26

This commit is contained in:
R. Ryantm
2025-12-29 07:38:23 +00:00
parent 67257b83a3
commit 9fc6149d02
+3 -3
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "candy-icons";
version = "0-unstable-2025-12-10";
version = "0-unstable-2025-12-26";
src = fetchFromGitHub {
owner = "EliverLara";
repo = "candy-icons";
rev = "93f38a6acf70e156ca0ef2b902e44171894021de";
hash = "sha256-vVVqU6GkNJ6x9PrujcmoQRgEF0G6iAs8CarVZ6NZ1QA=";
rev = "1ec7ed314104847d6bffdc89ef67663917a67268";
hash = "sha256-p8WZTNHwYTom0QnWvOU0JLRbEYZlGQq/QPpK3KlwBH8=";
};
nativeBuildInputs = [ gtk3 ];