3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

300181 commits

Author SHA1 Message Date
Luke Granger-Brown ff474e2e67
Merge pull request #128887 from musfay/adriconf-init
adriconf: init at 2.4.1
2021-07-03 01:30:40 +01:00
Harrison Houghton 8997f8cc70 bpftools: fix
At some point the name of the doc-tool script changed and we stopped
patching up the shabang line. The new one is just scripts/bpf_doc.py.
2021-07-02 20:19:32 -04:00
Mario Rodas c857859286
Merge pull request #128928 from marsam/update-nodejs
nodejs: 12.22.1 -> 12.22.2, 14.17.1 -> 14.17.2, 16.4.0 -> 16.4.1
2021-07-02 18:31:58 -05:00
Fabian Affolter 88f21d57e7 python3Packages.editorconfig: 0.12.2 -> 0.12.3 2021-07-03 00:58:15 +02:00
Johannes Arnold 8345f39d07 python3Packages.simber: 0.2.2 -> 0.2.3 2021-07-03 00:44:33 +02:00
Fabian Affolter 37b421ae5b python3Packages.bashlex: 0.14 -> 0.15 2021-07-03 00:34:18 +02:00
Johannes Arnold 3a234945ff beats: 1.0 -> 1.1 2021-07-03 00:16:04 +02:00
Silvan Mosberger e23072af78
Merge pull request #128930 from felixsinger/pkgs/mumble/add-maintainer
mumble,murmur: Add Felix Singer as maintainer
2021-07-03 00:05:42 +02:00
Sarunas Valaskevicius 5b69b1f3fe tlaToolbox: fix crash on file open dialog 2021-07-02 23:04:39 +01:00
Fabian Affolter 9a1a5e8101 python3packages.diff-cover: rename from diff_cover 2021-07-03 00:00:21 +02:00
Fabian Affolter dd33cc8b92 python3Packages.diff_cover: 5.2.0 -> 5.4.0 2021-07-02 23:55:12 +02:00
Fabian Affolter dab21493f8 python3Packages.distributed: 2021.6.1 -> 2021.6.2 2021-07-02 23:38:33 +02:00
Fabian Affolter 6ae86bd0f6 python3Packages.dask: 2021.06.1 -> 2021.06.2 2021-07-02 23:38:03 +02:00
Fabian Affolter 8cc04d3c86
Merge pull request #128981 from fabaff/bump-python-telegram-bot
python3Packages.python-telegram-bot: 13.6 -> 13.7
2021-07-02 23:35:11 +02:00
Fabian Affolter 3691514da0
Merge pull request #128944 from fabaff/bump-exploitdb
exploitdb: 2021-06-29 -> 2021-07-02
2021-07-02 23:15:35 +02:00
Fabian Affolter 71a0aeced1
Merge pull request #128918 from fabaff/bump-metasploit
metasploit: 6.0.50 -> 6.0.51
2021-07-02 23:15:20 +02:00
Fabian Affolter 4946976011
Merge pull request #128996 from dotlambda/aiomusiccast-0.8.1
python3Packages.aiomusiccast: 0.8.0 -> 0.8.1
2021-07-02 23:14:39 +02:00
Fabian Affolter 545bfc24e2 python3Packages.drms: 0.6.0 -> 0.6.2 2021-07-02 23:08:41 +02:00
Fabian Affolter a150d5f6f3 python3Packages.emcee: 3.0.2 -> 3.1.0 2021-07-02 22:33:12 +02:00
Fabian Affolter 73e9987d7d python3Packages.fabulous: 0.3.0 -> 0.4.0 2021-07-02 22:19:57 +02:00
Fabian Affolter 7e135c26a7 python3Packages.enaml: 0.11.2 -> 0.13.0 2021-07-02 22:16:39 +02:00
Fabian Affolter cd80a0e160 python3Packages.emailthreads: 0.1.0 -> 0.1.3 2021-07-02 22:13:15 +02:00
Fabian Affolter f5d06019b7 python3Packages.emoji: 1.2.0 -> 1.4.0 2021-07-02 22:10:08 +02:00
Jörg Thalheim c40d0126f8
Merge pull request #129022 from Mic92/flask-compress
python3.pkgs.flask-compress: fix version metadata
2021-07-02 21:04:51 +01:00
Jörg Thalheim 7a80459aa7
Merge pull request #129013 from Mindavi/isomd5sum/cross-2
isomd5sum: support cross: move python to nativeBuildInputs
2021-07-02 21:04:31 +01:00
Jonathan Ringer 6f1b155d37
zfsUnstable: 2.1.0-rc8 -> 2.1.0 2021-07-02 12:59:20 -07:00
Jonathan Ringer 4a397269c9
zfs: 2.0.5 -> 2.1.0 2021-07-02 12:58:42 -07:00
Fabian Affolter 070ff032a2 python3Packages.dicom2nifti: 2.2.12 -> 2.3.0 2021-07-02 21:26:12 +02:00
Jörg Thalheim e137675453
python3.pkgs.flask-compress: fix version metadata 2021-07-02 21:19:24 +02:00
Fabian Affolter 74f807d9f0 python3Packages.deezer-python: 2.2.4 -> 2.3.0 2021-07-02 21:05:45 +02:00
aszlig 3895ec33ad
nixos/tests/zsh-history: Fix matching prompt
In commit fbbaa4d40f, the Zsh default
prompt has changed from "walters" to "suse". So instead of:

  root@default>

... we now have:

  root@default:~/ >

However, in the NixOS VM test, we are matching "root@default>", which
doesn't include the current working directory and thus eventually leads
to a test failure after timing out.

To fix this, I changed the regex to include a newline at the beginning
and made sure that the hostname ends with a word boundary. This way it
doesn't matter whether the prompt is "walters" or "suse", because after
all the test is not about the prompt but about whether the history
mechanism works (or not).

Signed-off-by: aszlig <aszlig@nix.build>
2021-07-02 21:01:49 +02:00
Bernardo Meurer a143a6dd34
Merge pull request #110837 from rvolosatovs/update/neovim
neovim: 0.4.4 -> 0.5.0
2021-07-02 11:54:10 -07:00
Fabian Affolter 920b9f2d1a python3Packages.daphne: 3.0.1 -> 3.0.2 2021-07-02 11:49:57 -07:00
Fabian Affolter 745db4ce64 python3Packages.dbutils: 2.0 -> 2.0.1 2021-07-02 20:47:39 +02:00
Fabian Affolter 3605a1f362 python3Packages.twitterapi: 2.7.3 -> 2.7.4 2021-07-02 11:28:09 -07:00
Martin Weinelt d7e08efa95 python3Packages.django_3: 3.2.4 -> 3.2.5 2021-07-02 20:26:51 +02:00
Rick van Schijndel f5fac4dcd5 isomd5sum: support cross-compilation by moving python to nativebuildinputs 2021-07-02 20:24:47 +02:00
Gabriel Ebner b38329171a
Merge pull request #128926 from collares/lean-3.31
lean: 3.30.0 -> 3.31.0
2021-07-02 19:57:13 +02:00
Michael Weiss f26f9ae120
Merge pull request #129006 from primeos/seatd
seatd: Fix cross-compilation
2021-07-02 19:54:33 +02:00
Kovacsics Robert adc5cb1f8a noweb: fix nawk binary name
The package `nawk` seems to supply the binary `nawk` not `awk`, not sure if this was always thus, or if this is a new change.
```
$ tree `nix eval -f '<nixpkgs>' --raw nawk`
/nix/store/jji0m1by0nks2pdplk6xpwqq0dz8qy2s-nawk-unstable-2021-02-15
├── bin
│   └── nawk
└── share
    └── man
        └── man1
            └── nawk.1.gz

```
2021-07-02 18:21:06 +01:00
Maximilian Bosch 10860c9256
Merge pull request #128978 from sikmir/gopass
gopass: 1.12.6 → 1.12.7
2021-07-02 19:00:37 +02:00
Michael Weiss 7b39311bb2
seatd: Fix cross-compilation 2021-07-02 18:46:23 +02:00
Maximilian Bosch a498577a2c
Merge pull request #128899 from Ma27/bump-grafana
grafana: 8.0.3 -> 8.0.4
2021-07-02 18:42:56 +02:00
Vladyslav M 379fa1afa9
Merge pull request #128910 from sternenseemann/foot-1.8.1
foot: 1.8.0 -> 1.8.1
2021-07-02 19:10:58 +03:00
Roman Volosatovs 58ba227160
neovim: 0.4.4 -> 0.5.0
`"-DUSE_BUNDLED=OFF"` is from 2bcf18deaa/contrib/flake.nix (L25)
2021-07-02 18:10:01 +02:00
Ben Siraphob 28acaac96f
Merge pull request #128271 from Kreyren/localBinInPath 2021-07-02 22:17:44 +07:00
Roman Volosatovs 68a780e669
neovim: remove lua override 2021-07-02 17:04:05 +02:00
Robert Schütz 1e02446558 python3Packages.aiomusiccast: 0.8.0 -> 0.8.1
https://github.com/vigonotion/aiomusiccast/releases/tag/0.8.1
2021-07-02 15:56:00 +02:00
Ryan Mulligan 74f12354e6
Merge pull request #128987 from bobby285271/pr9
nixos/doc: convert "Chapter 62. NixOS Tests" to CommonMark
2021-07-02 06:55:19 -07:00
Joe Hermaszewski a4acf6de68
Merge pull request #127833 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2021-07-02 21:01:18 +08:00