Commit Graph

192016 Commits

Author SHA1 Message Date
Benjamin Hipple
0723df3bbe
buildGoModule: passthru the modSha256 (#82027)
The builder does not technically need the modSha256 of the vendor dir, and even
though we pass it the entire vendor dir it makes sense not to risk having an
accidental dependency on that variable.

However, tools like [nixpkgs-update](https://github.com/ryantm/nixpkgs-update)
need to inspect the `modSha256` of a package in order to be able to update them,
and since this is a real part of the package (describes info about its
dependencies) let's add it to `passthru`.

Specifically, this allows us to run a cmd like `nix eval -f . tflint.modSha256`
to get the current value, which is how the bot finds it to replace with the new
version in the Rust ecosystem.
2020-03-10 23:04:46 -07:00
Andreas Rammhold
4df960191e
Merge pull request #81648 from r-ryantm/auto-update/sqlite
sqlite: 3.31.0 -> 3.31.1
2020-03-10 18:24:54 +01:00
Profpatsch
967a5b3047 rabbitmq-server: add the VM test to passthru.tests 2020-03-10 17:25:03 +01:00
R. RyanTM
cf2bba74ee rabbitmq-server: 3.8.2 -> 3.8.3 2020-03-10 17:25:03 +01:00
Konrad Borowski
60c646c031 nss: 3.49.2 -> 3.51 2020-03-10 14:36:52 +01:00
Vladimír Čunát
0e3ad60b62
Merge branch 'staging-next' into staging 2020-03-10 11:17:27 +01:00
Vladimír Čunát
1d9c10c8de
stdenv cc-wrapper: deal with edge-case regressions
Regression introduced in PR #81191 80729b6787.  The file does not exist
somewhere during bootstrap of pkgsStatic.busybox which is used in nix
(by default).

I tested the builds.
2020-03-10 11:09:26 +01:00
Linus Heckemann
4eeb6f01e6
Merge pull request #82066 from r-ryantm/auto-update/libgme
libgme: 0.6.2 -> 0.6.3
2020-03-09 18:49:44 +01:00
Jörg Thalheim
9f55c5e37c
Merge pull request #48434 from lschuermann/libusb-mirror
libusb-compat: 0.1.5 -> 0.1.7 && change libusb source to GitHub
2020-03-09 10:30:33 +00:00
Mario Rodas
824635fa61
Merge pull request #82025 from r-ryantm/auto-update/libseccomp
libseccomp: 2.4.2 -> 2.4.3
2020-03-08 21:03:48 -05:00
Jan Tojnar
71a76a4ee5
Merge pull request #82024 from r-ryantm/auto-update/libical
libical: 3.0.7 -> 3.0.8
2020-03-08 21:52:45 +01:00
Leon Schuermann
aa63d51a34 libusb: build from source instead of release tarball 2020-03-08 20:15:03 +01:00
Leon Schuermann
54bab3faaf libusb-compat: 0.1.5 -> 0.1.7
Also, change the source repository to the GitHub repository pointed to by the
official website.
2020-03-08 19:38:50 +01:00
R. RyanTM
8d612a3b53 libgme: 0.6.2 -> 0.6.3 2020-03-08 17:24:40 +00:00
Thomas Tuegel
65d5cc1499
Merge pull request #81869 from r-ryantm/auto-update/cmake
cmake: 3.16.4 -> 3.16.5
2020-03-08 05:32:54 -05:00
Frederik Rietdijk
0eb0ddc4db Merge staging-next into master 2020-03-08 08:11:01 +01:00
Ryan Mulligan
6b6f9d769a
Merge pull request #81878 from r-ryantm/auto-update/dpic
dpic: 2019.11.30 -> 2020.03.01
2020-03-07 21:23:09 -08:00
John Ericson
5c4dd08a03
Merge pull request #81191 from clkamp/stdenv-multi-line-libc-cflags
stdenv: Fix gcc multi line libc-cflags
2020-03-07 21:28:33 -05:00
Dennis Gosnell
25f451a444
Merge pull request #82002 from LnL7/vaultenv
vaultenv: fix build
2020-03-08 11:01:23 +09:00
Michele Guerini Rocco
08cc4cd702
Merge pull request #81932 from lsix/update-notable-license
notable: update license to unfree
2020-03-08 01:52:37 +01:00
Léo Gaspard
7d514dab57
Merge pull request #81987 from bhipple/u/rust-cargo-gir-rs
gir-rs: upgrade cargo fetcher and cargoSha256
2020-03-08 00:05:07 +01:00
Graham Christensen
47a7741cb2
Merge pull request #80497 from lopsided98/bootstrap-libssp
make-bootstrap-tools: add libssp to allow stack protector to work
2020-03-07 17:51:09 -05:00
lewo
ae68f39544
Merge pull request #81935 from r-ryantm/auto-update/newlib
newlib: 3.1.0 -> 3.3.0
2020-03-07 23:08:11 +01:00
Maximilian Bosch
88b16119c1
wasm-bindgen-cli: 0.2.58 -> 0.2.59 2020-03-07 23:03:28 +01:00
R. RyanTM
051637db09 libseccomp: 2.4.2 -> 2.4.3 2020-03-07 21:36:50 +00:00
R. RyanTM
d985dc8e16 libical: 3.0.7 -> 3.0.8 2020-03-07 21:25:02 +00:00
Vincent Laporte
db4ccde60d ocamlPackages.ppx_import: 1.5-3 → 1.7.1
Support for OCaml ≥ 4.08
2020-03-07 21:44:03 +01:00
Edmund Wu
805e068059
eigen: fetch source from gitlab 2020-03-07 15:33:19 -05:00
Alvar
b330620054
golangci-lint: 1.23.7 -> 1.23.8 (#82010) 2020-03-07 12:30:23 -08:00
Michael Weiss
01db31c4d7
signal-desktop: 1.32.0 -> 1.32.1 2020-03-07 21:06:23 +01:00
Mat Marini
0f9179137c
kubie: init at 0.7.1 2020-03-07 20:56:05 +01:00
Mario Rodas
9d44f2fb55
Merge pull request #81679 from colemickens/nixpkgs-stem
pythonPackages.stem: 1.7.1 -> 1.8.0
2020-03-07 14:19:14 -05:00
Jan Tojnar
065b6d3ce4
Merge pull request #82001 from jtojnar/fwupd-1.3.9
fwupd: 1.3.8 → 1.3.9
2020-03-07 19:58:13 +01:00
Dmitry Kalinkin
a2437c37af
Merge pull request #71251 from hyperfekt/vscode-insiders-extensions
vscode-with-extensions: fix insiders build
2020-03-07 13:33:07 -05:00
Dmitry Kalinkin
93745d243b
Merge pull request #79488 from danielfullmer/zoneminder-1.34.2
zoneminder: 1.32.3 -> 1.34.3
2020-03-07 13:25:17 -05:00
Daiderd Jordan
bdd16df074
vaultenv: fix build
Don't hard fail on warnings, having eg. some redundant imports is fine.
2020-03-07 19:02:58 +01:00
Daniel Fullmer
ce34b927e0 zoneminder: add patch to fix improper caching 2020-03-07 12:59:39 -05:00
Daniel Fullmer
630de551ef zoneminder: fix timezone detection 2020-03-07 12:59:39 -05:00
Daniel Fullmer
2685e457d3 zoneminder: 1.32.3 -> 1.34.3 2020-03-07 12:59:36 -05:00
Jan Tojnar
d6d660d996
fwupd: 1.3.8 → 1.3.9
https://github.com/fwupd/fwupd/blob/1.3.9/data/org.freedesktop.fwupd.metainfo.xml#L38-L63
2020-03-07 18:57:31 +01:00
Mario Rodas
c5e223e120
Merge pull request #80707 from uosis/ammonite
ammonite: fix source reference to allow dynamic binding
2020-03-07 12:13:26 -05:00
Ryan Mulligan
32a7992874
Merge pull request #81960 from r-ryantm/auto-update/profile-sync-daemon
profile-sync-daemon: 6.35 -> 6.36
2020-03-07 09:10:22 -08:00
Mario Rodas
a287a87e19
Merge pull request #81973 from r-ryantm/auto-update/python3.7-pyftdi
python37Packages.pyftdi: 0.42.2 -> 0.44.2
2020-03-07 12:08:30 -05:00
Benjamin Hipple
4a2f72f7c2 gir-rs: upgrade cargo fetcher and cargoSha256 2020-03-07 11:12:32 -05:00
Benjamin Hipple
072a3bda78 ghc: consistent downloads.haskell.org src URLs
Consistency is good in general and these seem to work just as well as the
others, but it also helps with blacklisting package updates, as in:
https://github.com/ryantm/nixpkgs-update/pull/160
2020-03-07 10:28:06 -05:00
Maximilian Bosch
39fe57fea3
Merge pull request #81977 from bhipple/u/rust-cargo-prometheus-wireguard-exporter
prometheus-wireguard-exporter: upgrade cargo fetcher and cargoSha256
2020-03-07 16:25:08 +01:00
markuskowa
f1c7d10574
Merge pull request #80569 from r-ryantm/auto-update/fava
fava: 1.12 -> 1.13
2020-03-07 16:19:48 +01:00
markuskowa
2100306071
Merge pull request #81756 from r-ryantm/auto-update/clipgrab
clipgrab: 3.8.7 -> 3.8.11
2020-03-07 16:06:18 +01:00
markuskowa
c33bebc6aa
Merge pull request #81892 from r-ryantm/auto-update/recursive
recursive: 1.042 -> 1.043
2020-03-07 16:05:03 +01:00
markuskowa
1ee52aea6a
Merge pull request #81461 from sikmir/gpxsee
gpxsee: 7.22 -> 7.25
2020-03-07 16:04:30 +01:00