Commit Graph

6299 Commits

Author SHA1 Message Date
Evan Stoll
776ad2f133
silicon: init at 0.3.0 2020-01-29 19:28:24 -05:00
R. RyanTM
55dcf5dbbd you-get: 0.4.1355 -> 0.4.1388 2020-01-30 22:03:30 -08:00
zimbatm
be52945974
direnv: 2.21.1 -> 2.21.2 2020-01-28 20:59:44 +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
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
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
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