Commit Graph

270336 Commits

Author SHA1 Message Date
Michael Weiss
2aadb9a53d
nix-prefetch-git: Run git-init with --initial-branch=master
The reason for this change is simply to avoid the following messages
that are unnecessary and can be confusing (and these messages will be
repeated for each submodule):
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint:   git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint:   git branch -m <name>

With this change the behaviour remains unchanged (apart from the
suppressed "warning" in the console output of course) and therefore this
doesn't cause any hashes to change and by default nix-prefetch-git uses
the "fetchgit" branch anyway (branchName can be set to override the
default):
Switched to a new branch 'fetchgit'

For that reason the initial branch name doesn't matter anyway and since
we're not relying on / hardcoding "master" we could simply switch to
"main" (which seems most common nowadays). See [0] for more details on
why this wouldn't break anything.
However, since the initial branch name doesn't matter and to avoid any
additional risks it was "decided" to keep using "master" (s. #113313).

[0]: https://github.com/NixOS/nixpkgs/pull/113313#issuecomment-780589516
2021-02-18 11:34:34 +01:00
R. RyanTM
1d51f8e360 signal-cli: 0.7.4 -> 0.8.0 2021-02-16 15:16:41 +01:00
Michael Weiss
2f467621b7
tev: Set TEV_DEPLOY=1 2021-02-16 14:46:25 +01:00
Michael Weiss
3d9deb5473
gns3-{gui,server}: 2.2.17 -> 2.2.18 2021-02-16 14:46:00 +01:00
Michael Weiss
1159a79877
tev: 1.16 -> 1.17 2021-02-16 14:14:39 +01:00
Maximilian Bosch
b8878b950f
element-desktop: 1.7.20 -> 1.7.21
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.21
2021-02-16 12:53:17 +01:00
Maximilian Bosch
234bed4090
element-web: 1.7.20 -> 1.7.21
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.21
2021-02-16 12:53:17 +01:00
Peter Simons
c4d8bd324f r-arrow: update the library to version 3.0.0 to match the version of arrow-cpp
See https://github.com/NixOS/nixpkgs/issues/81761 for further details.
2021-02-16 12:47:21 +01:00
Peter Simons
64b5504939 r-arrow: add missing arrow-cpp dependency to the build
See https://github.com/NixOS/nixpkgs/issues/81761 for further details.
2021-02-16 12:47:21 +01:00
Martin Weinelt
c18f1912ce
Merge pull request #112747 from r-ryantm/auto-update/python3.7-oauthenticator
python37Packages.oauthenticator: 0.12.3 -> 0.13.0
2021-02-16 12:36:13 +01:00
Martin Weinelt
70ce11845e
Merge pull request #113272 from fabaff/bump-hatasmota
python3Packages.hatasmota: 0.2.8 -> 0.2.9
2021-02-16 12:32:42 +01:00
R. RyanTM
99eeda9fdb ncgopher: 0.1.5 -> 0.2.0 2021-02-16 12:01:42 +01:00
Peter Simons
68dc52a6b1 hackage-packages.nix: revert "automatic Haskell package set update"
This reverts commits 4ebd7a3d64 & 1970700ed6.
These changes were committed to 'master' by accident.
2021-02-16 11:34:33 +01:00
Jörg Thalheim
ecc19c0b99
Merge pull request #113274 from danieldk/fend-install-check
fend: add install check
2021-02-16 08:44:10 +00:00
Vincent Laporte
0b6201180e
ocamlPackages.gettext: use Dune 2 2021-02-16 09:36:40 +01:00
Jörg Thalheim
0357225e16
Merge pull request #113170 from happysalada/node_packages_generate_sh_script
nodePackages: fix generate.sh failure
2021-02-16 08:27:33 +00:00
Daniël de Kok
0c538b4821
Merge pull request #113260 from r-ryantm/auto-update/dua
dua: 2.10.10 -> 2.11.0
2021-02-16 08:57:26 +01:00
Daniël de Kok
028ebdb0b0
Merge pull request #113262 from marsam/update-rubocop
rubocop: 1.9.1 -> 1.10.0
2021-02-16 08:54:17 +01:00
Daniël de Kok
363f5d8fdf
Merge pull request #113271 from r-ryantm/auto-update/janet
janet: 1.15.0 -> 1.15.2
2021-02-16 08:52:17 +01:00
Daniël de Kok
b65dfb342c
Merge pull request #113107 from danieldk/remove-ancient-cudas
cudatoolkit-{6,6_5,7,7_5,8}: remove
2021-02-16 08:47:52 +01:00
Daniël de Kok
bbf5eff8b0 fend: add install check
This checks if the binary is working correctly.
2021-02-16 08:46:13 +01:00
Sandro
37fadb2e07
Merge pull request #113182 from 06kellyjac/starboard
starboard: 0.9.1 -> 0.9.2
2021-02-16 08:46:11 +01:00
sternenseemann
c59b8ce9c3
ocamlPackages: irmin 2.2.0 → 2.4.0; git: 2.13 → 3.2.0; and related changes (#110184)
* ocamlPackages.index: 1.2.1 -> 1.3.0

* ocamlPackages.decompress: 0.9.0 -> 1.2.0

* ocamlPackages.imagelib-unix: remove at 20191011

* ocamlPackages.imagelib: 20191011 -> 20200929

* ocamlPackages.duff: 0.2 -> 0.3

* ocamlPackages.carton{,-git,-lwt}: init at 0.2.0

* ocamlPackages.encore: 0.5 → 0.7

* ocamlPackages.git-http: remove at 2.1.3

* ocamlPackages.git-unix: move into git directory

* ocamlPackages.irmin-mem: remove at 2.2.0

Replaced by irmin.mem contained in ocamlPackages.irmin >= 2.4.0

* ocamlPackages.git*: 2.1.3 -> 3.2.0

ocamlPackages.git-unix: 2.1.3 -> 3.2.0

ocamlPackages.git-cohttp{,-unix,-mirage}: init at 3.2.0

* ocamlPackages.irmin*: 2.2.0 -> 2.4.0

ocamlPackages.irmin-containers: init at 2.4.0
ocamlPackages.irmin-layers: init at 2.4.0
ocamlPackages.irmin-mirage: init at 2.4.0
ocamlPackages.irmin-mirage-git: init at 2.4.0
ocamlPackages.irmin-mirage-graphql: init at 2.4.0

* ocamlPackages.wodan-irmin: mark as broken
2021-02-16 08:39:46 +01:00
Fabian Affolter
8366f03f08 python3Packages.hatasmota: 0.2.8 -> 0.2.9 2021-02-16 08:31:34 +01:00
Sandro
8572994486
Merge pull request #113209 from iblech/patch-quickjs
quickjs: 2019-12-21 -> 2020-11-08
2021-02-16 08:26:14 +01:00
Daniël de Kok
ecb34e06ea
Merge pull request #113264 from r-ryantm/auto-update/fend
fend: 0.1.13 -> 0.1.14
2021-02-16 08:20:36 +01:00
Sandro
628e7dc6bf
Merge pull request #113206 from fabaff/bump-aioesphomeapi
python3Packages.aioesphomeapi: 2.6.4 -> 2.6.5
2021-02-16 08:19:32 +01:00
R. RyanTM
d1b25a189f
clair: 4.0.0 -> 4.0.1 (#113256) 2021-02-15 23:18:36 -08:00
R. RyanTM
8419085032
glab: 1.14.0 -> 1.15.0 (#113267) 2021-02-15 23:17:44 -08:00
Sandro
2f24916514
Merge pull request #113200 from romildo/upd.luna-icons
luna-icons: 0.9.2 -> 1.0
2021-02-16 08:17:11 +01:00
Sandro
bbc9cc48ea
Merge pull request #113192 from iAmMrinal0/update/google-cloud-sdk
google-cloud-sdk: 325.0.0 -> 327.0.0
2021-02-16 08:16:19 +01:00
R. RyanTM
55f69b335f janet: 1.15.0 -> 1.15.2 2021-02-16 07:11:29 +00:00
Sandro
08182c97c7
Merge pull request #113186 from 06kellyjac/xh
xh: add changelog
2021-02-16 08:09:50 +01:00
Jörg Thalheim
d90f53743b
Merge pull request #113227 from xworld21/fix-perltidy-shebang
perlPackages.PerlTidy: use shortenPerlShebang on darwin
2021-02-16 07:04:38 +00:00
Sandro
6655478a58
Merge pull request #113249 from iblech/patch-cinelerra2
cinelerra: 2018-05-16 -> 2021-02-14
2021-02-16 07:59:44 +01:00
Jörg Thalheim
3f2321e5c1
Merge pull request #112440 from bobrik/ivan/qemu-aarch64-darwin-prep 2021-02-16 06:49:16 +00:00
Sandro
4e97a6e2ab
Merge pull request #113233 from IvarWithoutBones/ryu
ryujinx: 1.0.6498 -> 1.0.6574
2021-02-16 07:45:49 +01:00
Sandro
d7ec53a77f
Merge pull request #113253 from SuperSandro2000/packages 2021-02-16 07:42:04 +01:00
Sandro
92ade52be4
Merge pull request #113261 from marsam/update-skim
skim: 0.9.3 -> 0.9.4
2021-02-16 07:33:16 +01:00
Bryan A. S
1e3b1f8678
kube-capacity: init at 0.5.1 (#99344)
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-02-15 22:29:44 -08:00
Sandro
b02948e6bf
Merge pull request #113204 from oxalica/rust-analyzer 2021-02-16 06:39:53 +01:00
R. RyanTM
f0fced384a fend: 0.1.13 -> 0.1.14 2021-02-16 05:06:29 +00:00
Jan Tojnar
fbed952566
Merge pull request #113250 from baloo/baloo/fwupd/aarch64-build
fwupd: fix aarch64 build
2021-02-16 05:36:29 +01:00
R. RyanTM
cdd35c69d3 dua: 2.10.10 -> 2.11.0 2021-02-16 04:35:41 +00:00
Sandro
7ad472a316
Merge pull request #113131 from SCOTT-HAMILTON/cicero-tui 2021-02-16 05:29:49 +01:00
Sandro
30d00e35d3
Merge pull request #113143 from SCOTT-HAMILTON/fontfor
fontfor: init at 0.3.1
2021-02-16 05:29:29 +01:00
Sandro
e390037266
Merge pull request #113138 from manojkarthick/pqrs-init
pqrs: init at 0.1.1
2021-02-16 05:12:57 +01:00
Sandro
71916f9a3a
Merge pull request #113135 from Luflosi/add-py-multiaddr
python3Packages.py-multiaddr: init at 0.0.9
2021-02-16 05:09:08 +01:00
Sandro
3d0056a491
Merge pull request #113119 from ncryptid/master
babashka 0.2.3 -> 0.2.10
2021-02-16 04:52:22 +01:00
Jan Tojnar
51d9ad9438
Merge pull request #113246 from baloo/baloo/tpm2-tools/5.0
tpm2-tools: 4.1.3 -> 5.0
2021-02-16 04:47:19 +01:00