Commit Graph

6469 Commits

Author SHA1 Message Date
Benjamin Hipple
e85e257ad9 fzf: fix patch for vim plugin; enable tests; avoid direct $src… (#79575)
It was previously referencing `$bin`, but this package no longer produces a
`bin` output, just `out` and `share`. Updated to make the comparison check a bit
more robust.

Also updated to avoid direct dependency on the `$src` directory out of the nix
store, instead using the processed src setup in the unpackPhase. This provides a
cleaner abstraction between the build/install phase and the input src phase, and
avoids an unnecessary dependency on whether the source disted tarball comes from
`fetchFromGitHub` (in which case it's an unpacked directory) or something like
`fetchurl`. In either case, stdenv is responsible for processing the input `src`
and setting up a clean build dir for us, so we should use that.

This produces an equivalent directory tree, except that the vim plugin is no
longer broken.
2020-02-09 15:43:22 -08:00
Frederik Rietdijk
3846896084 Merge pull request #79293 from NixOS/staging-next
Staging next (with glibc 2.30)
2020-02-09 16:40:16 +01:00
Mario Rodas
9910bc0713
Merge pull request #79584 from r-ryantm/auto-update/parallel
parallel: 20191222 -> 20200122
2020-02-09 07:16:10 -05:00
koral
393ad5c322 clipman: 1.2.0 -> unstable-2019-12-10 2020-02-09 13:02:21 +01:00
Frederik Rietdijk
531a48ebdb Merge master into staging-next 2020-02-09 11:00:29 +01:00
Mario Rodas
bc2336898f
broot: 0.12.2 -> 0.13.1 (#79565)
Changelog:
  - https://github.com/Canop/broot/releases/tag/v0.13.0
  - https://github.com/Canop/broot/releases/tag/v0.13.1
2020-02-09 10:10:57 +01:00
Frederik Rietdijk
03755ed59a Merge master into staging-next 2020-02-09 09:17:51 +01:00
R. RyanTM
6fea64203d parallel: 20191222 -> 20200122 2020-02-09 03:44:47 +00:00
Mario Rodas
8bed05af83 Merge pull request #79398 from r-ryantm/auto-update/wakatime
wakatime: 13.0.3 -> 13.0.4
2020-02-08 10:53:06 -05:00
Mario Rodas
44470158a2
Merge pull request #79463 from r-ryantm/auto-update/opentsdb
opentsdb: 2.3.1 -> 2.4.0
2020-02-08 10:47:48 -05:00
Mario Rodas
724c7985f1
Merge pull request #79367 from r-ryantm/auto-update/tmux-xpanes
tmux-xpanes: 4.1.0 -> 4.1.1
2020-02-08 10:42:44 -05:00
Mario Rodas
3f198eeadc
Merge pull request #79501 from r-ryantm/auto-update/diffoscope
diffoscope: 135 -> 136
2020-02-08 06:24:48 -05:00
R. RyanTM
6c19dae163 diffoscope: 135 -> 136 2020-02-08 04:01:24 +00:00
Joe Hermaszewski
e978d20fd2 opencorsairlink: init at 2019-12-23 2020-02-08 11:57:49 +08:00
Lancelot SIX
b8e5c02ec4
Merge pull request #79415 from r-ryantm/auto-update/dateutils
dateutils: 0.4.6 -> 0.4.7
2020-02-07 20:01:52 +01:00
Frederik Rietdijk
30f0909e3a Merge master into staging-next 2020-02-07 19:27:52 +01:00
R. RyanTM
c3a7cd24f1 opentsdb: 2.3.1 -> 2.4.0 2020-02-07 16:06:29 +00:00
Ryan Mulligan
5aaaadd3e6
Merge pull request #79417 from r-ryantm/auto-update/bash_unit
bash_unit: 1.6.1 -> 1.7.1
2020-02-07 05:08:36 -08:00
rnhmjoj
8784637f12
bdf2psf: fix for cross compilation 2020-02-07 10:02:17 +01:00
R. RyanTM
54135964b0 bash_unit: 1.6.1 -> 1.7.1 2020-02-07 06:02:27 +00:00
R. RyanTM
1bc3146229 dateutils: 0.4.6 -> 0.4.7 2020-02-07 04:58:44 +00:00
R. RyanTM
d1dde0a145 wakatime: 13.0.3 -> 13.0.4 2020-02-06 23:28:59 +00:00
R. RyanTM
1cb1a8a37f topgrade: 3.7.1 -> 3.9.0 2020-02-06 21:54:46 +00:00
Frederik Rietdijk
38cf6eac19 Merge master into staging-next 2020-02-06 19:43:36 +01:00
R. RyanTM
5d190f837a tmux-xpanes: 4.1.0 -> 4.1.1 2020-02-06 16:25:26 +00:00
Maximilian Bosch
bead83efa5
starship: 0.33.1 -> 0.35.1
Closes #79282
Co-authored-by: Oleksii Filonenko <brightone@protonmail.com>
2020-02-06 17:18:26 +01:00
Lancelot SIX
dd3814abc6 screen: 4.7.0 -> 4.8.0
See https://lists.gnu.org/archive/html/info-gnu/2020-02/msg00003.html
for release information
2020-02-05 23:58:17 +01:00
Frederik Rietdijk
292fd97f67 Merge staging-next into staging 2020-02-05 20:48:28 +01:00
Frederik Rietdijk
419bc0a4cd Revert "Revert "Merge master into staging-next""
In 87a19e9048 I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979. This was however wrong, as it "removed" master.

This reverts commit 0be87c7979.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk
0be87c7979 Revert "Merge master into staging-next"
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048.

This reverts commit ac241fb7a5, reversing
changes made to 76a439239e.
2020-02-05 19:18:35 +01:00
Vladimír Čunát
48a997cd76
Merge #66528: glibc: 2.27 -> 2.30 (into staging)
Includes update of stdenv bootstap tools (for three main platforms)
and many package fixes with new glibc.
2020-02-05 13:41:09 +01:00
Leonhard Markert
42a2668eb0 lorri: unstable-2020-01-09 -> 1.0 2020-02-05 12:12:02 +01:00
Florian Klink
2ec5c4adf9
Merge pull request #79244 from r-ryantm/auto-update/yubico-piv-tool
yubico-piv-tool: 1.7.0 -> 2.0.0
2020-02-05 01:11:40 +01:00
R. RyanTM
25f50a9197 yubico-piv-tool: 1.7.0 -> 2.0.0 2020-02-04 23:44:36 +00:00
Markus Kowalewski
b8fb5ddaf6
snapper: 0.8.8 -> 0.8.9 2020-02-04 22:52:34 +01:00
Mario Rodas
01b1c16ae2
Merge pull request #79045 from fadenb/graylog_3.2.0
graylog: 3.1.4 -> 3.2.0
2020-02-03 22:15:20 -05:00
Linus Heckemann
2df6898bb5
Merge pull request #79020 from helsinki-systems/wimboot-init
wimboot: Init at 2.6.0
2020-02-03 08:11:31 +01:00
Markus Schneider
b48e761b2c
mons: init at 20200107 (#79000)
Co-authored-by: mschneiderwng <mschneider@linkdot.org>
2020-02-02 21:37:57 +01:00
Frederik Rietdijk
c195ef6aab
Merge pull request #78928 from NixOS/staging-next
Staging next
2020-02-02 15:35:18 +01:00
worldofpeace
edbf5d86e1
Merge pull request #76843 from jakobrs/os-prober-dep
os-prober: add missing dmraid, lvm2 dependencies
2020-02-01 19:34:20 -05:00
Marek Mahut
b0a9cc0567
Merge pull request #78983 from marsam/update-chezmoi
chezmoi: 1.7.10 -> 1.7.12
2020-02-01 23:29:20 +01:00
Tristan Helmich (omniIT)
e77a866caa graylog: 3.1.4 -> 3.2.0 2020-02-01 21:38:42 +00:00
Marek Mahut
13d81e6b52 trac: disabling pygments tests 2020-02-01 18:18:29 +01:00
Janne Heß
f1221507f3 wimboot: Init at 2.6.0 2020-02-01 17:57:17 +01:00
Maximilian Bosch
ea8ae88f04
Merge branch 'staging' into glibc230 2020-02-01 17:42:03 +01:00
Maximilian Bosch
ca7a3c8623
kermit: mark as broken
Uses internal API of the _IO_FILE struct which breaks with glibc-2.30.
Also there's no release since 2011.
2020-02-01 17:24:49 +01:00
Maximilian Bosch
5ff0b0f2a3
Merge pull request #78864 from avdv/yubikey-manager-qt-1.1.4
yubikey-manager-qt: 1.1.3 -> 1.1.4
2020-02-01 12:21:31 +01:00
Maximilian Bosch
56dd9559dd
Merge pull request #78982 from r-ryantm/auto-update/latex2html
latex2html: 2019.2 -> 2020
2020-02-01 09:30:03 +01:00
R. RyanTM
afd0330e6f latex2html: 2019.2 -> 2020 2020-02-01 04:03:41 +00:00
Maximilian Bosch
056dc16463
idutils: mark as broken
Last release was in 2012, package is unmaintained and build system is
pretty old, so we can't just replace the ancient gnulib with a newer
version without further hassle.
2020-01-31 19:07:08 +01:00
Mario Rodas
e85996d3eb
chezmoi: 1.7.10 -> 1.7.12 2020-01-31 04:20:00 -05:00
Mario Rodas
bc5f6ff819
broot: 0.12.0 -> 0.12.2 2020-01-31 04:20:00 -05:00
R. RyanTM
55dcf5dbbd you-get: 0.4.1355 -> 0.4.1388 2020-01-30 22:03:30 -08:00
Frederik Rietdijk
5cc0468a20 Merge staging into staging-next 2020-01-31 00:16:31 +01:00
Claudio Bley
6a043cacab yubikey-manager-qt: 1.1.3 -> 1.1.4 2020-01-30 16:13:03 +01:00
Evan Stoll
776ad2f133
silicon: init at 0.3.0 2020-01-29 19:28:24 -05:00
Rickard Nilsson
28f2dcc8b7 pkgs/coreutils: Disable the df skip-rootfs test
In the sandbox built for https://nixbuild.net, the coreutils build fails
because a failure in the df skip-rootfs test. The test failure is triggered by
the existance of a rootfs file system. However, I think that the test is faulty,
and I have reported it upstream in
https://lists.gnu.org/archive/html/bug-coreutils/2019-12/msg00000.html.

Disabling the test makes the coreutils build work in the nixbuild.net sandbox,
and I can't think of any negative impact disabling it can have. In normal nix
setups and in the normal nix sandbox, this test is not exercised anyway, since
there is no rootfs visible.
2020-01-29 09:05:03 +01:00
zimbatm
be52945974
direnv: 2.21.1 -> 2.21.2 2020-01-28 20:59:44 +01:00
Maximilian Bosch
6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
Maximilian Bosch
57d1caf9f6
ttyrec: mark as broken
Requires svr4-specific stuff to work around "out of ptys"-error[1],
however this API has been dropped in glibc 2.30 and as the package is
fairly old, there doesn't seem to be an actual fix available.

[1] https://github.com/mjording/ttyrec/pull/2
2020-01-28 14:30:31 +01:00
Frederik Rietdijk
dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Peter Hoeg
291dac48cf
Merge pull request #78349 from peterhoeg/fix_mc
mc: /bin/rm does not exist
2020-01-27 23:37:45 +08:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Niklas Hambüchen
58480f5c90
Merge pull request #78577 from leo60228/idevicerestore-2019-12-26
libirecovery: 2019-01-28 -> 2020-01-14, idevicerestore: 2019-02-14 -> 2019-12-26
2020-01-27 13:58:09 +01:00
Niklas Hambüchen
34c4d3b627
Merge pull request #78580 from r-ryantm/auto-update/gparted
gparted: 1.0.0 -> 1.1.0
2020-01-27 13:53:20 +01:00
Will Dietz
fbc7d27ebc
Merge pull request #77864 from dtzWill/feature/lcdf-typetools
lcdf-typetools: init at 2.108
2020-01-26 16:51:17 -06:00
R. RyanTM
98f4200a0d gparted: 1.0.0 -> 1.1.0 2020-01-26 22:10:50 +00:00
leo60228
f97a152d44 idevicerestore: 2019-02-14 -> 2019-12-26 2020-01-26 16:37:18 -05:00
Maximilian Bosch
5e9d926fa3
termtosvg: 1.0.0 -> 1.1.0 2020-01-26 19:33:26 +01:00
Mario Rodas
8d44794961
Merge pull request #78550 from r-ryantm/auto-update/z-lua
z-lua: 1.7.3 -> 1.7.4
2020-01-26 10:13:02 -05:00
R. RyanTM
2b11759d89 z-lua: 1.7.3 -> 1.7.4 2020-01-26 14:12:28 +00:00
zimbatm
61c9405d4c
direnv: 2.21.0 -> 2.21.1 2020-01-26 14:23:32 +01:00
Austin Seipp
20bbe6cba6
vector: 0.6.0 -> 0.7.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-01-25 15:35:25 -06:00
zimbatm
55250aae72
direnv: 2.20.1 -> 2.21.0 2020-01-25 16:09:45 +01:00
Niklas Hambüchen
f56ca2599d
Merge pull request #78433 from arcnmx/pr-ytdl-update
youtube-dl: 2020.01.15 -> 2020.01.24
2020-01-25 04:03:06 +01:00
Mario Rodas
4dbdc31330
Merge pull request #78262 from r-ryantm/auto-update/plantuml
plantuml: 1.2019.13 -> 1.2020.0
2020-01-24 18:37:59 -05:00
Alyssa Ross
5e4c494636 execline: wrap unconditionally; strip
I don't think there's any situation in which an unwrapped execlineb is
useful -- if you want to use different versions of the execlineb tool
it'll still prefer ones in PATH.  At the same time, implementing the
wrapper in this way, as a series of two derivations, meant that we
didn't get stdenv goodness for the wrapper.  This meant that, for
example, the wrapper was not stripped, and so execline ended up with
runtime dependencies on gcc and the Linux headers.  I don't want to
have to reimplement this sort of stuff when it's already in stdenv,
and so it makes much more sense to create the wrapper in the
mkDerivation call, where all of stdenv's normal magic will find it.
2020-01-24 21:04:32 +01:00
arcnmx
e0e2fd849a youtube-dl: 2020.01.15 -> 2020.01.24 2020-01-24 11:32:19 -08:00
Mario Rodas
c4b458fa53 mutagen: 0.10.2 -> 0.10.3
Changelog: https://github.com/mutagen-io/mutagen/releases/tag/v0.10.3
2020-01-24 02:05:08 -08:00
Maximilian Bosch
eddfcc32b4
Merge branch 'staging' into glibc230 2020-01-23 11:31:13 +01:00
Mario Rodas
dfaae48381
broot: 0.11.9 -> 0.12.0 2020-01-23 04:20:00 -05:00
Peter Hoeg
e527dc62d7 mc: /bin/rm does not exist 2020-01-23 17:08:35 +08:00
Maximilian Bosch
9646fafc5d
expect: remove hack for aarch64 build
Not sure if I missed something or the issue got fixed later, but it's
not needed anymore to pass a `--build` flag to the configure script on
aarch64.

The autoreconfHooks are still needed for expect and bzip2.
2020-01-23 00:21:21 +01:00
Rakesh Gupta
f82528a92b updated version to 1.20.1 2020-01-22 17:46:42 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM
c9c3b9d602 plantuml: 1.2019.13 -> 1.2020.0 2020-01-22 10:15:38 +00:00
Mario Rodas
9613cc8104
Merge pull request #78230 from r-ryantm/auto-update/mcfly
mcfly: 0.3.1 -> 0.3.6
2020-01-22 05:04:30 -05:00
zimbatm
546fe02875
h: init at 1.0.0 (#78017)
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-22 09:49:54 +00:00
Mario Rodas
a06cbffd16
mcfly: enable on darwin 2020-01-21 23:00:00 -05:00
R. RyanTM
10b05a9b77
mcfly: 0.3.1 -> 0.3.6 2020-01-21 23:05:22 -05:00
Mario Rodas
8500d560a4
Merge pull request #76367 from r-ryantm/auto-update/pspg
pspg: 2.6.0 -> 2.6.4
2020-01-21 20:01:54 -05:00
Mario Rodas
9e6868b782
Merge pull request #78071 from r-ryantm/auto-update/diffoscope
diffoscope: 133 -> 135
2020-01-21 18:30:26 -05:00
Mario Rodas
e4ba0822a5
Merge pull request #78064 from marsam/init-mutagen
mutagen: init at 0.10.2
2020-01-21 18:27:37 -05:00
Silvan Mosberger
cb8ba82f15
sta: init at 2016-01-25 2020-01-21 15:30:55 +01:00
Mario Rodas
8af54fcfae
pspg: enable on darwin 2020-01-21 04:20:00 -05:00
Mario Rodas
64699cadea
pspg: 2.6.4 -> 2.6.6 2020-01-21 04:20:00 -05:00
lewo
5c50fe54a6
Merge pull request #78114 from cust0dian/tmuxinator-1.1.4
tmuxinator: 1.1.0 -> 1.1.4
2020-01-21 08:40:33 +01:00
Michael Weiss
4a7f07e2b9
html-proofer: 3.15.0 -> 3.15.1 2020-01-20 21:50:19 +01:00
Serg Nesterov
d1e502ba7e
tmuxinator: 1.1.0 -> 1.1.4 2020-01-20 19:59:53 +03:00
Mario Rodas
7c2a51cdf1 du-dust: 0.4.2 -> 0.4.4 2020-01-20 16:06:37 +01:00
Noah Loomans
79cf2c25fb hakuneko: 5.0.8 -> 6.1.7 2020-01-20 15:40:50 +01:00
Maximilian Bosch
d06b5daac1
Merge pull request #78086 from r-ryantm/auto-update/graylog
graylog: 3.1.3 -> 3.1.4
2020-01-20 13:53:18 +01:00
R. RyanTM
0928c40c29 graylog: 3.1.3 -> 3.1.4 2020-01-20 08:51:55 +00:00
R. RyanTM
cc1bed5919 diffoscope: 133 -> 135 2020-01-20 03:48:35 +00:00
Mario Rodas
5b55493939
Merge pull request #77895 from r-ryantm/auto-update/pipreqs
pipreqs: 0.4.9 -> 0.4.10
2020-01-19 08:43:11 -05:00
Mario Rodas
ee3458392b
Merge pull request #77916 from r-ryantm/auto-update/wakatime
wakatime: 13.0.2 -> 13.0.3
2020-01-17 17:06:18 -05:00
worldofpeace
d165c28984
Merge pull request #77923 from Synthetica9/version-formats
various: fix version formatting
2020-01-17 14:04:19 -05:00
worldofpeace
a1628d9805
Merge pull request #77811 from jluttine/fix-yle-dl-setuptools
yle-dl: add setuptools dependency
2020-01-17 13:43:07 -05:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Will Dietz
f0ce34634a
Merge pull request #77862 from dtzWill/update/broot-0.11.9
broot: 0.11.8 -> 0.11.9, verifyCargoDeps
2020-01-17 09:34:38 -06:00
R. RyanTM
9584607d52 wakatime: 13.0.2 -> 13.0.3 2020-01-17 12:23:54 +00:00
Marek Mahut
e62408bbff
Merge pull request #77873 from r-ryantm/auto-update/fsmon
fsmon: 1.5 -> 1.6.1
2020-01-17 10:55:28 +01:00
R. RyanTM
702dd2573b pipreqs: 0.4.9 -> 0.4.10 2020-01-17 09:52:29 +00:00
R. RyanTM
9d35bc0cdf fsmon: 1.5 -> 1.6.1 2020-01-17 06:01:30 +00:00
Will Dietz
afdfd68afa
lcdf-typetools: init at 2.108 2020-01-16 22:44:30 -06:00
Will Dietz
567655c200
broot: 0.11.8 -> 0.11.9, verifyCargoDeps
https://github.com/Canop/broot/releases/tag/v0.11.9
2020-01-16 22:38:12 -06:00
Wael Nasreddine
2628f20267
topgrade: fix, add darwin Foundation framework (#77700)
topgrade: fix, add darwin Foundation framework
2020-01-16 18:25:16 -08:00
Will Dietz
81aafb22ff
Merge pull request #77697 from dtzWill/fix/pfetch-minor-dontbuild-touchup
pfetch: dontbuild -> dontBuild, installPhase touchup, stdenvNoCC
2020-01-16 17:43:47 -06:00
Will Dietz
e2cf972dd9 vmtouch: 1.3.0 -> 1.3.1
Also fixup pname/name, and drop '-git-' in the middle of the two.
(missed when moving off git revisions)
2020-01-16 21:38:47 +00:00
Patrick Hilhorst
f8eb39bc3b
mcfly: correctly format version 2020-01-16 20:33:13 +01:00
Hugo Reeves
212e7ea2f1
topgrade: add maintainer, hugoreeves 2020-01-17 07:08:43 +13:00
Hugo Reeves
8bef4113ce
topgrade: fix, add darwin Foundation framework 2020-01-17 07:07:29 +13:00
Renaud
404d9529e1 jdupes: 1.13.2 -> 1.14.0 2020-01-16 16:55:50 +00:00
Will Dietz
6daba66152 txr: 230 -> 231
Drop header fixup, release notes indicate this was fixed.
2020-01-16 16:54:04 +00:00
Mario Rodas
a2f1215b2b
Merge pull request #77809 from davidtwco/starship-0.33.1
starship: 0.33.0 -> 0.33.1
2020-01-16 08:03:44 -05:00
Bjørn Forsman
acca4bcbe5
Merge pull request #77775 from dtzWill/fix/fpart-musl-fts
fpart: fts (fix w/musl)
2020-01-16 13:15:03 +01:00
Jaakko Luttinen
080da6a65f
yle-dl: add setuptools dependency
yle-dl was failing with the following error:

  ImportError: No module named pkg_resources

Adding setuptools to propagatedBuildInputs fixes this issue.
2020-01-16 13:09:01 +02:00
David Wood
ab648a8955
starship: 0.33.0 -> 0.33.1 2020-01-16 10:09:44 +00:00
Maximilian Bosch
d5e9b7d5a7
Merge pull request #77713 from xrelkd/update/youtube-dl
youtube-dl: 2019.12.25 -> 2020.01.15
2020-01-16 03:59:00 +01:00
Mario Rodas
588e1c61cb
Merge pull request #77717 from marsam/update-fluent-bit
fluent-bit: 1.3.5 -> 1.3.6
2020-01-15 20:00:10 -05:00
Mario Rodas
6d24724adc
Merge pull request #77728 from dywedir/skim
skim: 0.6.9 -> 0.7.0
2020-01-15 19:30:00 -05:00
Silvan Mosberger
fbbe3f9b7e
Merge pull request #75172 from ivan/libimobiledevice-bump
libimobiledevice: 2019-04-04 -> 2019-11-29, usbmuxd: 2019-03-05 -> 2019-11-11
2020-01-15 18:31:41 +01:00
Will Dietz
5c4bebfd66
fpart: fts (fix w/musl) 2020-01-15 11:12:42 -06:00
R. RyanTM
4851555ea0 fpart: 1.1.0 -> 1.2.0 2020-01-15 17:19:39 +01:00
Oleksii Filonenko
611b8ca7d2
pg_flame: 1.1 -> 1.2 2020-01-15 12:10:50 +02:00
Bastian Köcher
320a4c1526 coreutils: Fix cross compilation for Android 2020-01-15 09:44:10 +01:00
Will Dietz
61f12eb907 ethtool: 5.3 -> 5.4 2020-01-15 09:26:10 +01:00
Frederik Rietdijk
2a88c3c302 Merge staging-next into staging 2020-01-15 09:23:28 +01:00
Vladyslav M
3c6a559406
skim: 0.6.9 -> 0.7.0 2020-01-15 08:51:32 +02:00
Mario Rodas
dd7b9846a7
fluent-bit: 1.3.5 -> 1.3.6 2020-01-14 22:22:22 -05:00
xrelkd
2f6687d02e youtube-dl: 2019.12.25 -> 2020.01.15 2020-01-15 09:56:18 +08:00
Matthieu Coudron
ece829033b
Merge pull request #77666 from LnL7/darwin-diffoscope
diffoscope: enable on darwin
2020-01-14 22:08:42 +01:00
Will Dietz
1ff48dce3a
pfetch: use stdenvNoCC for smaller build-time closure 2020-01-14 14:27:23 -06:00
Will Dietz
8e48bafca1
pfetch: fix 'dontbuild' attribute (-> "dontBuild"), touchup installPhase 2020-01-14 14:18:04 -06:00
Daiderd Jordan
ef09cebc96
diffoscope: enable on darwin 2020-01-14 10:56:52 +01:00
Maximilian Bosch
2476d6deca expect: fix aarch64 build 2020-01-14 08:52:25 +00:00
Markus Kowalewski
e664a142bf
snapper: 0.8.7 -> 8.8.8 2020-01-13 22:42:56 +01:00
Noah Loomans
60d72d12de hakuneko: 1.4.2 -> 5.0.8
HakuNeko switched to electron. Since this is the latest release the
broken status can be dropped. The original maintainer (Ruben Astudillo)
dropped support for the package so I decided to pick it up.

I based this on the simplenote package, and implemented the setuid fix
from the slack package.

Closes #45332
2020-01-13 20:11:53 +01:00
Evan Stoll
ba820a4f77 broot: 0.10.2 -> 0.11.8 2020-01-12 16:10:42 -05:00
Evan Stoll
68a5f9f073 broot: install newly-added shell completions
- add installShellFiles dependency
2020-01-12 16:09:55 -05:00