fairywren: 0-unstable-2026-05-15 -> 0-unstable-2026-05-30 (#526109)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-03 19:02:54 +00:00
committed by GitHub
+8 -6
View File
@@ -22,13 +22,13 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants
stdenvNoCC.mkDerivation
{
inherit pname;
version = "0-unstable-2026-05-15";
version = "0-unstable-2026-05-30";
src = fetchFromGitLab {
owner = "aiyahm";
owner = "FreshDoctor";
repo = "FairyWren-Icons";
rev = "d4a7d6d0a363e9a640a97e54318e64a52c7fcc28";
hash = "sha256-08w8DhTpQeJzqgcBjaH5ELkahgrYrYjulCVR8zd5n9Q=";
rev = "1c5df6752220e7dd1dcf6f08974234785cd0edb6";
hash = "sha256-CD5m/juhC40Hg2rh1n5WfbukRW3TueXXQb4oYUHHVs4=";
};
propagatedBuildInputs = [
@@ -51,11 +51,13 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants
dontFixup = true;
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
hardcodeZeroVersion = true;
};
meta = {
description = "FairyWren Icon Set";
homepage = "https://gitlab.com/aiyahm/FairyWren-Icons";
homepage = "https://gitlab.com/FreshDoctor/FairyWren-Icons";
maintainers = with lib.maintainers; [ iamanaws ];
platforms = lib.platforms.all;
license = lib.licenses.gpl3Plus;