about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorkyren <kyren@kyju.org>2022-11-08 08:31:21 -0500
committerkyren <kyren@kyju.org>2023-08-26 19:03:38 -0400
commit7c2a459244b0592fa36184c193193dde8d033297 (patch)
tree6e58faa20758d58b18349523580750e41744f20f /nixos
parenteeaa0526a32383470a2160fa598237b3623a5d68 (diff)
downloadnixlib-7c2a459244b0592fa36184c193193dde8d033297.tar
nixlib-7c2a459244b0592fa36184c193193dde8d033297.tar.gz
nixlib-7c2a459244b0592fa36184c193193dde8d033297.tar.bz2
nixlib-7c2a459244b0592fa36184c193193dde8d033297.tar.lz
nixlib-7c2a459244b0592fa36184c193193dde8d033297.tar.xz
nixlib-7c2a459244b0592fa36184c193193dde8d033297.tar.zst
nixlib-7c2a459244b0592fa36184c193193dde8d033297.zip
aseprite: drop free version and alias to unfree version
The free version of Aseprite has a maintained fork, LibreSprite which is
already packaged in nixpkgs. The only really useful version of Aseprite
vs LibreSprite is the unfree version, and the free version will never
receive updates.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index dd7b57022ccd..e9597e6b7224 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -151,6 +151,8 @@
 
 - The `go-ethereum` package has been updated to v1.12.0. This drops support for proof-of-work. Its GraphQL API now encodes all numeric values as hex strings and the GraphQL UI is updated to version 2.0. The default database has changed from `leveldb` to `pebble` but `leveldb` can be forced with the --db.engine=leveldb flag. The `checkpoint-admin` command was [removed along with trusted checkpoints](https://github.com/ethereum/go-ethereum/pull/27147).
 
+- The `aseprite-unfree` package has been upgraded from 1.2.16.3 to 1.2.40. The free version of aseprite has been dropped because it is EOL and the package attribute now points to the unfree version. A maintained fork of the last free version of Aseprite, named 'LibreSprite', is available in the `libresprite` package.
+
 - The default `kops` version is now 1.27.0 and support for 1.24 and older has been dropped.
 
 - `pharo` has been updated to latest stable (PharoVM 10.0.5), which is compatible with the latest stable and oldstable images (Pharo 10 and 11). The VM in question is the 64bit Spur. The 32bit version has been dropped due to lack of maintenance. The Cog VM has been deleted because it is severily outdated. Finally, the `pharo-launcher` package has been deleted because it was not compatible with the newer VM, and due to lack of maintenance.