Vladimír Čunát
16105403bd
gpgme: upstream patch for failing test
...
Changes cause stdenv rebuild, so for now let's only patch on i686-linux
where the test fails:
https://hydra.nixos.org/build/148090126
The issue was triggered by the last update (PR #128098 ).
2021-07-21 09:28:18 +02:00
Jörg Thalheim
436c1a938e
Merge pull request #128927 from andersk/appimage
...
appimageTools.wrapAppImage: Fix passing arguments to wrapped executable
2021-07-21 07:40:30 +01:00
R. RyanTM
4a338e3317
hashcat: 6.2.2 -> 6.2.3 ( #130870 )
2021-07-21 08:37:02 +02:00
Jonas Chevalier
b8297c00c9
ci: add no-channel check ( #109543 )
...
* ci: add no-channel check
* Update .github/workflows/no-channel.yml
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2021-07-21 08:22:37 +02:00
Jörg Thalheim
7629209756
Merge pull request #130878 from q3k/q3k/go-mips
...
go: enable MIPS GOARCH/cross integration
2021-07-21 07:18:20 +01:00
R. RyanTM
31ecc45692
libmwaw: 0.3.19 -> 0.3.20
2021-07-21 05:59:46 +00:00
R. RyanTM
6f3b1a7da3
logseq: 0.2.3 -> 0.2.6
2021-07-21 05:46:53 +00:00
R. RyanTM
4abbf99d1d
kubernetes-helm: 3.6.2 -> 3.6.3
2021-07-21 05:01:11 +00:00
Vinícius Müller
da350016c4
vscode-extensions.divyanshuagrawal.competitive-programming-helper: (5.8.5)
2021-07-20 23:40:51 -03:00
urlordjames
4711f4b61e
pythonPackages.teletype: init at 1.1.0 ( #130871 )
2021-07-20 22:31:06 -04:00
R. RyanTM
5d55727b30
gnome.gnome-shell: 40.2 -> 40.3
2021-07-21 04:25:35 +02:00
Dmitry Kalinkin
866fe59150
toil: init at 5.4.0
2021-07-20 22:18:08 -04:00
Dmitry Kalinkin
aa4e92c5e2
pythonPackages.enlighten: init at 1.10.1
2021-07-20 22:16:36 -04:00
R. RyanTM
c5ee83899d
ibus-engines.m17n: 1.4.5 -> 1.4.6
2021-07-21 02:14:28 +00:00
Dmitry Kalinkin
8ba95cee9f
pythonPackages.prefixed: init at 0.3.2
2021-07-20 22:03:13 -04:00
Dmitry Kalinkin
e05b158d7d
pythonPackages.addict: init at 2.4.0
2021-07-20 22:02:37 -04:00
Vinícius Müller
584107e68a
maintainers: Add arcticlimer
2021-07-20 23:01:29 -03:00
Ryan Mulligan
cba59ab376
Merge pull request #130716 from r-ryantm/auto-update/kmon
...
kmon: 1.5.3 -> 1.5.4
2021-07-20 18:58:40 -07:00
Ryan Mulligan
b8d3210113
Merge pull request #130852 from seqizz/g_clipcat
...
nixos/clipcat: add user service module
2021-07-20 18:56:21 -07:00
zowoq
1249c9a174
gh: 1.12.1 -> 1.13.1
...
https://github.com/cli/cli/releases/tag/v1.13.0
https://github.com/cli/cli/releases/tag/v1.13.1
2021-07-21 11:51:46 +10:00
figsoda
2c3e94497d
iwgtk: init at 0.4
2021-07-20 21:44:41 -04:00
Mario Rodas
2588a6c9f1
Merge pull request #130589 from marsam/update-terracognita
...
terracognita: 0.6.3 -> 0.7.1
2021-07-20 20:02:29 -05:00
Mario Rodas
a9a18814ef
Merge pull request #130868 from fabaff/bump-tfsec
...
tfsec: 0.48.7 -> 0.50.3
2021-07-20 20:02:13 -05:00
ajs124
3027914a57
hylafaxplus: fix build
2021-07-21 02:33:50 +02:00
Aaron Andersen
fe32148392
kodi.packages.a4ksubtitles: 2.6.0 -> 2.8.0
2021-07-20 20:02:37 -04:00
Mario Rodas
eb2a2b3f62
gotop: 4.1.1 -> 4.1.2
...
https://github.com/xxxserxxx/gotop/releases/tag/v4.1.2
2021-07-21 00:00:00 +00:00
Aaron Andersen
4218023470
Merge pull request #130571 from aanderse/kodi-updates
...
kodi.packages.*: updates
2021-07-20 19:55:11 -04:00
Michael Weiss
adbf99843c
Merge pull request #130880 from primeos/chromiumBeta
...
chromiumBeta: Temporarily build on Hydra
2021-07-21 01:09:15 +02:00
Michael Weiss
af9ea49430
chromiumBeta: Temporarily build on Hydra
...
The stable channel update in #130877 is currently blocked due to
regressions but a cached build on Hydra might be useful for the meantime
(and that build would even be reusable if the PR is merged without any
changes).
2021-07-21 00:52:35 +02:00
Serge Bazanski
c00d507f97
go: enable MIPS GOARCH/cross integration
...
This allows the Go compiler in nixpkgs (eg. buildGoModule) to work with
crossSystem.config == mips-*, eg mips-unknown-linux-musl, and
succesfully generate Go MIPS binaries.
nix-build -A grpcurl --arg crossSystem '{ config = "mips-unknown-linux-musl"; }'
This unfortunately cannot currently be tested on qemu-mips as Go emits
ELF files that fail to execute correctly in qemu-user (see:
https://go-review.googlesource.com/c/go/+/239217 , on track to land in Go
1.17). However, I have tested this on a physical MIPS device.
I have not been able to build anything using cgo (hit various
compilation errors in C dependencies), but considering
mips-unknown-linux-musl is not a support nixpkgs target this isn't that
surprising.
2021-07-21 00:43:16 +02:00
Sander van der Burg
c450894477
lha: init at 2021-07-01
2021-07-21 00:19:42 +02:00
Sandro
07a363dba1
Merge pull request #130840 from oxalica/osu-lazer
...
osu-lazer: 2021.707.0 -> 2021.720.0 and fix build failure
2021-07-21 00:11:12 +02:00
Sandro
702a33afaa
Merge pull request #130873 from applePrincess/exploitdb-2021-07-20
...
exploitdb: 2021-07-17 -> 2021-07-20
2021-07-21 00:10:26 +02:00
Sandro
9eb8808b9d
Merge pull request #130838 from r-ryantm/auto-update/cascadia-code
...
cascadia-code: 2105.24 -> 2106.17
2021-07-21 00:08:32 +02:00
Sandro
1809f05d6c
Merge pull request #130846 from fabaff/bump-sqlfluff
...
sqlfluff: 0.6.0 -> 0.6.1
2021-07-21 00:08:22 +02:00
Sandro
7834a23ec3
Merge pull request #130844 from r-ryantm/auto-update/andika
...
andika: 6.000 -> 6.001
2021-07-21 00:05:01 +02:00
Sandro
f9f7aefb90
Merge pull request #130670 from Artturin/update-copyq
...
CopyQ: 3.13.0 -> 4.1.0
2021-07-21 00:03:26 +02:00
R. RyanTM
cca25fe1e0
gmic: 2.9.7 -> 2.9.8
2021-07-20 21:59:12 +00:00
Sandro
f32f7553c5
cmake: don't use meta.homepage in fetchurl
2021-07-20 23:57:01 +02:00
Sandro
0dab2584b6
Merge pull request #130850 from mdlayher/mdl-corerad-0.3.3
...
corerad: 0.3.2 -> 0.3.3
2021-07-20 23:52:42 +02:00
Sandro
ad8e5050cf
Merge pull request #130789 from r-ryantm/auto-update/elementary-sound-theme
2021-07-20 23:49:59 +02:00
Sandro
5b9675edbd
Merge pull request #129775 from fabaff/bump-esptool
...
esptool: 3.0 -> 3.1
2021-07-20 23:49:33 +02:00
Sandro
bd889b9a8b
Merge pull request #130837 from oxalica/fix/nuget
...
dotnetPackages.Nuget: fix runtime error
2021-07-20 23:49:14 +02:00
Sandro
0d9a904841
Merge pull request #130630 from heph2/submit/nixpkgs-my-branch
2021-07-20 23:48:42 +02:00
Sandro
51380dd429
Merge pull request #130822 from 0x4A6F/master-zellij
...
zellij: 0.14.0 -> 0.15.0
2021-07-20 23:47:15 +02:00
Lein Matsumaru
34141d226a
exploitdb: 2021-07-17 -> 2021-07-20
2021-07-20 21:47:01 +00:00
R. RyanTM
5f496e0da3
gnome.gnome-desktop: 40.1 -> 40.3
2021-07-20 23:19:09 +02:00
Niklas
8887bc11c4
plex: 1.23.4.4805-186bae04e -> 1.23.5.4841-549599676
2021-07-20 22:48:51 +02:00
Fabian Affolter
2cc8ecd237
tfsec: 0.48.7 -> 0.50.3
2021-07-20 22:44:15 +02:00
Philipp
c60a0b0447
mingw-64: 6.0.0 -> 9.0.0
2021-07-20 22:34:50 +02:00