Commit graph

295285 commits

Author SHA1 Message Date
06kellyjac
237a38e126 dockle: 0.3.14 -> 0.3.15 2021-06-10 17:57:07 +01:00
Scott Worley
462730dd7f jbofihe: Init at 0.43 2021-06-10 09:49:26 -07:00
Mattherix
576c0f0cf2
gnomeExtensions.night-theme-switcher: 40 -> 50 (#125725) 2021-06-10 18:42:08 +02:00
Sandro
a3d488495a
Merge pull request #126484 from alyssais/cvs-fast-export 2021-06-10 18:41:50 +02:00
Sandro
d136da8de3
Merge pull request #126493 from dotlambda/pytube-10.8.4
python3Packages.pytube: 10.8.3 -> 10.8.4
2021-06-10 18:36:54 +02:00
Sandro
10caccc2e8
Merge pull request #126474 from siraben/trealla-update
trealla: 1.7.65 -> 1.8.74
2021-06-10 18:36:10 +02:00
Sandro
2d339d2c9d
Merge pull request #126497 from dotlambda/gpg-tui-0.4.1 2021-06-10 18:34:48 +02:00
Sandro
fc3bbb2cbc
Merge pull request #126489 from badmutex/badi/update-vivaldi
vivaldi: 3.8.2259.37-1 -> 4.0.2312.24-1
2021-06-10 18:34:31 +02:00
Sandro
fb504d1a8c
Merge pull request #126495 from dotlambda/libdeltachat-1.56.0
libdeltachat: 1.55.0 -> 1.56.0
2021-06-10 18:33:33 +02:00
Sandro
6e3f5a0447
Merge pull request #126494 from dotlambda/angelfish-21.06 2021-06-10 18:33:10 +02:00
Robert Schütz
26aa7e0880 gpg-tui: 0.4.0 -> 0.4.1
https://github.com/orhun/gpg-tui/blob/v0.4.1/CHANGELOG.md
2021-06-10 17:59:35 +02:00
adisbladis
edd3c99897
Merge pull request #126429 from zowoq/crun
crun: 0.20 -> 0.20.1
2021-06-10 10:55:50 -05:00
Robert Schütz
e9216e5733 angelfish: 21.05 -> 21.06 2021-06-10 17:41:10 +02:00
Ryan Mulligan
3bdf717009
Merge pull request #126310 from r-ryantm/auto-update/earthly
earthly: 0.5.15 -> 0.5.16
2021-06-10 08:39:29 -07:00
Robert Schütz
c2a3bd904e python3Packages.pytube: 10.8.3 -> 10.8.4
https://github.com/pytube/pytube/releases/tag/v10.8.4
2021-06-10 17:30:05 +02:00
Ben Siraphob
d312374f6f oksh: 6.8.1 -> 6.9 2021-06-10 22:28:33 +07:00
Robert Schütz
72842f7ed9 libdeltachat: 1.55.0 -> 1.56.0
https://github.com/deltachat/deltachat-core-rust/blob/1.56.0/CHANGELOG.md
2021-06-10 17:26:58 +02:00
superherointj
3912cf9371
ocamlPackages.bz2: init at 0.7.0
Closes #126469
2021-06-10 16:23:06 +02:00
Alyssa Ross
cf1f499e7e
cvs-fast-export: 1.56 -> 1.57 2021-06-10 14:08:28 +00:00
Alyssa Ross
db733deeed
cvs-fast-export: clean up; fix cross
Style was unidiomatic for modern Nixpkgs, there was no
nativeBuildInputs/buildInputs separation, and some dependencies were
unused.

I've removed doCheck here, because the default Nixpkgs checkPhase
wasn't actually running the tests (need to cd into tests first), and
when I did write a checkPhase to run the tests, they didn't work and I
couldn't make them work.

A note on RCS:  There is code in cvsconvert that calls RCS, but I
analyzed it quite carefully, and came to the conclusion that all such
code is unreachable, so I removed the RCS dependency.
2021-06-10 14:04:46 +00:00
Alyssa Ross
d5564db46a
cvs-fast-export: rename from cvs_fast_export
cvs-fast-export is the canonical name of the software that users would
expect the package to be called in Nixpkgs.
2021-06-10 14:02:43 +00:00
Badi Abdul-Wahid
1c52961b0c
vivaldi: 3.8.2259.37-1 -> 4.0.2312.24-1 2021-06-10 08:59:55 -05:00
sternenseemann
f8c8bb04a5 haskell.packages.ghc901.mono-traversable: unbreak
GHC 9.0.x seems to require that the `Main` module also defines the
`main` IO action and does not just import it. This is the case with
mono-traversable's test suite which is why we (temporarily) disable it.
2021-06-10 15:35:50 +02:00
sternenseemann
362c8da809 haskell.packages.ghc901.cryptonite: 0.28 -> 0.29
0.29 supports GHC 9.0.x which is why we upgrade. Interesting because
cabal2nix depends on cryptonite.
2021-06-10 15:34:27 +02:00
Francesco Gazzetta
b492f2f3b2 staticjinja: 2.0.0 -> 2.0.1 2021-06-10 15:33:38 +02:00
sternenseemann
c6ed4577ab haskell.packages.ghc901.memory: 0.15 -> 0.16
Upgrade to 0.16 which has GHC 9.0.x support. Interesting since
cabal2nix depends on memory.
2021-06-10 15:33:30 +02:00
sternenseemann
c145f7930d haskellPackages.hackage-db: downgrade to 2.1.0 if Cabal < 3.4
Stackage Nighly recently upgraded their version of hackage-db from 2.1.0
to 2.1.1. 2.1.1 had a compatibility fix for Cabal 3.4 [1]. However it
did not increase the version bound on Cabal nor fails to compile with
Cabal 3.2, so Stackage was able to update it.

Unfortunately hackage-db with Cabal 3.2 causes observable issues [2]
in cabal2nix, so we need to downgrade it for all compilers that still
ship a Cabal version < 3.4.

Also ideally we should update the constraints for hackage-db 2.1.0 and
hackage-db 2.1.1 on hackage. See also [3].

[1]: https://github.com/peti/hackage-db/pull/12
[2]: https://github.com/NixOS/cabal2nix/issues/501
[3]: https://github.com/peti/hackage-db/pull/14
2021-06-10 15:30:13 +02:00
Linus Heckemann
5e78bbcb49
Merge pull request #126295 from r-ryantm/auto-update/bemenu
bemenu: 0.6.1 -> 0.6.2
2021-06-10 15:16:19 +02:00
Vincent Breitmoser
00ec76bb24 libfprint-2-tod1-vfs0090: init at 0.8.5 2021-06-10 14:24:58 +02:00
Ben Siraphob
e29b003621 trealla: 1.7.65 -> 1.8.74 2021-06-10 19:23:21 +07:00
Phillip Cloud
de470025e5 tensorflow-lite: init at v2.5.0 2021-06-10 08:20:51 -04:00
sternenseemann
35a73693f4 haskellPackages: remove deprecated aliases mysql and utillinux
These attribute names were converted into aliases in the following
changes:

* 62733b37b4
* https://github.com/NixOS/nixpkgs/pull/104776

cabal2nix-unstable has been updated to be aware of these changes in
7a9080d774, so these aliases should no
longer cause issues when evaluating with `allowAliases = false`.
2021-06-10 14:10:39 +02:00
sternenseemann
7a9080d774 haskellPackages.cabal2nix-unstable: 2021-05-28 -> 2021-06-10 2021-06-10 14:07:46 +02:00
Yurii Matsiuk
75a47625ad
lastpass-cli: Add gitcredentials helper and format 2021-06-10 13:48:27 +02:00
Fabian Affolter
3f7c764f0e
Merge pull request #126162 from fabaff/bump-boto
python3Packages.mypy-boto3-builder: 4.12.0 -> 4.14.1
2021-06-10 13:45:19 +02:00
happysalada
432fc2d9a6 vscode-extension.kahole.magit: 0.6.13 -> 0.6.15 2021-06-10 20:20:58 +09:00
Michael Weiss
9a58127bda
Merge pull request #126465 from primeos/chromiumDev
chromiumDev: Install crashpad_handler
2021-06-10 12:47:37 +02:00
Mario Rodas
1027d970df
Merge pull request #126152 from r-ryantm/auto-update/git-filter-repo
git-filter-repo: 2.29.0 -> 2.32.0
2021-06-10 05:38:19 -05:00
Mario Rodas
2d9631419e
Merge pull request #126002 from r-ryantm/auto-update/lxd
lxd: 4.14 -> 4.15
2021-06-10 05:36:33 -05:00
Fabian Affolter
02ac0fd517 python3Packages.pre-commit: 2.11.0 -> 2.13.0 2021-06-10 12:19:28 +02:00
Michael Weiss
1d6a0d3cf2
chromiumDev: Install crashpad_handler
This executable is required to fix a startup error:
[990:990:0609/092114.482805:FATAL:double_fork_and_exec.cc(131)] execv /nix/store/k02xhxzn6sn2cihaal68wwsyk8cg9pkg-chromium-unwrapped-93.0.4535.3/libexec/chromium/crashpad_handler: No such file or directory (2)

Unfortunately Chromium M93 still segfaults in the VM test:
machine # [0610/100626.225850:ERROR:process_memory_range.cc(75)] read out of range
machine # [0610/100626.227312:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
machine # [0610/100626.240410:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
machine # [   19.810981] systemd-coredump[1015]: Process 987 (chromium) of user 1000 dumped core.
2021-06-10 12:11:20 +02:00
Michael Weiss
c02ac479ba
chromium: get-commit-message.py: Support a new 0-day sentence
The current stable release announcement [0] uses a slightly different
message/structure.

[0]: https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop.html
2021-06-10 12:11:16 +02:00
Raphael Megzari
6de7be454a Revert "alsa-firmware: 1.2.1 -> 1.2.4"
This reverts commit 728ea2bbe4.
2021-06-10 19:06:37 +09:00
Milan Pässler
fcaf6b10a9 atom: 1.54.0 -> 1.57.0
Also updated beta sources, but it is still broken.
2021-06-10 11:58:30 +02:00
Kevin Amado
70b0cf36d6 vscode-extensions.shardulm94.trailing-spaces: init at 0.3.1 2021-06-10 18:44:31 +09:00
Kevin Amado
25b4cfd31d vscode-extensions.mads-hartmann.bash-ide-vscode: init at 1.11.0 2021-06-10 18:44:31 +09:00
Kevin Amado
d4cda78a55 vscode-extensions.jkillian.custom-local-formatters: init at 0.0.4 2021-06-10 18:44:31 +09:00
Kevin Amado
1d7d3009e5 vscode-extensions._4ops.terraform: init at 0.2.1 2021-06-10 18:44:31 +09:00
Michael Weiss
acb94c0107
Merge pull request #126342 from primeos/fuse3
fuse3: 3.10.3 -> 3.10.4
2021-06-10 11:38:41 +02:00
Fabian Affolter
f2d8aaf76f
Merge pull request #126332 from fabaff/pynobo
python3Packages.pynobo: init at 1.2.0
2021-06-10 11:35:26 +02:00