Commit Graph

53167 Commits

Author SHA1 Message Date
Soner Sayakci
537ecc7a98
phpPackages.composer: 1.10.8 -> 1.10.13 2020-10-02 22:09:41 +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
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
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
Stig Palmquist
6d4cd74626
perlPackages.TextDiffFormattedHTML: init at 0.08 2020-09-30 14:50:01 +02:00
Stig Palmquist
5592fad251
perlPackages.StringDiff: init at 0.07 2020-09-30 14:49:40 +02:00
Stig Palmquist
a6e4aca950
perlPackages.ModuleInstallRepository: init at 0.06 2020-09-30 14:48:04 +02:00
Stig Palmquist
f926d0567a
perlPackages.ModuleInstallReadmeMarkdownFromPod: init at 0.04 2020-09-30 14:47:30 +02:00
Stig Palmquist
300835cf3e
perlPackages.ModuleInstallReadmeFromPod: init a 0.30 2020-09-30 14:46:07 +02:00
Stig Palmquist
b6dc723213
perlPackages.ModuleInstallGithubMeta: init at 0.30 2020-09-30 14:45:40 +02:00
Stig Palmquist
e6df1220eb
perlPackages.TestInDistDir: init at 1.112071 2020-09-30 14:45:07 +02:00
Daniël de Kok
b751c120ce
Merge pull request #95824 from obsidiansystems/python3.tensorflow_2-update-to-2.3.0
tensorflow: update to 2.3.0
2020-09-30 11:37:42 +02:00
Hugo Lageneste
2dc68c3e76 paco: init at 1.0 2020-09-30 11:05:45 +02:00
Doron Behar
6dd3dddf2e
Merge pull request #83519 from yurrriq/add-kubelogin
kubelogin: init at 0.0.6
2020-09-30 11:09:36 +03:00
Vincent Laporte
22b076e1c3 ikos: 2.1 → 3.0 2020-09-30 07:20:38 +02:00
Eric Bailey
b3a9dad7c4 kubelogin: init at 0.0.6 2020-09-29 22:18:06 -05:00
Benjamin Staffin
703f052de1
material-shell: init at v6 (#98899) 2020-09-29 18:38:45 -04:00
Thiago Kenji Okada
9a43f55bb0 python3Package.aionotify: init at 0.2.0 2020-09-29 14:08:35 -07:00
Robert Scott
5afdaa28a6 precice: fix build
cmake gets confused with python 3.8's version number, switch back to 3.7
for now until upstream's resolved that
2020-09-29 21:52:44 +01:00
Anderson Torres
9f973593c8
Merge pull request #98991 from AndersonTorres/netsurf-upload
Netsurf: a huge rewrite+update!
2020-09-29 15:01:32 -03:00