stack.yaml: Update to lts-22.9 and use crypton.
This commit is contained in:
parent
d41e6990c0
commit
4f8fcf707d
2 changed files with 3 additions and 8 deletions
|
@ -8,6 +8,7 @@ git-annex (10.20240130) UNRELEASED; urgency=medium
|
||||||
* importfeed --force: Avoid creating duplicates of existing
|
* importfeed --force: Avoid creating duplicates of existing
|
||||||
already downloaded files when yt-dlp or a special remote was used.
|
already downloaded files when yt-dlp or a special remote was used.
|
||||||
* addurl, importfeed: Added --raw-except option.
|
* addurl, importfeed: Added --raw-except option.
|
||||||
|
* stack.yaml: Update to lts-22.9 and use crypton.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Mon, 29 Jan 2024 15:59:33 -0400
|
-- Joey Hess <id@joeyh.name> Mon, 29 Jan 2024 15:59:33 -0400
|
||||||
|
|
||||||
|
|
10
stack.yaml
10
stack.yaml
|
@ -9,15 +9,9 @@ flags:
|
||||||
dbus: false
|
dbus: false
|
||||||
debuglocks: false
|
debuglocks: false
|
||||||
benchmark: true
|
benchmark: true
|
||||||
crypton: false
|
crypton: true
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
resolver: lts-22.3
|
resolver: lts-22.9
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- git-lfs-1.2.1
|
|
||||||
- http-client-restricted-0.1.0
|
|
||||||
- torrent-10000.1.1
|
|
||||||
- bencode-0.6.1.1
|
|
||||||
- feed-1.3.2.1
|
|
||||||
- bloomfilter-2.0.1.2
|
|
||||||
allow-newer: true
|
allow-newer: true
|
||||||
|
|
Loading…
Reference in a new issue