Commit graph

429758 commits

Author SHA1 Message Date
Silvan Mosberger a566d0842e
Merge pull request #172736 from infinisil/docker-nix-shell 2022-11-26 20:21:59 +01:00
Guillaume Girol 50e0b80104
Merge pull request #186428 from NickCao/amb-cross
AMB-plugins: fix cross compilation by replacing hardcoded g++ with CXX
2022-11-26 19:18:06 +00:00
Guillaume Girol d30627c25c
Merge pull request #202153 from NickCao/scdoc-cross
scdoc: fix cross compilation by setting HOST_SCDOC
2022-11-26 19:06:30 +00:00
Martin Weinelt 4cd9e2ff5b
Merge pull request #202964 from dotlambda/nsis-python3 2022-11-26 20:04:45 +01:00
Guillaume Girol a059450a03
Merge pull request #199092 from NickCao/opgpcard
openpgp-card-tools: 0.0.12 -> 0.9.0
2022-11-26 18:59:45 +00:00
Robert Schütz c14f1f71b1 nsis: mark broken on Darwin 2022-11-26 10:51:32 -08:00
figsoda 4852cf0bef
Merge pull request #203069 from r-ryantm/auto-update/libreddit
libreddit: 0.24.0 -> 0.24.1
2022-11-26 13:39:35 -05:00
figsoda d4e669b705
Merge pull request #202913 from qowoz/crun
crun: 1.7 -> 1.7.1
2022-11-26 13:36:50 -05:00
Nikolay Korotkiy c1a272ab1b
Merge pull request #202221 from sikmir/martin
martin: 0.5.0 → 0.6.1
2022-11-26 22:15:44 +04:00
Nikolay Korotkiy a0cda14935
Merge pull request #202997 from sikmir/lagrange
lagrange: 1.13.8 → 1.14.1
2022-11-26 22:12:52 +04:00
Martin Weinelt 0a2798e49e
Merge pull request #202969 from dotlambda/svg2tikz-python3 2022-11-26 19:07:07 +01:00
Guillaume Bouchard d1b6d2d0ab haskellPackages.callHackage: updating all-cabal-hashes do not invalidate callHackage
Packages built with `haskellPackages.callHackage` won't be rebuilt when
updating `all-cabal-hashes`.

The removed comment was keeping a reference to the `cabal2nix` call,
which itself depends on `all-cabal-hashes`, in order to keep this file
during a garbage collection.

The tradeoff is between:

- The current behavior: a mass rebuild, any change of `all-cabal-hashes`
  triggers a rebuild of all the packages built with `callHackage` and
  packages which depend on them. This can take hours, and may happen
  after a "small" unrelated change (i.e. an user is bumping
  `all-cabal-hashes` in order to use a new package from hackage). It
  also have global impacts in a project (long rebuild in CI, new entries
  in cache, developers need to fetch the new entries, ...). In this
  context, `cabal2nix` entries are not garbage collected.
- The new behavior: No mass rebuild, but `cabal2nix` derivations need to
  be recomputed after a garbage collection. This is usually fast (a few
  seconds by call), linear with the number of calls and should not
  happen a lot (i.e. users are not garbage collecting everyday).

See https://github.com/NixOS/nixpkgs/issues/194751 for details.
2022-11-26 19:00:56 +01:00
Robert Scott 81df6d7ff3
Merge pull request #199710 from risicle/ris-multipath-tools-0.9.3
multipath-tools: 0.8.3 -> 0.9.3
2022-11-26 17:53:38 +00:00
7c6f434c 7948c710ff
Merge pull request #202929 from wegank/rigsofrods-gtk3
rigsofrods: migrate to wxGTK30-gtk3
2022-11-26 17:37:22 +00:00
7c6f434c 9cb45d89b8
Merge pull request #202726 from mmarx/fix-trivial-package-manager
lispPackages_new.sbclPackages.cl-sat: fix build failure
2022-11-26 17:34:48 +00:00
Fabian Affolter b58dc22edb
Merge pull request #203059 from fabaff/pyskyqremote-bump
python310Packages.pyskyqremote: 0.3.20 -> 0.3.21
2022-11-26 18:32:28 +01:00
Fabian Affolter 8ad3988269
Merge pull request #203072 from fabaff/bump-fastapi-mail
python310Packages.fastapi-mail: 1.2.1 -> 1.2.2
2022-11-26 18:32:10 +01:00
7c6f434c 698540f73f
Merge pull request #203045 from thenonameguy/fix/asc
asc: 2.6.0.0 -> 2.6.3.0
2022-11-26 17:20:55 +00:00
7c6f434c 51be54ebce
Merge pull request #202804 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 6.0.1 -> 6.0.2
2022-11-26 17:18:58 +00:00
Guillaume Girol 95f6d3192b
Merge pull request #200763 from tomfitzhenry/feedbackd-release
feedbackd: 0.0.0+git20220520 -> 0.0.1
2022-11-26 17:16:59 +00:00
Guillaume Girol 1e9a2769cd
Merge pull request #201240 from anthonyroussel/usql_0_13
usql: 0.12.13 -> 0.13.1
2022-11-26 17:07:23 +00:00
Guillaume Girol 866a7803fa
Merge pull request #201600 from MatthiasBenaets/new-lg4ff
new-lg4ff: 0.3.3 -> 0.4.0
2022-11-26 17:04:58 +00:00
Guillaume Girol 02bebd410a
Merge pull request #201929 from chvp/bump-gomuks
gomuks: 0.2.4 -> 0.3.0
2022-11-26 16:58:47 +00:00
Robert Scott a39a869cac multipath-tools: 0.8.3 -> 0.9.3
enable tests
2022-11-26 16:43:00 +00:00
Silvan Mosberger 22d1a12f8b
Merge pull request #203028 from NixOS/pure-nixos-tests 2022-11-26 17:13:32 +01:00
Nikolay Korotkiy 6043f15c17
Merge pull request #202860 from kilianar/gopass-1.14.11
gopass: 1.14.10 -> 1.14.11
2022-11-26 19:50:33 +04:00
Fabian Affolter 47504b64c5
Merge pull request #202419 from fabaff/types-bump
python310Packages.types-setuptools: 65.5.0.3 -> 65.6.0.0, python310Packages.types-colorama: 0.4.15.3 -> 0.4.15.4
2022-11-26 16:42:12 +01:00
Fabian Affolter ae03537f74
libreddit: add changelog to meta 2022-11-26 16:38:45 +01:00
kilianar 59a3d64527 gopass-summon-provider: 1.14.9 -> 1.14.11
https://github.com/gopasspw/gopass-summon-provider/releases/tag/v1.14.11
2022-11-26 16:11:29 +01:00
kilianar 9cdfa2c7b3 gopass-jsonapi: 1.14.9 -> 1.14.11
https://github.com/gopasspw/gopass-jsonapi/releases/tag/v1.14.11
2022-11-26 16:09:04 +01:00
kilianar 0caee1f096 gopass-hibp: 1.14.9 -> 1.14.11
https://github.com/gopasspw/gopass-hibp/releases/tag/v1.14.11
2022-11-26 16:00:07 +01:00
kilianar 2322d20caa git-credential-gopass: 1.14.9 -> 1.14.11
https://github.com/gopasspw/git-credential-gopass/releases/tag/v1.14.11
2022-11-26 15:58:38 +01:00
Nikolay Korotkiy 814bb90076
Merge pull request #203075 from freezeboy/fix-jaxlib-bin-macos
python310Packages.jaxlib-bin: add support for x86_64 on macos
2022-11-26 18:53:14 +04:00
R. Ryantm bb943eae8f gleam: 0.24.0 -> 0.25.0 2022-11-26 09:49:21 -05:00
Nikolay Korotkiy ff19f26c6d
Merge pull request #202514 from r-ryantm/auto-update/wgetpaste
wgetpaste: 2.32 -> 2.33
2022-11-26 18:39:09 +04:00
Nikolay Korotkiy 40cf24de55
Merge pull request #202570 from r-ryantm/auto-update/ccache
ccache: 4.7.3 -> 4.7.4
2022-11-26 18:32:48 +04:00
Fabian Affolter 260d2c7144 python310Packages.pytest-mypy-plugins: disable faling tests 2022-11-26 15:28:14 +01:00
Nikolay Korotkiy 566626804f
Merge pull request #202843 from r-ryantm/auto-update/fsmon
fsmon: 1.8.4 -> 1.8.5
2022-11-26 18:24:32 +04:00
freezeboy dbf1f2fcee python310Packages.jaxlib-bin: add support for x86_64 on macos 2022-11-26 15:02:34 +01:00
Silvan Mosberger 167a0708ea
Merge pull request #203043 from roosemberth/fix-python310Packages.aioquic
python310Packages.aioquic: fix build
2022-11-26 15:02:18 +01:00
Fabian Affolter 12f096b354 python310Packages.fastapi-mail: 1.2.1 -> 1.2.2
Changelog: https://github.com/sabuhish/fastapi-mail/releases/tag/1.2.2
2022-11-26 15:01:52 +01:00
Martin Weinelt 40d9e10511
Merge pull request #202927 from dotlambda/klick-0.14.2
klick: 0.12.2 -> 0.14.2
2022-11-26 15:01:04 +01:00
Roosembert Palacios 26efe9da92
python310Packages.aioquic: fix build
Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2022-11-26 15:00:48 +01:00
Fabian Affolter 54434fef79 python310Packages.python-utils: don't run mypy 2022-11-26 14:56:15 +01:00
Nikolay Korotkiy 57041d44e8
lagrange: 1.13.8 → 1.14.1 2022-11-26 16:47:43 +03:00
R. Ryantm 318bfb7018 libreddit: 0.24.0 -> 0.24.1 2022-11-26 13:46:26 +00:00
Fabian Affolter 9da870c45d python310Packages.types-colorama: 0.4.15.3 -> 0.4.15.4 2022-11-26 14:45:52 +01:00
Fabian Affolter f0036c0c1c python310Packages.types-setuptools: 65.5.0.3 -> 65.6.0.0 2022-11-26 14:45:52 +01:00
Robert Scott 16ae6d6136
Merge pull request #202471 from timothyklim/staging
postgresql_15: build with support for zstd compression
2022-11-26 13:30:30 +00:00
Nikolay Korotkiy 4df3a80eeb
Merge pull request #202986 from r-ryantm/auto-update/gdown
gdown: 4.5.3 -> 4.5.4
2022-11-26 17:24:23 +04:00