Commit Graph

313120 Commits

Author SHA1 Message Date
Sandro
23d5823337
Merge pull request #136044 from WolfangAukang/winetricks-20210825
winetricks: 20210206 -> 20210825
2021-09-05 15:57:28 +02:00
Anderson Torres
1f11d5dcd2
Merge pull request #136606 from LibreCybernetics/update-android-studio
android-studio: 2020.3.1.23 → 2020.3.1.24
2021-09-05 10:39:47 -03:00
Luke Granger-Brown
e06662923c
Merge pull request #122318 from yoctocell/hg-commitsitgs
python3Packages.hg-commitsigs: init at unstable-2021-01-08
2021-09-05 14:04:29 +01:00
Ryan Mulligan
5f287467ed
Merge pull request #136745 from r-ryantm/auto-update/xplr
xplr: 0.14.5 -> 0.14.7
2021-09-05 06:02:06 -07:00
Martin Weinelt
c1065c53e5
Merge pull request #136364 from LeSuisse/fig2dev-3.2.8b
fig2dev: 3.2.8a -> 3.2.8b
2021-09-05 14:46:24 +02:00
sternenseemann
ca6cb24b96 foot: 1.8.2 -> 1.9.0
https://codeberg.org/dnkl/foot/releases/tag/1.9.0

Main change requiring intervention from our side is the new alternative
terminfo install location used by foot in order to coexist with ncurses'
install location.

We want to keep using the normal terminfo install location:

* ncurses and foot have separate store paths so there won't be an
  actual conflict

* buildEnv etc. can deal with file conflicts when building the
  system path

Since foot now sets the TERMINFO environment variable to its terminfo
directory, we can stop installing foot's terminfo globally always (via
propagated-user-env-package) instead `foot.terminfo` now only needs to
be installed on remote systems were you want to have the proper terminfo
for foot.

We'll need to see if this works reliably in the future. NixOS sets
TERMINFO_DIRS, so there may be packages that have been patched to
respect that, but not TERMINFO.
2021-09-05 14:28:54 +02:00
Kira Bruneau
51c4e675e2
google-cloud-sdk: add meta.mainProgram (#136713) 2021-09-05 12:11:28 +00:00
davidak
5c28c234b3
Merge pull request #136768 from bobby285271/timetable
timetable: drop package
2021-09-05 13:06:13 +02:00
Luke Granger-Brown
52411bf932
Merge pull request #136595 from lukegb/mercurial
mercurial: 5.8 -> 5.9.1
2021-09-05 11:24:35 +01:00
Fabian Affolter
4ade45231c
Merge pull request #136370 from r-ryantm/auto-update/python3.8-cogapp
python38Packages.cogapp: 3.0.0 -> 3.1.0
2021-09-05 11:53:43 +02:00
Fabian Affolter
8ac1e63ac5
Merge pull request #135965 from r-ryantm/auto-update/sstp-client
sstp: 1.0.13 -> 1.0.15
2021-09-05 11:50:10 +02:00
Fabian Affolter
ae93ef67ce
Merge pull request #136411 from r-ryantm/auto-update/python3.8-numpy-stl
python38Packages.numpy-stl: 2.16.0 -> 2.16.2
2021-09-05 11:37:20 +02:00
Fabian Affolter
40e0738df1
Merge pull request #136055 from trofi/update-pax-utils
pax-utils: 1.2.8 -> 1.3.3
2021-09-05 11:35:33 +02:00
Fabian Affolter
ae68b37955
Merge pull request #136423 from r-ryantm/auto-update/python3.8-python-nomad
python38Packages.python-nomad: 1.2.1 -> 1.3.0
2021-09-05 11:30:48 +02:00
Fabian Affolter
2126b35a11
Merge pull request #135918 from r-ryantm/auto-update/tempo
tempo: 1.0.1 -> 1.1.0
2021-09-05 11:25:36 +02:00
Fabian Affolter
420797fe78
sstp: rename phase 2021-09-05 11:22:45 +02:00
Fabian Affolter
d705ef6521
sstp: clarify license 2021-09-05 11:20:57 +02:00
Fabian Affolter
4dd783a187
pax-utils: clarify license 2021-09-05 11:13:58 +02:00
Fabian Affolter
584ea30475
Merge pull request #136764 from magnetophon/rdfind
rdfind: 1.4.1 -> 1.5.0
2021-09-05 11:09:34 +02:00
Fabian Affolter
33e17471c8
Merge pull request #136335 from fabaff/bump-cowpatty
cowpatty: 4.6 -> 4.8
2021-09-05 10:56:35 +02:00
Fabian Affolter
29cd399d80
python3Packages.python-nomad: add pythonImportsCheck 2021-09-05 10:55:58 +02:00
Fabian Affolter
434b9bde93
rdfind: clarify license 2021-09-05 10:50:11 +02:00
Fabian Affolter
f35d7abb75
Merge pull request #136393 from r-ryantm/auto-update/python3.8-exchangelib
python38Packages.exchangelib: 4.5.0 -> 4.5.1
2021-09-05 10:48:23 +02:00
Matthias Thym
b2480d2580
qownnotes: 21.7.4 -> 21.8.12 (#135941)
* qownnotes: 21.7.4 -> 21.8.12

* Update pkgs/applications/office/qownnotes/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-05 10:48:02 +02:00
Fabian Affolter
f67b2c756b
Merge pull request #136361 from veprbl/pr/uproot_4_1_1
python3Packages.uproot: 4.0.8 -> 4.1.1
2021-09-05 10:46:49 +02:00
Sandro
c32fa3f108
intel-gmmlib: add x686-linux to meta.platforms (#136738)
* intel-gmmlib: set meta.platforms ot linux to unbreak it on i686

* Update pkgs/development/libraries/intel-gmmlib/default.nix

Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>

Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
2021-09-05 10:45:38 +02:00
Bobby Rong
e507ca5933
timetable: drop package 2021-09-05 16:34:53 +08:00
Bart Brouns
4a49353e9b rdfind: 1.4.1 -> 1.5.0 2021-09-05 10:12:15 +02:00
Fabian Affolter
7a08a9b2fb
Merge pull request #136754 from manojkarthick/reddsaver-v0.4.0
reddsaver: 0.3.3 -> 0.4.0
2021-09-05 09:55:15 +02:00
Fabian Affolter
94a44a8291
Merge pull request #136736 from figsoda/hck-update
hck: 0.6.1 -> 0.6.2
2021-09-05 09:47:43 +02:00
Manoj Karthick
d5327b6de2
reddsaver: 0.3.3 -> 0.4.0 2021-09-04 23:25:06 -07:00
R. RyanTM
2d1908ac0b xplr: 0.14.5 -> 0.14.7 2021-09-05 04:07:08 +00:00
Sandro
33d3282b12
Merge pull request #130028 from cab404/super-slicer-2-3-56-7
super-slicer: 2.3.56.5 -> 2.3.56.8
2021-09-05 04:01:08 +02:00
Sandro
38b9e83d6f
Merge pull request #135615 from VergeDX/pipes-rs
pipes-rs: init at 1.4.4
2021-09-05 04:00:24 +02:00
Anderson Torres
e0f7007db7
Merge pull request #136678 from spacekookie/master
kak-lsp: 10.0.0 -> 11.0.0
2021-09-04 22:57:29 -03:00
Sandro
1c71e1d9e5
Merge pull request #136237 from superherointj/package-tfk8s-v0.1.7 2021-09-05 03:54:06 +02:00
Sandro
ec6e53a343
Merge pull request #135904 from superherointj/package-fluxcd-v0.17.0
fluxcd: 0.16.2 -> 0.17.0
2021-09-05 03:53:44 +02:00
Sandro
4b286fd5f4
Merge pull request #135902 from figsoda/crates.nvim
vimPlugins.crates-nvim: init at 2021-09-03
2021-09-05 03:53:07 +02:00
Sandro
d9ab30da48
Merge pull request #136628 from sumnerevans/heisenbridge-1.0.1 2021-09-05 03:51:30 +02:00
Sandro
9716b08f49
Merge pull request #134237 from illustris/jibri-package
jibri: init at 8.0-93-g51fe7a2
2021-09-05 03:50:02 +02:00
Sandro
d1b0b02b55
Merge pull request #136449 from r-ryantm/auto-update/python3.8-google-cloud-bigquery 2021-09-05 03:49:12 +02:00
Sandro
0c8282b13b
Merge pull request #136339 from r-ryantm/auto-update/python3.8-google-cloud-translate 2021-09-05 03:46:45 +02:00
Sandro
5a825ba0a5
Merge pull request #135685 from kraem/kraem/sonic-pi/wrap_sonic-pi-server
sonic-pi: wrap sonic-pi-server.rb as standalone executable
2021-09-05 03:46:26 +02:00
Sandro
23fce3f3be
Merge pull request #136383 from r-ryantm/auto-update/python3.8-google-resumable-media
python38Packages.google-resumable-media: 2.0.0 -> 2.0.1
2021-09-05 03:45:40 +02:00
Sandro
140896735f
Merge pull request #136333 from r-ryantm/auto-update/python3.8-google-cloud-kms 2021-09-05 03:45:19 +02:00
Sandro
07079cf314
Merge pull request #136331 from r-ryantm/auto-update/python3.8-google-cloud-os-config 2021-09-05 03:44:32 +02:00
Sandro
f3f8667c54
Merge pull request #136320 from r-ryantm/auto-update/python3.8-google-cloud-spanner 2021-09-05 03:44:11 +02:00
Sandro
7c551b7788
Merge pull request #136319 from r-ryantm/auto-update/python3.8-google-cloud-speech
python38Packages.google-cloud-speech: 2.7.0 -> 2.8.0
2021-09-05 03:42:46 +02:00
adisbladis
7a5789c8e3
Merge pull request #136712 from sternenseemann/bqn-mode
emacs.pkgs.bqn-mode: init at unstable-2021-09-04
2021-09-04 20:23:27 -05:00
Sandro
fcb5ae27b2
Merge pull request #136336 from r-ryantm/auto-update/python3.8-google-cloud-firestore
python38Packages.google-cloud-firestore: 2.3.0 -> 2.3.1
2021-09-05 03:10:06 +02:00