Commit Graph

301299 Commits

Author SHA1 Message Date
Ivan Tkachev
f6d7ad53c4 python3Packages.python-nvd3: init at 0.15.0 2021-07-09 11:51:31 +03:00
Ivan Tkachev
f41d6886ee python3Packages.sqlalchemy-jsonfield: init at 1.0.0 2021-07-09 11:51:31 +03:00
Jörg Thalheim
f29159e2e8
Merge pull request #129649 from em0lar/telegraf-1.19.1
telegraf: 1.18.1 -> 1.19.1
2021-07-09 09:47:15 +01:00
Michael Weiss
a99ecbd5f5
Merge pull request #129727 from primeos/chromiumBeta
chromiumBeta: 92.0.4515.80 -> 92.0.4515.93
2021-07-09 10:38:52 +02:00
Michael Weiss
a571f3a945
chromiumBeta: 92.0.4515.80 -> 92.0.4515.93 2021-07-09 10:17:31 +02:00
Pavol Rusnak
cc18fcade2
Merge pull request #129703 from TredwellGit/electron
Update Electron
2021-07-09 10:05:29 +02:00
Vincent Laporte
3d6adb6f7d ocamlPackages.alcotest: 1.3.0 → 1.4.0 2021-07-09 08:23:04 +02:00
Vincent Laporte
14a2f48bf2 ocamlPackages.tcpip: fix tests with alcotest 1.4.0 2021-07-09 08:23:04 +02:00
Vincent Laporte
2d1f4d4dab ocamlPackages.fiat-p256: fix tests with alcotest 1.4.0 2021-07-09 08:23:04 +02:00
Vincent Laporte
11c24ba9b3 ocamlPackages.mirage-flow-unix: fix tests with alcotest 1.4.0 2021-07-09 08:23:04 +02:00
Vincent Laporte
9b064d75d0 ocamlPackages.mirage-channel: fix tests with alcotest 1.4.0 2021-07-09 08:23:04 +02:00
Vincent Laporte
07e185c5a8 ocamlPackages.mirage-block-ramdisk: fix tests with alcotest 1.4.0 2021-07-09 08:23:04 +02:00
David
53072cc066 elvis: init at 1.0.1 2021-07-09 11:37:43 +09:00
Sandro
79b7bd36a3
Merge pull request #129686 from Mindavi/jxrlib/cross
jxrlib; support cross-compilation
2021-07-09 03:00:16 +02:00
Sandro
81f368aad8
Merge pull request #129492 from IvarWithoutBones/bump/switch-emu 2021-07-09 02:59:23 +02:00
Sandro
c45bbac68b
Merge pull request #129685 from jonringer/bump-azure-cli-july2021 2021-07-09 02:59:13 +02:00
TredwellGit
7cb4e3bb01 electron_11: 11.4.9 -> 11.4.10
https://github.com/electron/electron/releases/tag/v11.4.10
2021-07-08 23:46:19 +00:00
TredwellGit
b413babf72 electron_12: 12.0.12 -> 12.0.14
https://github.com/electron/electron/releases/tag/v12.0.13
https://github.com/electron/electron/releases/tag/v12.0.14
2021-07-08 23:44:27 +00:00
TredwellGit
50c0eff0d8 electron_13: 13.1.4 -> 13.1.6
https://github.com/electron/electron/releases/tag/v13.1.5
https://github.com/electron/electron/releases/tag/v13.1.6
2021-07-08 23:43:11 +00:00
Sandro
664ebda061
Merge pull request #129474 from fabaff/bump-theharvester 2021-07-09 01:13:18 +02:00
Sandro
a55886fbbf
Merge pull request #129690 from hexagonal-sun/fltk14-fix 2021-07-09 01:11:44 +02:00
Sandro
317f8e7913
Merge pull request #129681 from rnhmjoj/zimg
zimg: 3.0.1 -> 3.0.2
2021-07-09 01:09:50 +02:00
Sandro
fd6fe25653
Merge pull request #129695 from Ma27/fix-rustracer
rustracer: 2.1.44 -> 2.1.46, fix build
2021-07-09 01:09:14 +02:00
Sandro
b9edf9d0ca
Merge pull request #129628 from fabaff/bump-shellingham 2021-07-09 01:07:34 +02:00
Sandro
c054309b54
Merge pull request #129680 from fabaff/bump-pytest-cases
python3Packages.pytest-cases: 3.6.2 -> 3.6.3
2021-07-09 00:57:39 +02:00
Sandro
e8132edfde
Merge pull request #129670 from primeos/wshowkeys
wshowkeys: Mark as broken
2021-07-09 00:53:55 +02:00
Sandro
10c9cb0e43
Merge pull request #129303 from r-ryantm/auto-update/fluxcd
fluxcd: 0.15.3 -> 0.16.0
2021-07-09 00:52:39 +02:00
Sandro
34a3604d24
Merge pull request #129673 from Ma27/bump-grafana 2021-07-09 00:51:02 +02:00
Sandro
266a296502
Merge pull request #129520 from srhb/rdkafka-zstd
rdkafka: Add zstd support
2021-07-09 00:48:21 +02:00
Sandro
b9b15e069a
Merge pull request #129660 from cpcloud/prettier-plugin-toml
prettier-plugin-toml: init at 0.3.1
2021-07-09 00:39:23 +02:00
sternenseemann
96054245b5 foot: fix cross compilation
* needs PKG_CONFIG_FOR_BUILD

* in the non-native case we need wayland-scanner (build) and
  wayland-protocols (host) separately

* ar needs targetPrefix as well
2021-07-09 00:22:08 +02:00
Maximilian Bosch
8484a25b45
rustracer: 2.1.44 -> 2.1.46, fix build
Failing Hydra build: https://hydra.nixos.org/build/147238379
After the update of Rust to 1.53[1] this package broke because it's
heavily tied to the compiler version. Please note that we cannot upgrade
to the latest version (2.1.48) as this'd require unreleased features of
`rustc`.

[1] 37ac6d6e76
2021-07-09 00:06:40 +02:00
Fabian Affolter
20e4bb677d theharvester: 3.2.3 -> 4.0.0 2021-07-08 23:43:10 +02:00
Fabian Affolter
313e4ac54a ython3Packages.slowapi: init at 0.1.4 2021-07-08 23:37:53 +02:00
Fabian Affolter
805e945e82 python3Packages.yfinance: 0.1.59 -> 0.1.61 2021-07-08 14:26:54 -07:00
Matthew Leach
950e2a7efd fltk14: fix build on apple silicon
For some reason having a file called `VERSION` in the package root directory
appears to be interfering with the build process:

```
Compiling Fl_cocoa.mm...
In file included from Fl_cocoa.mm:39:
In file included from ../FL/x.H:32:
In file included from ../FL/mac.H:50:

[...]

In file included from /nix/store/xhvrrnz8n6dxizgig46ijh59m7mfy261-libcxx-11.1.0-dev/include/c++/v1/cstddef:37:
../version:1:1: error: expected unqualified-id
1.4.0
^
```

By removing the file, the build succeeds.
2021-07-08 22:26:29 +01:00
IvarWithoutBones
b017750441 yuzu-{ea,mainline}: {1704,633} -> {1855,679} 2021-07-08 23:24:36 +02:00
IvarWithoutBones
7b75e40000 ryujinx: 1.0.6893 -> 1.0.6954 2021-07-08 23:23:46 +02:00
Jonathan Ringer
f14f71094b
python3Packages.uamqp: 1.4.0 -> 1.4.1 2021-07-08 14:03:27 -07:00
Fabian Affolter
db6e03fe8a python3Packages.pytest-httpserver: 0.3.7 -> 1.0.0 2021-07-08 13:49:51 -07:00
Jonathan Ringer
eecbb707e1
azure-cli: 2.24.2 -> 2.26.0 2021-07-08 13:34:22 -07:00
Jonathan Ringer
1b9775e507
python3Packages.signalr: fix build 2021-07-08 13:18:17 -07:00
Leo Maroni
6ed56b865f nixos/vikunja: add nixos test 2021-07-08 22:17:57 +02:00
Leo Maroni
c0bd900632 nixos/vikunja: init
nixos/vikunka: Use RFC 0042 settings proposal (thanks to @aanderse)
2021-07-08 22:17:57 +02:00
Leo Maroni
0bef1bb91f vikunja-api: init at 0.17.1
vikunja-api: use mage in build (thanks to @jtojnar)
2021-07-08 22:17:57 +02:00
Leo Maroni
3338d28040 vikunja-frontend: init at 0.17.0 2021-07-08 22:17:57 +02:00
Leo Maroni
2fbecde3ca maintainers: add em0lar 2021-07-08 22:17:57 +02:00
rnhmjoj
19ec503a14
zimg: 3.0.1 -> 3.0.2 2021-07-08 21:57:30 +02:00
Fabian Affolter
4ac01bafa0 python3Packages.pytest-cases: 3.6.2 -> 3.6.3 2021-07-08 21:49:30 +02:00
Jonathan Ringer
2acb3f3b34
python3Packages.azure-mgmt-extendedlocation: init at 1.0.0b2 2021-07-08 12:40:23 -07:00