Commit Graph
224876 Commits
Author SHA1 Message Date
Mario RodasandGitHub 3dca1ffee8 Merge pull request #86732 from filalex77/emplace-0.2.21
emplace: 0.2.19 -> 0.2.21
2020-05-04 20:20:24 -05:00
Mario RodasandGitHub cf8d69de70 Merge pull request #86855 from zowoq/shfmt
shfmt: 3.1.0 -> 3.1.1
2020-05-04 20:19:12 -05:00
Mario RodasandGitHub d43d8a213b Merge pull request #86862 from r-ryantm/auto-update/git-trim
gitAndTools.git-trim: 0.3.1 -> 0.3.2
2020-05-04 20:18:11 -05:00
R. RyanTM c58ad04ff0 fetchmail: 6.4.3 -> 6.4.4 2020-05-05 00:53:47 +00:00
R. RyanTM 6e5b3c9aed gitAndTools.git-trim: 0.3.1 -> 0.3.2 2020-05-05 00:47:07 +00:00
adisbladisandGitHub 18e8718ffd Merge pull request #86830 from adisbladis/podman-wrapper-outputs
podman: Don't symlink the $bin output
2020-05-05 02:41:42 +02:00
Ricardo Ardissone a55b736a65 nixos/hostapd: conditionally enable ieee80211d 2020-05-04 21:28:56 -03:00
adisbladis 7c77e6d988 podman: Link directly to podman.man instead of maping over outputs
This seems brittle and fails on Hydra / OfBorg but not locally.
2020-05-05 00:47:42 +01:00
zowoq a7462dfa13 shfmt: 3.1.0 -> 3.1.1
https://github.com/mvdan/sh/releases/tag/v3.1.1
2020-05-05 09:35:55 +10:00
André-Patrick Bubel a6582425f8 joplin-desktop: 1.0.200 -> 1.0.201
https://github.com/laurent22/joplin/releases/tag/v1.0.201
2020-05-05 00:57:22 +02:00
adisbladisandGitHub be3387abef Merge pull request #86847 from r-ryantm/auto-update/entr
entr: 4.4 -> 4.5
2020-05-05 00:37:11 +02:00
R. RyanTM 3ab8762b06 entr: 4.4 -> 4.5 2020-05-04 21:40:16 +00:00
adisbladis b346e1d444 podman: Don't symlink the $bin output
If we do it propagates and ends up in $PATH inside nix-shell
2020-05-04 22:20:00 +01:00
Linus Heckemann f62e2b24c3 superTuxKart: use assets directly from download
This saves ~600MiB per STK build, as long as the assets remain the same.
2020-05-04 22:56:39 +02:00
Sarah BrofeldtandGitHub ed755a6557 Merge pull request #86832 from misuzu/kmon-update
kmon: 1.1.0 -> 1.2.0
2020-05-04 22:38:53 +02:00
hlolli a8a2337c15 lumo 1.10.1: fix missing npm dependency 2020-05-04 22:17:10 +02:00
Sarah BrofeldtandGitHub 2e3ae54117 Merge pull request #86823 from tshaynik/fix/linode-cli-bad-hash
linode-cli: Fix sha256 hash for openapi spec
2020-05-04 22:16:32 +02:00
Vincent LaporteandVincent Laporte 0db2daa900 ocamlPackages.async_find: remove at 111.28.00
This is a legacy version for OCaml 4.02
2020-05-04 22:11:50 +02:00
Daniel KT 362a0a2eea linode-cli: pin linode openapi version
Pull linode openapi spec from a fixed version in github, and so the
sha256 hash will not break on each new release of the api spec.

Replaced the hash for the openapi spec with a working hash.

Attempting to install linode-cli was failing, with the following
message:

hash mismatch in fixed-output derivation '/nix/store/px3cdbcb84bvw6xslr1k6hszyxpdis6j-openapi.yaml':
  wanted: sha256:1l2fahdcmv7sp1qkwr5nv2vls8fypvlybwylqfzhyjmn7jqkw4hq
  got:    sha256:03ngzbq24zazfqmfd7xjmxixkcb9vv1jgamplsj633j7sjj708s0
cannot build derivation '/nix/store/49xrq47id66kwszyaqg1qapknc3i8mmx-linode-cli-2.14.1.drv': 1 dependencies couldn't be built
2020-05-04 16:08:56 -04:00
R. RyanTM 6967ad7185 criu: 3.13 -> 3.14 2020-05-04 20:06:29 +00:00
misuzu 7d19b893d4 kmon: 1.1.0 -> 1.2.0 2020-05-04 23:06:13 +03:00
Rick van Schijndel 416c891461 aflplusplus: 2.59c -> 2.64c
Updated together with maintainers.ris / @risicle.
2020-05-04 21:56:49 +02:00
Rick van Schijndel 9a15100ca1 maintainers: add myself to list 2020-05-04 21:56:49 +02:00
Ramzi Ben Yahya 00d4ce01de lisp-modules: fix missing && after test command 2020-05-04 21:55:21 +02:00
zowoqandadisbladis a677738a23 podman: use $out instead of $bin with buildGoPackage 2020-05-04 20:55:21 +01:00
R. RyanTM 4748748f12 bmake: 20200318 -> 20200402 2020-05-04 19:43:52 +00:00
Sarah BrofeldtandGitHub 9d0e9423a8 Merge pull request #86189 from Mic92/blsd
blsd: remove
2020-05-04 21:40:44 +02:00
Cole HelblingandProfpatsch a17630204a fish: fix and enable fishConfig test
`nix-build -A fish.tests.fishConfig` will now test that the
`fish_config` tool would start up properly. Previously, this test was
effectively disabled due to `withTests` being stubbed out.

I don't think this test ever truly worked, because the generated
temporary file would be cleaned up automatically (or maybe this
"automatically" changed between versions). The solution to this is to
add `delete=False` to the `NamedTemporaryFile` function call, to keep
the temporary file around in order to grep its contents for the expected
output.
2020-05-04 21:31:59 +02:00
Jörg ThalheimandGitHub 5cf57c4679 Merge pull request #86794 from r-ryantm/auto-update/cherrytree
cherrytree: 0.39.2 -> 0.39.3
2020-05-04 20:16:14 +01:00
R. RyanTMandBjørn Forsman 1fbb393143 python27Packages.autopep8: 1.5.1 -> 1.5.2 2020-05-04 21:06:42 +02:00
Edmund Wu f1e3278849 nixFlakes: 2.4pre20200403_3473b19 -> 2.4pre20200501_941f952 2020-05-04 14:51:04 -04:00
R. RyanTM e13140dc75 copyq: 3.10.0 -> 3.11.0 2020-05-04 18:47:07 +00:00
R. RyanTM 55e40ed1db closurecompiler: 20200315 -> 20200406 2020-05-04 18:15:39 +00:00
Doron Behar e31b4c313b opencv: rename and default to opencv4 2020-05-04 20:42:46 +03:00
José Romildo Malaquias 593c6247ab deepin: redefine updateScript to use genericUpdater 2020-05-04 14:39:54 -03:00
José Romildo Malaquias 6783884389 deepin: format with nixpkgs-fmt 2020-05-04 14:39:25 -03:00
José Romildo Malaquias 8bceb7c876 genericUpdater: add attribute argument to ignore some versions 2020-05-04 14:33:03 -03:00
Oleksii Filonenko ee76d62845 caddy2: 2.0.0-rc.3 -> 2.0.0 2020-05-04 17:13:56 +00:00
Jörg ThalheimandGitHub d3dc37ac77 Merge pull request #86792 from r-ryantm/auto-update/autorandr 2020-05-04 18:01:22 +01:00
Jörg ThalheimandGitHub 176568aa8d Merge pull request #86501 from LibreCybernetics/upgrade-patchwork 2020-05-04 17:58:01 +01:00
R. RyanTM 8a4fcfd487 ceph: 14.2.8 -> 14.2.9 2020-05-04 16:39:18 +00:00
Jonathan RingerandJon 5959a5b70b powershell: enable darwin install 2020-05-04 09:25:36 -07:00
SandJon b5bd353ec1 powershell: 6.2.3 -> 7.0.0
Package and openssl dependency version bump and cascading changes.
2020-05-04 09:25:36 -07:00
Jörg ThalheimandGitHub c5bcac2999 Merge pull request #86779 from r-ryantm/auto-update/bcc
linuxPackages_hardened.bcc: 0.13.0 -> 0.14.0
2020-05-04 17:01:22 +01:00
R. RyanTM d138552e95 cherrytree: 0.39.2 -> 0.39.3 2020-05-04 16:00:44 +00:00
Andreas Rammhold 8996273bee firefox-devedition-bin: 76.0b4 -> 76.0b8 2020-05-04 17:46:12 +02:00
R. RyanTM 59944f5782 autorandr: 1.9 -> 1.10 2020-05-04 15:44:31 +00:00
Jörg ThalheimandGitHub 2b08905cae Merge pull request #85603 from parthy/edk2-macos
edk2: Support build on macOS
2020-05-04 16:41:00 +01:00
Andreas Rammhold f3cc8dc6fa firefox-esr-68: 68.7.0esr -> 68.8.0esr 2020-05-04 17:29:37 +02:00
Andreas Rammhold c186bc893f firefox-beta-bin: 76.0b4 -> 76.0b8 2020-05-04 17:29:14 +02:00