Commit Graph
348440 Commits
Author SHA1 Message Date
Ben SiraphobandGitHub e4768f2840 Merge pull request #156523 from c0bw3b/pkg/drsigned 2022-01-24 08:36:48 -06:00
legendofmiraclesandGitHub 7006900c25 Merge pull request #155657 from r-ryantm/auto-update/topydo
topydo: 0.13 -> 0.14
2022-01-24 08:31:24 -06:00
R. RyantmandKerstin cad3bc9b8e signal-cli: 0.10.1 -> 0.10.2 2022-01-24 15:24:24 +01:00
Patrick HilhorstandGitHub 746c4bdb22 Merge pull request #155904 from houstdav000/patch/quorum_module_test 2022-01-24 15:17:08 +01:00
Martin WeineltandGitHub 5c1d624231 Merge pull request #156328 from cpcloud/nixpkgs-pymdown-extensions 2022-01-24 15:16:54 +01:00
legendofmiraclesandGitHub d12e11cd14 Merge pull request #156454 from r-ryantm/auto-update/dyff
dyff: 1.4.6 -> 1.4.7
2022-01-24 08:16:20 -06:00
legendofmiraclesandGitHub e74012f921 Merge pull request #156518 from r-ryantm/auto-update/imgproxy
imgproxy: 3.1.3 -> 3.2.1
2022-01-24 08:11:18 -06:00
c0bw3b 5b8b4164fe sigurlx: remove
Upstream no longer exists
2022-01-24 15:03:19 +01:00
legendofmiraclesandGitHub f4fe3a73ab Merge pull request #156499 from r-ryantm/auto-update/gosec
gosec: 2.9.5 -> 2.9.6
2022-01-24 08:03:11 -06:00
legendofmiraclesandGitHub 2afc443096 Merge pull request #156507 from r-ryantm/auto-update/heimer
heimer: 3.1.0 -> 3.2.0
2022-01-24 08:02:22 -06:00
c0bw3b 14d6955a46 corsmisc: remove
Upstream no longer exists
2022-01-24 15:00:51 +01:00
Niklas HambüchenandGitHub 207a28e6e3 Merge pull request #156435 from r-ryantm/auto-update/consul
consul: 1.11.1 -> 1.11.2
2022-01-24 15:00:08 +01:00
Franz PletzandGitHub 91f0cffa82 Merge pull request #156341 from sikmir/gqrx 2022-01-24 14:59:46 +01:00
legendofmiraclesandGitHub 6777bcfae6 Merge pull request #156411 from r-ryantm/auto-update/clight
clight: 4.7 -> 4.8
2022-01-24 07:59:11 -06:00
d54a7e72a6 python3Packages.pymdown-extensions: remove period from description
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2022-01-24 08:58:30 -05:00
Franz PletzandGitHub b83444e870 Merge pull request #156398 from numinit/mattermost-6.3.1 2022-01-24 14:57:57 +01:00
legendofmiraclesandGitHub 276814e2f4 Merge pull request #156513 from r-ryantm/auto-update/htpdate
htpdate: 1.3.1 -> 1.3.3
2022-01-24 07:54:54 -06:00
legendofmiraclesandGitHub ba667597db Merge pull request #156490 from r-ryantm/auto-update/xcowsay
xcowsay: 1.5.1 -> 1.6
2022-01-24 07:51:17 -06:00
legendofmiraclesandGitHub e087ccb64a Merge pull request #156346 from r-ryantm/auto-update/rofi-file-browser-extended 2022-01-24 07:47:07 -06:00
R. Ryantm 37596fe4a9 imgproxy: 3.1.3 -> 3.2.1 2022-01-24 13:42:06 +00:00
legendofmiraclesandGitHub 0f986f3b02 Merge pull request #156433 from r-ryantm/auto-update/cocogitto 2022-01-24 07:36:22 -06:00
pennaeandGitHub 865a9ed3f5 Merge pull request #155669 from schuelermine/patch-mkPackageOption
lib/options: Add mkPackageOption
2022-01-24 13:35:32 +00:00
Gabriel EbnerandGitHub 16d0f35e6b Merge pull request #156481 from r-ryantm/auto-update/fstar
fstar: 2021.12.25 -> 2022.01.15
2022-01-24 14:23:10 +01:00
IvvandGitHub 70ff8a00f5 Merge pull request #155908 from sei40kr/etc-orchis-theme
orchis-theme: add withWallpapers option
2022-01-24 14:17:17 +01:00
R. Ryantm e06dfabe6e htpdate: 1.3.1 -> 1.3.3 2022-01-24 13:14:10 +00:00
legendofmiraclesandGitHub b3e7261a0e Merge pull request #155505 from IvarWithoutBones/init/supaplex
opensupaplex: init at 7.1.2
2022-01-24 07:12:23 -06:00
R. Ryantm f547487c91 heimer: 3.1.0 -> 3.2.0 2022-01-24 13:00:31 +00:00
RenaudandGitHub 454272e7ff Merge pull request #155847 from onny/dokuwikicleanup
nixos/dokuwiki: Minor code cleanup
2022-01-24 13:42:57 +01:00
R. Ryantm 786b8a718d gosec: 2.9.5 -> 2.9.6 2022-01-24 12:08:06 +00:00
Seong Yong-ju b3e385753b orchis-theme: add withWallpapers option 2022-01-24 20:55:01 +09:00
Jonas ChevalierandGitHub e7dbfd7ece terraform.withPlugins: clean and remove 0.12 support (#155477)
Now that the terraform 0.12 compatibility is not needed anymore, the
`terraform.withPlugins` and `terraform-providers.mkProvider`
implementations can be simplified.

Instead of building a bunch of bin wrappers on instantiation, the
providers are now stored in
`$out/libexec/terraform-providers/<registry>/<owner>/<name>/<version>/<os>_<arch>/terraform-provider-<name>_v<version>`
and then a simple `buildEnv` can be used to merge them.

This breaks back-compat so it's not possible to mix-and-match with
previous versions of nixpkgs. In exchange, it now becomes possible to
use the providers from
[nixpkgs-terraform-providers-bin](https://github.com/numtide/nixpkgs-terraform-providers-bin)
directly.
2022-01-24 12:53:05 +01:00
R. RyanTMandGitHub e70ba2998d aws-vault: 6.3.1 -> 6.4.0 (#156374) 2022-01-24 12:52:47 +01:00
sternenseemann 3c57ff6bf5 haskellPackages.{regex-rure,jacinda}: add myself as maintainer 2022-01-24 12:42:14 +01:00
sternenseemann c6923ee0d9 jacinda: init at 0.2.0.0
Expose from haskell.packages.ghc921 (which is the only GHC version that
can build it easily atm) and additionally install man page, language
guide and code examples.
2022-01-24 12:42:14 +01:00
sternenseemann 452f76cfaf rure: init at 0.2.1
Also regenerate hackage-packages.nix so it picks up on the newly added
library and remove the broken flag no haskell.packages.ghc921.regex-rure
which builds fine now (earlier GHC versions bundle incompatible
bytestring versions).
2022-01-24 12:42:14 +01:00
Ellie HermaszewskaandGitHub d6e2f44abc Merge pull request #155548 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-01-24 19:39:15 +08:00
IvvandGitHub 3c702a9ab2 Merge pull request #156363 from r-ryantm/auto-update/agi
agi: 2.1.0-dev-20210924 -> 2.2.0-dev-20220120
2022-01-24 12:36:18 +01:00
R. Ryantm 7c7e244719 xcowsay: 1.5.1 -> 1.6 2022-01-24 11:32:02 +00:00
R. RyanTMandGitHub a6785fe057 rssguard: 4.0.4 -> 4.1.2
(#155873)
2022-01-24 12:19:42 +01:00
IvvandGitHub 81a988f32d Merge pull request #150225 from jyooru/init/purpur
purpur: init at 1.17.1r1428
2022-01-24 12:17:42 +01:00
Mario RodasandGitHub c00aa5bb08 Merge pull request #156382 from r-ryantm/auto-update/cargo-expand
cargo-expand: 1.0.13 -> 1.0.14
2022-01-24 06:15:59 -05:00
Mario RodasandGitHub 4d81594cb2 Merge pull request #156421 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.7.3 -> 0.9.1
2022-01-24 06:15:35 -05:00
Mario RodasandGitHub 7ebf6cbc0e Merge pull request #156483 from r-ryantm/auto-update/gifski
gifski: 1.6.1 -> 1.6.4
2022-01-24 06:15:19 -05:00
R. RyanTMandGitHub 392dace8db skypeforlinux: 8.79.0.95 -> 8.80.0.143
(#156139)
2022-01-24 12:02:32 +01:00
Joel e54ce2616e purpur: init at 1.17.1r1428
Update pkgs/games/purpur/default.nix

Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>

Update pkgs/games/purpur/default.nix

Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>

Update pkgs/games/purpur/default.nix

Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>

Update pkgs/games/purpur/default.nix

Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>

fix trailing white space

purpur: 1.17.1r1428 -> 1.18.1r1522

add make wrapper
2022-01-24 20:59:45 +10:00
R. Ryantm d9f26c0c8c gifski: 1.6.1 -> 1.6.4 2022-01-24 10:47:48 +00:00
R. Ryantm 00844298cb fstar: 2021.12.25 -> 2022.01.15 2022-01-24 10:29:43 +00:00
Scott WorleyandBjørn Forsman 3f70c90d7a nixos/tests/installer: Fix race in bcache test
It looks like "make-bcache" also registers the devices, so the separate
registration afterwords is unnecessary.

Previously, the separate registration right afterwords didn't cause
a problem, presumably because it won the race with make-bcache's
registration.  After 1640359f33 slightly
changed the timing of command execution in tests, the separate
registration often fails with the error message "device already
registered", stopping the test.
2022-01-24 10:58:23 +01:00
Ellie Hermaszewska 120c6356b4 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-01-24 17:30:55 +08:00
Ellie Hermaszewska bf18c4a024 haskellPackages.gi-adwaita: disable on darwin 2022-01-24 17:30:32 +08:00