Commit Graph
357460 Commits
Author SHA1 Message Date
R. RyantmandJonathan Ringer 869c8e25ef ncnn: 20211208 -> 20220216 2022-02-25 11:27:16 -08:00
R. RyantmandJonathan Ringer 58526c2229 python310Packages.fastprogress: 1.0.0 -> 1.0.2 2022-02-25 11:26:27 -08:00
R. RyantmandJonathan Ringer 5918b5cb4d wakatime: 1.35.4 -> 1.37.0 2022-02-25 11:23:55 -08:00
R. RyantmandJonathan Ringer 4ee698fad8 python310Packages.bids-validator: 1.8.9 -> 1.9.2 2022-02-25 11:22:30 -08:00
R. RyantmandJonathan Ringer b68668746c python310Packages.islpy: 2021.1 -> 2022.1.1 2022-02-25 11:20:07 -08:00
R. RyantmandJonathan Ringer fc2cdef599 curaengine: 4.12.1 -> 4.13.1 2022-02-25 11:19:05 -08:00
R. RyantmandJonathan Ringer 0b92e6dc0a python310Packages.pyicloud: 0.10.2 -> 1.0.0 2022-02-25 11:16:39 -08:00
R. RyantmandJonathan Ringer f8f5be8182 python310Packages.mariadb: 1.0.9 -> 1.0.10 2022-02-25 11:15:23 -08:00
R. RyantmandJonathan Ringer f03446cc49 fits-cloudctl: 0.10.8 -> 0.10.9 2022-02-25 11:12:30 -08:00
LuflosiandJonathan Ringer 0eb1d070c8 ipfs-migrator: 1.7.1 -> 2.0.2
https://github.com/ipfs/fs-repo-migrations/releases/tag/v2.0.2

This is pretty much a complete rewrite of the ipfs-migrator package.
In version 2.0.0 a major change was made to the way the migrator works. Before, there was one binary that contained every migration. Now every migration has its own binary. If fs-repo-migrations can't find a required binary in the PATH, it will download it off the internet. To prevent that, build every migration individually, symlink them all into one package and then wrap fs-repo-migrations so it finds the package with all the migrations.
The change to the IPFS NixOS module and the IPFS package is needed because without explicitly specifying a repo version to migrate to, fs-repo-migrations will query the internet to find the latest version. This fails in the sandbox, for example when testing the ipfs passthru tests.
While it may seem like the repoVersion and IPFS version are in sync and the code could be simplified, this is not the case. See https://github.com/ipfs/fs-repo-migrations#when-should-i-migrate for a table with the IPFS versions and corresponding repo versions.
Go 1.17 breaks the migrations, so use Go 1.16 instead. This is also the Go version used in their CI, see https://github.com/ipfs/fs-repo-migrations/blob/3dc218e3006adac25e1cb5e969d7c9d961f15ddd/.github/workflows/test.yml#L4. See https://github.com/ipfs/fs-repo-migrations/pull/140#issuecomment-982715907 for a previous mention of this issue. The issue manifests itself when doing anything with a migration, for example `fs-repo-11-to-12 --help`:
```
panic: qtls.ClientHelloInfo doesn't match

goroutine 1 [running]:
github.com/marten-seemann/qtls-go1-15.init.0()
	github.com/marten-seemann/qtls-go1-15@v0.1.1/unsafe.go:20 +0x132
```
Also add myself as a maintainer for this package.
This fixes the test failure discovered in https://github.com/NixOS/nixpkgs/pull/160914.
See https://github.com/ipfs/fs-repo-migrations/issues/148 to read some of my struggles with updating this package.
2022-02-25 11:12:19 -08:00
R. RyantmandJonathan Ringer 1e7c64aae1 bcftools: 1.14 -> 1.15 2022-02-25 11:12:05 -08:00
R. RyantmandJonathan Ringer 668473f049 logseq: 0.5.9 -> 0.6.0 2022-02-25 11:09:32 -08:00
R. RyantmandJonathan Ringer ce6fe7b1c2 nomad-autoscaler: 0.3.5 -> 0.3.6 2022-02-25 11:09:16 -08:00
R. RyantmandJonathan Ringer 0e0b02c1f7 python310Packages.qimage2ndarray: 1.8.3 -> 1.9.0 2022-02-25 11:09:12 -08:00
Samuel AinsworthandGitHub 8ccb9995cf Merge pull request #158114 from larsr/master
cudatoolkit: added 11.6.0
2022-02-25 11:07:48 -08:00
R. RyantmandJonathan Ringer db94accbca chezmoi: 2.12.0 -> 2.12.1 2022-02-25 11:06:46 -08:00
R. RyantmandJonathan Ringer fedd518caf python310Packages.sphinxcontrib-tikz: 0.4.15 -> 0.4.16 2022-02-25 11:06:16 -08:00
R. RyantmandJonathan Ringer 3bfc9a1cc6 libcouchbase: 3.2.4 -> 3.2.5 2022-02-25 11:03:59 -08:00
R. RyantmandJonathan Ringer 8af32947b4 firecracker: 0.25.2 -> 1.0.0 2022-02-25 11:02:29 -08:00
R. RyantmandJonathan Ringer 50705e9f0c openvswitch: 2.16.2 -> 2.17.0 2022-02-25 11:02:13 -08:00
R. RyantmandJonathan Ringer 3c962d11e4 gensio: 2.2.9 -> 2.3.6 2022-02-25 11:02:10 -08:00
R. RyantmandJonathan Ringer 4bc58eef87 mold: 1.0.3 -> 1.1 2022-02-25 11:01:53 -08:00
R. RyantmandJonathan Ringer ac2165529b angband: 4.2.3 -> 4.2.4 2022-02-25 10:59:58 -08:00
R. RyantmandJonathan Ringer 6f4be68062 oil: 0.9.7 -> 0.9.8 2022-02-25 10:57:50 -08:00
R. RyantmandJonathan Ringer 733e15de50 gnome.gnome-mines: 40.0 -> 40.1 2022-02-25 10:57:22 -08:00
R. RyantmandJonathan Ringer a658e56aef sabnzbd: 3.5.0 -> 3.5.1 2022-02-25 10:57:06 -08:00
R. RyantmandJonathan Ringer 919504028f ocserv: 1.1.5 -> 1.1.6 2022-02-25 10:56:57 -08:00
R. RyantmandJonathan Ringer 8b2bc00ec8 obs-studio: 27.2.0 -> 27.2.1 2022-02-25 10:54:05 -08:00
R. RyantmandJonathan Ringer 69380e5461 pspg: 5.5.3 -> 5.5.4 2022-02-25 10:53:45 -08:00
R. RyantmandJonathan Ringer 199f1c91fb python310Packages.sopel: 7.1.7 -> 7.1.8 2022-02-25 10:53:28 -08:00
R. RyantmandJonathan Ringer ddf9003dc1 python310Packages.bitarray: 2.3.6 -> 2.3.7 2022-02-25 10:52:50 -08:00
R. RyantmandJonathan Ringer 9523756331 python39Packages.gehomesdk: 0.4.23 -> 0.4.24 2022-02-25 10:52:17 -08:00
R. RyantmandJonathan Ringer 4bb2d9b4e5 folly: 2022.02.14.00 -> 2022.02.21.00 2022-02-25 10:48:47 -08:00
R. RyantmandJonathan Ringer 3b26fc4a3d python310Packages.py_scrypt: 0.8.19 -> 0.8.20 2022-02-25 10:34:19 -08:00
R. RyantmandJonathan Ringer b9cac792d2 remarkable-mouse: 7.0.0 -> 7.0.1 2022-02-25 10:34:15 -08:00
R. RyantmandJonathan Ringer a5a193eb53 tela-icon-theme: 2022-01-25 -> 2022-02-21 2022-02-25 10:34:07 -08:00
R. RyantmandJonathan Ringer fa7c86fe2f scs: 3.1.0 -> 3.2.0 2022-02-25 10:31:24 -08:00
R. RyantmandJonathan Ringer 9f105df1b3 seaweedfs: 2.89 -> 2.90 2022-02-25 10:31:12 -08:00
R. RyantmandJonathan Ringer 90f77aa143 python39Packages.jupyter-server-mathjax: 0.2.3 -> 0.2.5 2022-02-25 10:31:02 -08:00
R. RyantmandJonathan Ringer f184a17d9c circleci-cli: 0.1.16737 -> 0.1.16947 2022-02-25 10:29:10 -08:00
R. RyantmandJonathan Ringer 6487f51f74 vale: 2.15.1 -> 2.15.2 2022-02-25 10:28:58 -08:00
R. RyantmandJonathan Ringer f8e0e77e26 xbanish: 1.7 -> 1.8 2022-02-25 10:27:53 -08:00
R. RyantmandJonathan Ringer 3b45a6bf1f python310Packages.scp: 0.14.3 -> 0.14.4 2022-02-25 10:13:21 -08:00
Bernardo MeurerandGitHub 5ab6be3a19 Merge pull request #161720 from lovesegfault/rust-analyzer-update
rust-analyzer: 2022-01-31 -> 2022-02-22
2022-02-25 10:11:23 -08:00
Vladimír Čunát bb75870cef Merge #161734: nixos/tests/networking: Fix link test 2022-02-25 18:42:21 +01:00
Silvan MosbergerandGitHub 6dad37514f Merge pull request #160058 from Stunkymonkey/idris-modules-pname
idris-modules: rename name to pname
2022-02-25 18:26:37 +01:00
RenaudandGitHub 43f4ad1d72 Merge pull request #161155 from r-ryantm/auto-update/asciigraph
asciigraph: 0.5.2 -> 0.5.3
2022-02-25 17:05:08 +01:00
0x4A6FandGitHub 7ad39a4125 Merge pull request #161193 from Mic92/bird1
bird: drop bird1 package & modules; hardening
2022-02-25 17:03:09 +01:00
IvvandGitHub 2b9029fc3f Merge pull request #160192 from AtilaSaraiva/oil
oil-buku: init at 0.3.2
2022-02-25 16:56:15 +01:00
Thiago Kenji OkadaandGitHub 9ee5692c81 Merge pull request #161653 from ericdallo/clojure-lsp-bump
clojure-lsp: 2022.02.01-16.53.14 -> 2022.02.23-12.12.12
2022-02-25 15:36:45 +00:00