Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
...
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer
290a5d916e
treewide: update homepages to https where available
...
Based on "problems" from repology:
https://repology.org/repository/nix_unstable/problems
Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
R. RyanTM
096536ded5
csvkit: 1.0.3 -> 1.0.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/csvkit/versions
2019-04-14 05:38:44 -07:00
Bob van der Linden
1d883a0fde
patchutils: rename 0.3.4 to default
2019-04-14 13:57:40 +02:00
Bob van der Linden
81e9ddfd72
patchutils: add version 0.3.4
2019-04-13 23:12:32 +02:00
Bob van der Linden
c8afc263df
patchutils: generalize package
2019-04-13 23:11:07 +02:00
Mario Rodas
acdba71e47
Merge pull request #58568 from dtzWill/update/vale-1.4.0
...
vale: 1.3.2 -> 1.4.0
2019-04-09 22:04:10 -05:00
xeji
ca33a4fa01
Merge pull request #52320 from r-ryantm/auto-update/fanficfare
...
fanficfare: 3.1.1 -> 3.6.0
2019-04-09 22:10:20 +02:00
zimbatm
0fba99dedf
shfmt: 1.1.0 -> 2.6.4 ( #59113 )
...
and stop shipping the "gosh" binary with shfmt, make a separate package
if you want to use that
2019-04-07 15:26:50 +02:00
R. RyanTM
fe3e3892a8
link-grammar: 5.5.1 -> 5.6.0 ( #57303 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
2019-04-07 09:59:27 +00:00
Jan Tojnar
621c4b8a59
fanficfare: 3.1.1 -> 3.6.0
...
Switch to Python 3 and fetching from Pypi
2019-04-07 00:33:26 +02:00
Will Dietz
85fae046ef
vale: 1.3.2 -> 1.4.0
2019-03-29 23:12:45 -05:00
Bignaux Ronan
3af28ab7bb
poedit : 1.5.7 -> 2.2.1
2019-03-28 18:24:41 +01:00
Jörg Thalheim
d9fc44e721
Merge pull request #57821 from illegalprime/fix/highlight-cross
...
highlight: use $CXX instead of c++ to build
2019-03-18 17:49:48 +00:00
Robert Schütz
5e39aa231a
csvkit: move out of pythonPackages
...
From https://csvkit.readthedocs.io/en/1.0.3/index.html :
> csvkit is a suite of *command-line tools* for [...]
2019-03-17 16:11:14 +01:00
Michael Eden
3947d2e966
highlight: use $CXX instead of c++ to build
2019-03-16 16:31:08 -04:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Elis Hirwing
13c701e476
transifex-client: Fix build after updated dependencies
2019-03-04 13:15:01 +01:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Frederik Rietdijk
c2eac6741b
Merge master into staging-next
2019-02-24 09:19:12 +01:00
Mario Rodas
25a57de8a9
vale: 1.3.0 -> 1.3.2 ( #54922 )
2019-02-24 02:25:21 +01:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
zimbatm
b6c82183be
shab: init at 1.0.0 ( #56164 )
2019-02-22 13:33:26 +01:00
tilpner
5888faeee6
groff: Remove indeterminism in manpages
...
It was caused by including the modification date
2019-02-13 23:50:43 +01:00
Elis Hirwing
997fd64006
transifex-client: 0.13.5 -> 0.13.6
2019-02-08 14:45:12 +01:00
adisbladis
3514bf8654
Merge pull request #54162 from etu/init-transifex-client
...
transifex-client: init at 0.13.5
2019-01-21 07:45:49 +00:00
Elis Hirwing
96a8320aaa
transifex-client: init at 0.13.5
...
Utility used to manage translations.
2019-01-21 07:47:55 +01:00
worldofpeace
56507df617
discount: enable various configureFlags
...
Shouldn't be harmfull.
2019-01-19 21:56:08 -05:00
Mario Rodas
d158777c62
vale: 1.2.6 -> 1.3.0
2019-01-18 07:11:25 -05:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next
2019-01-10 13:07:21 +01:00
Vladimír Čunát
10a12194e3
Merge #53490 : fix treewide linking errors after #51770
...
Issue #53001 . This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Will Dietz
d47a99c450
Merge pull request #53179 from dtzWill/update/diffutils-3.7
...
diffutils: 3.6 -> 3.7
2019-01-05 13:58:18 -06:00
Frederik Rietdijk
60a3973a55
Merge staging-next into staging
2019-01-05 10:15:00 +01:00
Piotr Bogdan
eb41113270
qshowdiff: build with a c++ compiler
2019-01-04 21:44:22 +00:00
Piotr Bogdan
ff1fc5a199
multitran.libmtquery: link with libbtree explicitly
2019-01-04 21:44:20 +00:00
Frederik Rietdijk
9618abe87c
Merge master into staging-next
2019-01-04 21:13:19 +01:00
R. RyanTM
22f0e9fb27
languagetool: 4.3 -> 4.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/languagetool/versions
2019-01-03 17:47:06 -05:00
Will Dietz
219ca3c558
diffutils: 3.6 -> 3.7
...
https://savannah.gnu.org/forum/forum.php?forum_id=9341
2019-01-02 01:00:44 -06:00
Frederik Rietdijk
19905c4c9a
Merge staging-next into staging
2018-12-31 14:21:42 +01:00
Frederik Rietdijk
070290bda7
Merge master into staging-next
2018-12-31 12:00:36 +01:00
R. RyanTM
179ed22102
ansifilter: 2.12 -> 2.13 ( #52926 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ansifilter/versions
2018-12-29 20:16:18 +01:00
Will Dietz
8a728023d6
Merge pull request #52576 from dtzWill/update/sed-4.6
...
gnused: 4.5 -> 4.7
2018-12-29 12:28:57 -06:00
Will Dietz
0bba4051cb
gnugrep: 3.2 -> 3.3
...
Fixes bug in some uses of '\b' in certain locales;
same bug was introduced and fixed in gnused 4.6 -> 4.7.
2018-12-21 00:49:31 -06:00
Will Dietz
96524cd903
gnused: 4.6 -> 4.7
...
https://lists.gnu.org/archive/html/sed-devel/2018-12/msg00028.html
2018-12-21 00:48:28 -06:00
Will Dietz
e41ea1dfef
gnugrep: 3.1 -> 3.2
...
https://savannah.gnu.org/forum/forum.php?forum_id=9332
Similar to gnused update, hash not obtained from mirrors
(since they currently 404 for this) but nix-prefetch-url
on master gnu site.
2018-12-20 11:25:06 -06:00
Will Dietz
81b785ceae
gnused: 4.5 -> 4.6
...
https://savannah.gnu.org/forum/forum.php?forum_id=9331
Mirrors didn't seem to have it, hash obtained via
$ nix-prefetch-url https://ftp.gnu.org/gnu/sed/sed-4.6.tar.xz
2018-12-20 11:21:15 -06:00
volth
fed7914539
Merge branch 'staging' into make-perl-pathd
2018-12-18 17:13:27 +00:00
Jörg Thalheim
1148ce1b60
Merge pull request #52062 from volth/perl526-drop
...
perl526: drop
2018-12-18 17:02:01 +00:00
volth
bb9557eb7c
lib.makePerlPath -> perlPackages.makePerlPath
2018-12-15 03:50:31 +00:00
volth
6d2edfb0b8
treewide: remove aliases evaluated to null
2018-12-14 16:27:53 +00:00
Jörg Thalheim
26572ea27d
xurls: 1.1.0 -> 2.0.0
2018-12-11 22:08:11 +00:00
Frederik Rietdijk
a510aa2672
Merge master into staging-next
2018-12-03 12:18:43 +01:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
c0bw3b
93e511c319
Treewide: use HTTPS on GNU Savannah domains
...
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
c0bw3b
0f868d8116
Treewide: use HTTPS on SourceForge
2018-12-02 15:33:08 +01:00
c0bw3b
a04a512f34
Treewide: use HTTPS on NonGNU domains
2018-12-02 15:21:04 +01:00
Frederik Rietdijk
9b81c7e455
Merge staging-next into staging
2018-11-29 09:18:35 +01:00
Will Dietz
97c8ede6cb
gist: 4.6.2 -> 5.0.0, simplify
...
* default wrapper works fine now AFAICT
* Not sure that 'dontStrip' does anything here
(regardless doesn't seem to be useful any longer)
2018-11-27 09:40:17 -06:00
Mario Rodas
3a43ca1134
vale: 1.0.3 -> 1.2.6
2018-11-25 15:58:25 -05:00
Jörg Thalheim
3681fa5456
direnv: make cross-compile on windows
2018-11-24 10:43:47 +00:00
Daniel Sandbecker
fcac08f565
xsv: Pass Security framework from all-packages
2018-11-21 20:02:14 +01:00
Daniel Sandbecker
b8fbaebf08
xsv: Add darwin.Security as dependency on MacOS
2018-11-20 11:13:29 +01:00
Renaud
866b1dbeda
glogg: init at 1.1.4
...
(#50520 )
2018-11-17 23:04:41 +01:00
volth
9d164580ba
gnused: fix Windows build
2018-11-11 06:58:15 +00:00
Jörg Thalheim
d12629786c
Merge pull request #50198 from r-ryantm/auto-update/ansifilter
...
ansifilter: 2.10 -> 2.12
2018-11-10 21:44:03 +00:00
R. RyanTM
6be642542e
ansifilter: 2.10 -> 2.12
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ansifilter/versions
2018-11-10 09:24:23 -08:00
R. RyanTM
27f64b145a
fanficfare: 3.0.0 -> 3.1.1 ( #50128 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions
2018-11-10 15:18:53 +01:00
Timo Kaufmann
3cec0b0c17
Merge pull request #50172 from r-ryantm/auto-update/aha
...
aha: 0.4.10.6 -> 0.5
2018-11-10 15:10:46 +01:00
R. RyanTM
1ec2eb8b7b
aha: 0.4.10.6 -> 0.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aha/versions
2018-11-10 05:51:28 -08:00
Jörg Thalheim
d7cdc480e1
Merge pull request #50084 from r-ryantm/auto-update/hyx
...
hyx: 0.1.4 -> 0.1.5
2018-11-10 13:50:49 +00:00
Jörg Thalheim
80318523af
hyx: limit to linux
...
clock_gettime is not available on macOS
2018-11-10 09:38:23 +00:00
Jörg Thalheim
1fadff893f
hyx: disable wall to fix darwin build
2018-11-10 09:34:56 +00:00
R. RyanTM
9fdf71d28f
hyx: 0.1.4 -> 0.1.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hyx/versions
2018-11-09 14:58:11 -08:00
Jörg Thalheim
2f97911566
Merge pull request #49817 from alyssais/rack_cve
...
rack: 1.6.* -> 1.6.11, 2.0.* -> 2.0.6 (CVE-2018-16470, CVE-2018-16471)
2018-11-09 19:30:43 +00:00
Brayden Willenborg
e11c3a08b0
gucci: init at 0.1.0 ( #49813 )
...
* gucci: init at 0.1.0
* gucci: init at 0.1.0
2018-11-07 10:21:55 +01:00
Alyssa Ross
df68cd5ea3
bcat: rack: 1.6.8 -> 1.6.11
...
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:27 +00:00
R. RyanTM
2cb9858b34
icdiff: 1.9.3 -> 1.9.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/icdiff/versions
2018-10-27 11:26:07 -07:00
R. RyanTM
62c860efd7
miller: 5.3.0 -> 5.4.0 ( #49239 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/miller/versions
2018-10-27 07:17:58 -04:00
John Ericson
d97e5e1115
Merge pull request #48602 from matthewbauer/cmake-cross
...
Set CMAKE_SYSTEM_* for cross compiling
2018-10-18 15:47:04 -04:00
Matthew Bauer
a5de0ca963
treewide: preserve hashes
...
avoid mass rebuild from the last commits
2018-10-16 23:19:34 -05:00
Matthew Bauer
51e5f8af42
treewide: don’t set CMAKE_SYSTEM_NAME
2018-10-16 21:52:38 -05:00
Frederik Rietdijk
6f5142e48e
Merge master into staging
2018-10-13 09:48:20 +02:00
volth
b8e1e56410
dos2unix: fix cross build
2018-10-12 11:02:37 +00:00
Benjamin Hipple
d78da463c5
par: add license
2018-10-09 21:35:12 -04:00
Frederik Rietdijk
bc9bd012c4
Merge staging-next into staging
2018-10-09 15:37:52 +02:00
schneefux
cd71e1036b
zimreader: add license
...
See https://phabricator.wikimedia.org/source/openzim/browse/master/zimreader/COPYING
2018-10-07 18:47:15 +02:00
Matthew Bauer
e4a6288b75
Merge pull request #46863 from siers/link-grammar
...
link-grammar: init at 5.5.0
2018-10-05 22:40:48 -05:00
Vincent Laporte
9db397351a
unoconv: fix reference to libreoffice ( #47847 )
2018-10-05 16:03:20 +02:00
R. RyanTM
f72bbc6f04
languagetool: 4.2 -> 4.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/languagetool/versions
2018-10-03 09:40:12 -07:00
Matthew Bauer
b068e220ff
patch: use checkInputs instead of conditional
...
This is more clear, to separate test dependencies.
2018-10-02 15:27:11 -05:00
R. RyanTM
5716d42172
fanficfare: 2.28.0 -> 3.0.0 ( #47065 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions
2018-10-02 00:02:26 +02:00
Raitis Veinbahs
62c4a16ff1
link-grammar: init at 5.5.1
2018-10-01 13:10:33 +03:00
Mario Rodas
fd345053b3
vale: 0.11.2 -> 1.0.3 ( #46780 )
2018-09-17 15:28:21 +02:00
Vladyslav M
3b4ab85f01
ripgrep: 0.9.0 -> 0.10.0 ( #46331 )
2018-09-08 14:21:25 +02:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
R. RyanTM
40442c852a
fanficfare: 2.27.0 -> 2.28.0 ( #45238 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions .
2018-08-21 20:05:54 +02:00
Vladimír Čunát
765d695b89
Merge branch 'staging-next'
...
Security fixes for a few packages are included.
2018-08-21 15:36:02 +02:00
R. RyanTM
69dd5d5314
proselint: 0.10.0 -> 0.10.2 ( #45170 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/proselint/versions .
2018-08-21 14:34:05 +02:00
Vladimír Čunát
153a19df05
Merge branch 'master' into staging-next
...
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
R. RyanTM
578760535d
discount: 2.2.3a -> 2.2.4 ( #45253 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/discount/versions .
2018-08-19 23:09:42 +02:00
Vladimír Čunát
14aa936ec5
Merge branch 'staging-next' into staging
2018-08-17 20:53:27 +02:00
Vladimír Čunát
209730208a
Merge branch 'staging-next'
2018-08-17 20:51:31 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
...
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Jörg Thalheim
2211f8968c
Merge pull request #45243 from r-ryantm/auto-update/diffstat
...
diffstat: 1.61 -> 1.62
2018-08-17 12:28:48 +01:00
R. RyanTM
4f90841ba0
diffstat: 1.61 -> 1.62
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/diffstat/versions .
2018-08-17 04:16:46 -07:00
Jörg Thalheim
a0d3ce24eb
Merge pull request #45214 from r-ryantm/auto-update/icdiff
...
icdiff: 1.9.1 -> 1.9.3
2018-08-17 11:59:54 +01:00
R. RyanTM
1126e280b4
icdiff: 1.9.1 -> 1.9.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/icdiff/versions .
2018-08-17 01:02:36 -07:00
Markus Kowalewski
75e8dfeafa
diffutils: add licenses
2018-08-16 21:46:53 +02:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
...
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
...
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Jan Malakhovski
c23c2cf606
recode: disable tests
2018-08-11 09:35:40 +00:00
Jan Malakhovski
1cf53a041c
kakasi: make tests run, but disable
2018-08-11 09:35:33 +00:00
Jan Malakhovski
8aeec44082
wdiff: use checkInputs, fix tests
2018-08-11 09:35:29 +00:00
Frederik Rietdijk
d9fa74ba78
Merge master into staging
2018-08-09 18:28:15 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Patrick Hilhorst
90e1bccdaf
silver-searcher: 2.1.0 -> 2.2.0 ( #44613 )
2018-08-07 16:06:49 +02:00
Pascal Wittmann
f7be21f4c9
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/development/libraries/exiv2/default.nix
Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Tim Steinbach
f0814ec049
patch: Fix CVE-2018-1000156
2018-08-05 16:02:57 -04:00
Vladyslav M
2ce2f721b8
ripgrep: 0.8.1 -> 0.9.0 ( #44473 )
2018-08-04 22:59:33 +02:00
Pascal Wittmann
58b24cf4d2
shfmt: add license
...
see issue #43716
2018-08-04 18:38:46 +02:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
Will Dietz
b0003a1680
proselint: 0.9.0 -> 0.10.0 ( #44313 )
2018-08-01 22:15:54 +02:00
R. RyanTM
aedf479ae5
proselint: 0.8.0 -> 0.9.0 ( #43917 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/proselint/versions .
2018-07-30 22:32:30 +02:00
Lluís Batlle i Rossell
66d7126255
Take me (viric) out of most maintenance
...
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Pascal Wittmann
7cda3b3042
xurls: add license
...
see issue #43716
2018-07-22 16:57:28 +02:00
Pascal Wittmann
19d850b7f8
zimwriterfs: meta.platforms is a list
2018-07-22 16:39:05 +02:00
Pascal Wittmann
86f64871f1
zimwriterfs: add license
...
see issue #43716
2018-07-22 16:38:10 +02:00
volth
cc55a3ebcb
treewide: fix build with disallowed aliases ( #43872 )
...
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Zack Grannan
c17decb15c
markdown-pp: init at 1.4 ( #43525 )
...
* markdown-pp: init at 1.3
* Increment version, fix tests
2018-07-17 13:24:13 +02:00
Pascal Wittmann
66f99ecb7f
aha: add myself (pSub) as maintainer
2018-07-16 21:57:43 +02:00
Vladyslav M
56b5e73409
mdbook: 0.1.7 -> 0.1.8 ( #43514 )
2018-07-14 20:33:02 +02:00
Pascal Wittmann
e0f54907ae
peco: 0.5.2 -> 0.5.3
2018-07-12 22:03:06 +02:00
R. RyanTM
064ce0056e
fanficfare: 2.26.0 -> 2.27.0 ( #43346 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fanficfare/versions .
2018-07-11 18:30:28 +02:00
Gabriel Ebner
96258fc193
Merge pull request #42696 from r-ryantm/auto-update/LanguageTool
...
languagetool: 4.1 -> 4.2
2018-07-05 16:51:05 +02:00
R. RyanTM
99d8edbc7d
mpage: 2.5.6 -> 2.5.7 ( #42689 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/mpage/versions .
These checks were done:
- built on NixOS
- /nix/store/27fvqzw0vgbjadl2ngwggsz2gs3m4a15-mpage-2.5.7/bin/mpage passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.5.7 with grep in /nix/store/27fvqzw0vgbjadl2ngwggsz2gs3m4a15-mpage-2.5.7
- directory tree listing: https://gist.github.com/7deed27eaf23f2578d5dfcb1005b1a0c
- du listing: https://gist.github.com/e1cafa83fbe346375875854bf40a6057
2018-06-30 20:49:42 +02:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
R. RyanTM
59d8329e33
languagetool: 4.1 -> 4.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/LanguageTool/versions .
These checks were done:
- built on NixOS
- /nix/store/hb9w134446nvgv5cahyy0a4rviy1k476-LanguageTool-4.2/bin/languagetool passed the binary check.
- /nix/store/hb9w134446nvgv5cahyy0a4rviy1k476-LanguageTool-4.2/bin/languagetool-commandline passed the binary check.
- Warning: no invocation of /nix/store/hb9w134446nvgv5cahyy0a4rviy1k476-LanguageTool-4.2/bin/languagetool-server had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/hb9w134446nvgv5cahyy0a4rviy1k476-LanguageTool-4.2/bin/languagetool-http-server had a zero exit code or showed the expected version
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 4.2 with grep in /nix/store/hb9w134446nvgv5cahyy0a4rviy1k476-LanguageTool-4.2
- directory tree listing: https://gist.github.com/00ec5ff03beb669055da48487c71c94f
- du listing: https://gist.github.com/84c445db9956dee9c0415b091335cd53
2018-06-27 18:46:51 -07:00
Kevin Liu
7997c2ad4c
mpage: fix urls from mesa → glu transition
...
Find/replace error in 0acec7e984
.
2018-06-23 20:22:51 +03:00
Frederik Rietdijk
e4a4ce1eb7
python: rst2html5: 1.9.3 -> 1.9.4
2018-06-22 13:09:47 +02:00
Mitsuhiro Nakamura
c3e0592f20
esh: init at 0.1.1
2018-06-19 22:05:27 +09:00
Mario Rodas
764491f654
kakasi: supports darwin
2018-06-16 22:54:17 -05:00
Sebastien Maret
aa68838ea7
ispell: use optionalString instead of a bash conditional
2018-06-14 01:13:10 +02:00
Sebastien Maret
9f00b07aa4
ispell: fix compilation on Darwin
...
Closes #41948 .
2018-06-14 00:52:25 +02:00
R. RyanTM
00156c3cae
fanficfare: 2.25.0 -> 2.26.0 ( #41569 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/fanficfare/versions .
These checks were done:
- built on NixOS
- /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0/bin/.fanficfare-wrapped passed the binary check.
- /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0/bin/fanficfare passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 2.26.0 with grep in /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0
- directory tree listing: https://gist.github.com/8dac0cbfced5624b49e894cfb51f13be
- du listing: https://gist.github.com/3710839076360d257f245cd976e974fa
2018-06-09 23:35:06 +02:00
Daniel Sandbecker
876b6406d3
odt2txt: 0.4 -> 0.5
...
Version 0.4 failed to build for me on MacOS 10.12.6 (16G1314). (Might be related to the removed libiconv-hacks.) Version 0.5 as specified builds cleanly. Not tested on any other platforms though.
Also 0.4 is from 2008 while 0.5 was released in 2014.
The old homepage now redirects to the GitHub repo.
2018-06-07 23:20:09 +02:00
Janne Heß
f569a0a684
schema2ldif: Init at 1.3
2018-06-03 21:39:06 +02:00