gnome-color-manager: Unfreeze update script

See comments in Nixpkgs PR 84734.
This commit is contained in:
Bobby Rong
2026-05-06 23:23:38 +08:00
parent 7959e6046e
commit 2fcb877b62
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
updateScript = gnome.updateScript {
packageName = "gnome-color-manager";
freeze = true;
versionPolicy = "odd-unstable";
};
};