Jan Malakhovski
7f29cf062c
rsstail: use checkInputs
2018-08-11 09:35:23 +00:00
Jan Malakhovski
1662443fa1
utox: use checkInputs, also cleanup
2018-08-11 09:35:17 +00:00
Frederik Rietdijk
d9fa74ba78
Merge master into staging
2018-08-09 18:28:15 +02:00
Cole Mickens
e7f93b5980
ipfs: 0.4.15 -> 0.4.17 ( #44696 )
2018-08-09 08:46:57 +02:00
Bob van der Linden
7ccc0e32dc
lsyncd: 2.2.2 -> 2.2.3 ( #44770 )
2018-08-09 00:09:53 +02:00
Michael Weiss
c7e04336a7
signal-desktop: 1.15.0 -> 1.15.3
...
Skipped 1.15.1 due to upstream issues (see GitHub), 1.15.2 and 1.15.3
should be fine (at least there are fewer issues).
2018-08-08 18:18:13 +02:00
R. RyanTM
bf1b50cbc8
remmina: 1.2.30.1 -> 1.2.31.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/remmina/versions .
2018-08-08 06:45:41 -07:00
Austin Seipp
d3b51ab973
libtorrentRasterbar: multi outputs, install python2/3 bindings
...
Also fixes the Deluge build, which relied on .out and .python
being the same.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Robert Schütz
b35238f909
Merge pull request #44510 from fgaz/pybitmessage
...
pybitmessage: 0.6.2 -> 0.6.3.2
2018-08-07 23:59:44 +02:00
jpathy
11a1c5cf6c
Palemoon: 27.9.2 -> 27.9.4 ( #44502 )
...
* Palemoon update to 27.9.4
* fix hash
* disable format-security
2018-08-07 23:38:14 +02:00
adisbladis
16a44f8cfe
firefox-beta-bin: 62.0b14 -> 62.0b15
2018-08-07 14:17:13 +08:00
adisbladis
e346db09d3
firefox-devedition-bin: 62.0b14 -> 62.0b15
2018-08-07 14:17:00 +08:00
Jörg Thalheim
893b080e56
Merge pull request #44522 from Ma27/allow-citrix-custom-certs
...
citrix_receiver: allow custom certs and hooks for the installation
2018-08-07 01:29:49 +01:00
Maximilian Bosch
3d7b147a2c
citrix_receiver: drop all packages below 13.8
...
All Citrix versions until 13.7 will be EOLed during the lifetime of
18.09: https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2018-08-06 15:17:14 +02:00
Maximilian Bosch
10b2208ec5
citrix_receiver: allow custom certs and hooks for the installation
...
Sometimes it's required to modify some parts of the Citrix build on
their own which is why `{pre,post}Install` hooks can be quite helpful.
Additionally some corporate clients use their own certificates that
aren't stored as trusted ones in the `cacert` package with all of the
trusted certs by Mozilla.
Now it's possible to add custom certs like this:
``` nix
with import <nixpkgs> { config.allowUnfree = true; };
let path = ../../Downloads/custom-corporate-cert.pem; in
citrix_receiver.override {
extraCerts = [ path ];
}
```
2018-08-06 15:16:16 +02:00
Pascal Wittmann
0efd8a8f70
remove jumanji
...
jumanji isn't activly developed since the end of 2015
and uses an insecure and old version of webkit.
2018-08-06 12:57:17 +02:00
Francesco Gazzetta
26e939e22c
pybitmessage: use pname
instead of name
2018-08-05 22:32:32 +02:00
Francesco Gazzetta
3bddc85171
pybitmessage: specify python version 2
...
pybitmessage does not support python3 yet
2018-08-05 22:29:57 +02:00
Francesco Gazzetta
28fe9047ef
pybitmessage: 0.6.2 -> 0.6.3.2
2018-08-05 22:26:47 +02:00
Jens Binkert
f5cf11b2f1
openshift: 3.9.0 -> 3.10.0 ( #44484 )
2018-08-05 16:28:45 +02:00
Michael Weiss
c3266a03a8
tdesktopPackages.preview: 1.3.11 -> 1.3.12
2018-08-05 11:56:10 +02:00
Bignaux Ronan
39ab7a0778
soulseekqt: 2016-1-17 -> 2018-1-30 ( #44460 )
2018-08-04 17:24:52 +02:00
adisbladis
ffcaaedf75
firefox-beta-bin: 62.0b10 -> 62.0b14
2018-08-04 22:40:55 +08:00
adisbladis
6b0bed4f01
firefox-devedition-bin: 62.0b10 -> 62.0b14
2018-08-04 22:40:54 +08:00
Michael Weiss
9ef1406a99
signal-desktop: Allow overriding the spell checker language ( #44456 )
...
Thought this could be useful for others as well. Unfortunately it will
also override the UI language.
Example usage:
environment.systemPackages = with pkgs; [
(signal-desktop.override {
spellcheckerLanguage = "de_DE";
})
];
2018-08-04 16:01:44 +02:00
Tuomas Tynkkynen
008fd5fcf5
Merge remote-tracking branch 'upstream/master' into staging
2018-08-04 15:17:42 +03:00
Florian Klink
0a772e3c04
terraform-provider-libvirt: 0.3 -> 0.4
...
goDeps isn't used anymore
add note about why cdrtools is propagated
2018-08-04 00:54:21 +02:00
Florian Klink
5bf656e33b
terraform: filter out azure-classic while generating data.nix
2018-08-04 00:54:21 +02:00
Florian Klink
5d4ab1baaa
terraform: update all providers
...
also, stop excluding terraform.plugins.telefonicaopencloud (since
c07670bcdc
), as there's a tag on their
repo now.
2018-08-04 00:54:21 +02:00
John Ericson
f0d6b385d1
treewide: Make all the rest of configureFlags
2018-08-03 17:06:03 -04:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
Jörg Thalheim
a6900b9a13
dino: 2018-06-03 -> 2018-07-08
2018-08-03 16:54:21 +01:00
xeji
725f253190
Merge pull request #44346 from Fork-Native-Light-Foundation/package/protonmail-bridge
...
protonmail-bridge: init at 1.0.5-1
2018-08-03 16:42:54 +02:00
Michael Weiss
1ebee36c23
tdesktopPackages.preview: 1.3.10 -> 1.3.11
2018-08-03 14:15:22 +02:00
LightDiscord
3f9edf1bd6
protonmail-bridge: init at 1.0.5-1
2018-08-03 14:04:10 +02:00
Michael Weiss
915e506f7c
signal-desktop: 1.14.4 -> 1.15.0
2018-08-03 13:11:44 +02:00
Uli Baum
3835786896
gitter: fix eval
...
gnome3.gconf was dropped
2018-08-01 21:55:14 +02:00
Ivan Malison
e090fb2967
gitter: init at 4.1.0 ( #43505 )
2018-08-01 20:51:17 +02:00
Jörg Thalheim
94cbb8e3cd
Merge pull request #44251 from kalbasit/add-browsh
...
browsh: init at 1.4.10
2018-07-31 11:11:37 +01:00
Jörg Thalheim
135c085924
browsh: remove wildcard argument
2018-07-31 11:02:04 +01:00
Sarah Brofeldt
cb19404faf
Merge pull request #44245 from Infinisil/add/bukubrow
...
bukubrow: Init at 2.4.0
2018-07-31 08:35:39 +02:00
Wael M. Nasreddine
446b72ef3b
browsh: init at 1.4.10
...
closes #43283
2018-07-30 23:19:38 -07:00
Robert Schütz
8dc732342e
Merge pull request #44247 from dotlambda/seafile-client-6.2.3
...
seafile-client: 6.2.2 -> 6.2.3
2018-07-31 00:15:43 +02:00
Robert Schütz
ad5638227d
seafile-client: 6.2.2 -> 6.2.3
2018-07-30 23:50:23 +02:00
Silvan Mosberger
49bc1adb26
firefox: Add enableBukubrow config option
2018-07-30 23:02:32 +02:00
Sarah Brofeldt
7679891e2b
chromium: Increase build timout to two days
2018-07-30 12:29:58 +02:00
hyper_ch
2ba9db4f50
flexget: 2.14.5 -> 2.14.9
2018-07-29 10:03:41 +02:00
Lluís Batlle i Rossell
f54b387b63
Merge remote-tracking branch 'central/master' into viric_clean
2018-07-28 19:25:14 +02:00
Yuriy Taraday
cd3283f921
chromium: 67.0.3396.99 -> 68.0.3440.75
2018-07-27 14:38:23 +02:00
Janne Heß
6d2ab18915
sieve-connect: Init at 0.89
2018-07-26 14:12:03 -07:00