Commit Graph

53183 Commits

Author SHA1 Message Date
Elis Hirwing
6e9a525a15
Merge pull request #99406 from sikmir/blogc
blogc: init at 0.20.0
2020-10-03 10:51:53 +02:00
Jeremy Schlatter
87278e9f87
sandboxfs: init at 0.2.0 2020-10-03 08:23:02 +02:00
Elis Hirwing
f832fead74
Merge pull request #99417 from shyim/composer2
init phpPackages.composer2: init at 2.0.0-RC1
2020-10-03 08:13:14 +02:00
Elis Hirwing
260940576a
Merge pull request #99413 from shyim/update-phpstan
phpPackages.phpstan: 0.12.32 -> 0.12.48
2020-10-03 08:10:36 +02:00
Elis Hirwing
6eed5763f4
Merge pull request #99415 from shyim/update-php-cs-fixer
phpPackages.php-cs-fixer: 2.16.3 -> 2.16.4
2020-10-03 08:10:17 +02:00
Elis Hirwing
2a37e5fcf2
Merge pull request #99416 from shyim/update-composer
phpPackages.composer: 1.10.8 -> 1.10.13
2020-10-03 08:09:55 +02:00
Anderson Torres
26108ada86
Merge pull request #99371 from zowoq/rm-caddy1
caddy1: remove
2020-10-02 20:49:50 -03:00
Martin Weinelt
ceba0ceee9
Merge pull request #99219 from wenngle/pysonic
python3Packages.py-sonic: init at 0.7.7
2020-10-02 22:31:53 +02:00
Soner Sayakci
579657bbef
init phpPackages.composer2: init at 2.0.0-RC1 2020-10-02 22:13:52 +02:00
Soner Sayakci
537ecc7a98
phpPackages.composer: 1.10.8 -> 1.10.13 2020-10-02 22:09:41 +02:00
Soner Sayakci
2fb3644ad7
phpPackages.php-cs-fixer: 2.16.3 -> 2.16.4 2020-10-02 22:03:38 +02:00
Doron Behar
6bb90a2d01
Merge pull request #99274 from siraben/patchrom-init
knightos-patchrom: init at 1.1.3
2020-10-02 22:47:27 +03:00
Zeke Stephens
d1caa9bcaf python3Packages.py-sonic: init at 0.7.7 2020-10-02 15:38:52 -04:00
Soner Sayakci
9ba6c73c50
phpPackages.phpstan: 0.12.32 -> 0.12.48 2020-10-02 21:29:39 +02:00
Doron Behar
6488d4489e
Merge pull request #99294 from samuelgrf/initpkg/jpexs
jpexs: init at 11.3.0
2020-10-02 21:45:10 +03:00
Jonathan Ringer
5473d0c554 python3Packages.starfish: remove due to prolonged breakage 2020-10-02 11:17:22 -07:00
Nikolay Korotkiy
70802f1d22
blogc: init at 0.20.0 2020-10-02 21:14:39 +03:00
Lassulus
2f6fba9f6d
Merge pull request #98880 from mrVanDalo/feature/terranix
terranix: init at 2.3.0
2020-10-02 19:54:20 +02:00
Samuel Gräfenstein
afa5fba493
jpexs: init at 11.3.0 2020-10-02 18:21:07 +02:00
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Jamie Magee
bc99830b67 pythonPackages.adguardhome: init at 0.4.2 2020-10-02 08:56:11 -07:00
Ben Siraphob
fd18f7bbd7 knightos-patchrom: init at 1.1.3 2020-10-02 21:49:58 +07:00
zowoq
9e7e0e9aa1 caddy1: remove 2020-10-02 23:50:59 +10:00
Doron Behar
0ef1276d68
Merge pull request #99365 from Mic92/lldb 2020-10-02 16:34:27 +03:00
Timo Kaufmann
d832ca8178
Merge pull request #97237 from midchildan/package/sd-local
sd-local: init at 1.0.5
2020-10-02 11:08:05 +02:00
Ingolf Wagner
e3a920bfa9
terranix: init at 2.3.0 2020-10-02 10:39:14 +02:00
Jörg Thalheim
f396492e6e
lldb: default to latest version
Unlike llvm we don't use it for building software and rather
want the latest and greatest.
2020-10-02 10:03:27 +02:00
Jonathan Ringer
1b17aea63e dbvisualizer: remove
Source has likely been broken since 2017
It's unfree, so we don't have hydra to view breakage history.
2020-10-01 21:15:04 -07:00
zowoq
5b09b92a16 traefik: 2.2.11 -> 2.3.1
https://github.com/traefik/traefik/releases/tag/v2.3.0
https://github.com/traefik/traefik/releases/tag/v2.3.1
2020-10-02 10:13:31 +10:00
Andrey Kuznetsov
9a54352353 tabnine: init at 3.1.1 2020-10-01 10:32:22 -07:00
Maciej Krüger
b3f8d3b80d
Merge pull request #99172 from mkg20001/spidermonkey-38 2020-10-01 16:39:09 +02:00
Stig P
874cf0575b
Merge pull request #99169 from stigtsp/package/perl-text-diff-formattedhtml-init
perlPackages.TextDiffFormattedHTML: init at 0.08
2020-10-01 14:36:35 +00:00
Stig P
cded620f2c
Merge pull request #99247 from stigtsp/package/perl-mojolicious-plugin-gravatar-init
perlPackages.MojoliciousPluginGravatar: init at 0.04
2020-10-01 12:25:49 +00:00
Mario Rodas
6aa4df7f45
Merge pull request #99179 from 0x4A6F/master-promscale
timescale-prometheus -> promscale: 0.1.0-beta.4 -> 0.1.0-beta.5
2020-10-01 05:46:49 -05:00
Stig P
25666f9d24
Merge pull request #99245 from stigtsp/package/perl-imager-qrcode-init
perlPackages.ImagerQRCode: init at 0.035
2020-10-01 10:35:23 +00:00
Stig Palmquist
10db289ea1
perlPackages.MojoliciousPluginGravatar: init at 0.04 2020-10-01 11:09:26 +02:00
Stig Palmquist
a72101bfbc
perlPackages.ImagerQRCode: init at 0.035 2020-10-01 10:56:43 +02:00
Stig P
302ef60620
Merge pull request #99126 from berbiche/bottom
bottom: init at 0.4.7
2020-10-01 08:06:37 +00:00
Maciej Krüger
946369adbd
spidermonkey: remove spidermonkey_38 -> spidermonkey alias
This removes the spidermonkey alias and renames it in the packages still
using it

Not sure if we need it in aliases.nix since just about nothing depends
on it anymore

Additionally considering removal should be a good choice, it's at least
insecure so it should get tagged as such
2020-10-01 10:00:22 +02:00
Pamplemousse
45f7a707d1 python3Packages.CppHeaderParser: init at 2.7.4
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-09-30 23:23:03 -07:00
Silvan Mosberger
4aabac8d88
Merge pull request #86223 from pikajude/darwin-static-eval
pkgsStatic: use clang for C compiler on Darwin
2020-09-30 23:44:18 +02:00
Anderson Torres
f8f892254a
Merge pull request #98946 from hugolgst/init/paco
paco: init at 1.0
2020-09-30 17:23:15 -03:00
Anderson Torres
7211bbbee5
Merge pull request #94345 from cohei/init-chruby-fish
chruby-fish: init at 0.8.2
2020-09-30 17:19:27 -03:00
Vincent Laporte
cc739e1c67 ocamlPackages.z3: init at 4.8.9 2020-09-30 22:03:17 +02:00
WORLDofPEACE
3451caf60b
Merge pull request #99008 from mkg20001/cjs-upgrade
Cjs upgrade
2020-09-30 14:30:56 -04:00
Robert Scott
701a6aaeec
Merge pull request #99118 from risicle/ris-precice-2.1.0
precice: fix build, 2.0.2 -> 2.1.0, enable for darwin
2020-09-30 18:47:49 +01:00
Nicolas Berbiche
f4ede1e1ba
bottom: init at 0.4.7
Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
2020-09-30 12:44:06 -04:00
Vladimír Čunát
2be22836b1
thunderbird*: switch default: 68 -> 78
I didn't feel comfortable with *immediately* removing 68,
even though nixers have rollbacks etc.
2020-09-30 18:12:55 +02:00
0x4A6F
04a8c8aa24
timescale-prometheus -> promscale: 0.1.0-beta.4 -> 0.1.0-beta.5
Rename to upgraded [promscale 0.1.0-beta.5](https://github.com/timescale/promscale/releases/tag/0.1.0-beta.5).
2020-09-30 14:35:29 +00:00
TANIGUCHI Kohei
ec0f69b0a9 chruby-fish: init at 0.8.2 2020-09-30 22:49:35 +09:00