R. RyanTM
d90eeeb60a
visualvm: 1.4.1 -> 1.4.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/visualvm/versions
2018-10-03 01:12:12 -07:00
Peter Hoeg
949d024dcf
Merge pull request #47710 from r-ryantm/auto-update/zeal
...
zeal: 0.6.0 -> 0.6.1
2018-10-03 16:06:27 +08:00
R. RyanTM
9fb2c17b16
vc: 1.3.3 -> 1.4.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vc/versions
2018-10-03 00:53:23 -07:00
Andreas Rammhold
246d2848ff
firefox-esr-60: 60.2.1 -> 60.2.2 [critical security fixes]
...
This update bumps the package to the latest stable version containing a
few security fixes:
- CVE-2018-12386: Type confusion in JavaScript
A vulnerability in register allocation in JavaScript can lead to type
confusion, allowing for an arbitrary read and write. This leads to
remote code execution inside the sandboxed content process when
triggered.
- CVE-2018-12387
A vulnerability where the JavaScript JIT compiler inlines
Array.prototype.push with multiple arguments that results in the stack
pointer being off by 8 bytes after a bailout. This leaks a memory
address to the calling function which can be used as part of an
exploit inside the sandboxed content process.
Source: https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/
2018-10-03 09:51:13 +02:00
Andreas Rammhold
e7785f1148
firefox: 62.0.2 -> 62.0.3 [critical security fixes]
...
This update bumps the package to the latest stable version containing a
few security fixes:
- CVE-2018-12386: Type confusion in JavaScript
A vulnerability in register allocation in JavaScript can lead to type
confusion, allowing for an arbitrary read and write. This leads to
remote code execution inside the sandboxed content process when
triggered.
- CVE-2018-12387
A vulnerability where the JavaScript JIT compiler inlines
Array.prototype.push with multiple arguments that results in the stack
pointer being off by 8 bytes after a bailout. This leaks a memory
address to the calling function which can be used as part of an
exploit inside the sandboxed content process.
Source: https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/
2018-10-03 09:51:13 +02:00
Andreas Rammhold
64d02660cb
firefox-bin: 62.0.2 -> 62.0.3 [critical security fixes]
...
This update bumps the package to the latest stable version containing a
few security fixes:
- CVE-2018-12386: Type confusion in JavaScript
A vulnerability in register allocation in JavaScript can lead to type
confusion, allowing for an arbitrary read and write. This leads to
remote code execution inside the sandboxed content process when
triggered.
- CVE-2018-12387
A vulnerability where the JavaScript JIT compiler inlines
Array.prototype.push with multiple arguments that results in the stack
pointer being off by 8 bytes after a bailout. This leaks a memory
address to the calling function which can be used as part of an
exploit inside the sandboxed content process.
Source: https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/
2018-10-03 09:35:54 +02:00
R. RyanTM
17094f37c9
zeal: 0.6.0 -> 0.6.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zeal/versions
2018-10-03 00:35:14 -07:00
R. RyanTM
1491848406
wireguard-tools: 0.0.20180918 -> 0.0.20180925
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireguard-tools/versions
2018-10-02 21:59:49 -07:00
Ryan Mulligan
856fbc8dba
treewide: fix allowAliases = false evaluation problems
2018-10-02 21:33:40 -07:00
Peter Hoeg
8bc64b6c24
Merge pull request #47667 from jluttine/nano-wallet-16.1
...
nano-wallet: 16.0 -> 16.1
2018-10-03 10:42:30 +08:00
taku0
d4de3b2d34
thunderbird-bin: 60.0 -> 60.2.1
2018-10-03 09:12:16 +09:00
Sean Haugh
8ba7aa0ed1
libimagequant: add myself as maintainer
2018-10-02 18:29:47 -05:00
Sean Haugh
276d3d8538
libimagequant: init at 2.12.1
2018-10-02 18:29:47 -05:00
Vladyslav M
889c72032f
mpv: 0.29.0 -> 0.29.1 ( #47689 )
2018-10-03 00:34:16 +02:00
Renaud
b6c8246824
gmm: 5.1 -> 5.3 ( #47686 )
2018-10-03 00:30:36 +02:00
Vladyslav M
3c45be7d9b
i3status-rust: 0.9.0.2018-09-30 -> 0.9.0.2018-10-02 ( #47687 )
2018-10-03 00:29:26 +02:00
Timo Kaufmann
b3e2f32177
Merge pull request #47620 from bachp/unifi-update
...
Unifi updates
2018-10-03 00:17:44 +02:00
Vladyslav M
bae2f2dbda
hyperfine: 1.1.0 -> 1.3.0 ( #47521 )
2018-10-02 23:41:48 +02:00
Matthew Bauer
33d8ba28aa
Merge pull request #47682 from NixOS/docs-trivial-builders
...
trivial builders: adding usage documentation for functions
2018-10-02 16:09:44 -05:00
Matthew Bauer
a88b8da554
Merge pull request #47676 from matthewbauer/security-mojave-fix
...
haskell: fix x509-system on mojave
2018-10-02 15:18:39 -05:00
Matthew Bauer
300ff965ae
haskell: fix x509-system on mojave
...
darwin.security_tool is currently broken in Mojave. See issue #45042
for more info. Our security_tool stuff comes from 10.9 so I suspect
that it needs an update.
Here I am putting in a hack to get things working again. This uses the
system provided security binary at /usr/bin/security to avoid the
issue in Haskell’s x509-system package. Unfortunately, this will break
with the sandbox. I am also working on a proper fix, but this requires
updating lots of Apple stuff (and also copumpkin’s new CF). You can
follow the progress on this branch:
https://github.com/matthewbauer/nixpkgs/tree/xcode-security
This commit should be backported to release-18.03 and release-18.09.
/cc @copumpkin @lnl7 @pikajude
2018-10-02 15:14:11 -05:00
Samuel Leathers
024eb9a5a5
trivial builders: adding usage documentation for functions
2018-10-02 22:09:09 +02:00
Jörg Thalheim
1643967b8d
Merge pull request #47668 from jluttine/syncthing-0.14.51
...
syncthing: 0.14.50 -> 0.14.51
2018-10-02 20:19:55 +01:00
Jörg Thalheim
83f6cf82c5
Merge pull request #47656 from plapadoo/jetbrains-libnotify
...
jetbrains: add libnotify to wrapper to enable notifications
2018-10-02 20:11:42 +01:00
Peter Simons
a4badb243c
hledger: fix build of new version 1.11
2018-10-02 21:08:48 +02:00
Peter Simons
8f400527a7
haskell-hspec: update ghc-8.6.x overrides for version 2.5.8
2018-10-02 21:08:47 +02:00
Peter Simons
8841b09c0f
haskell-doctest: drop obsolete override for ghc-8.6.x
2018-10-02 21:08:47 +02:00
Peter Simons
ab1a64fe6a
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
8d7d987c0d
.
2018-10-02 21:08:42 +02:00
Peter Simons
d072586714
LTS Haskell 12.11
2018-10-02 21:07:59 +02:00
Jörg Thalheim
1de4ebdf9a
Merge pull request #47675 from kalbasit/nixpkgs_update-twa
...
twa: 1.3.1 -> 1.5.1
2018-10-02 20:07:03 +01:00
Patrick Hilhorst
fbf55e95dc
i3lock-color: 2.11-c -> 2.12.c ( #47674 )
...
Note the change in naming scheme, this is intentional
(https://github.com/PandorasFox/i3lock-color/issues/92 )
2018-10-02 21:03:41 +02:00
Wael M. Nasreddine
9b08685e96
twa: set meta.platforms to platforms.unix
2018-10-02 11:30:55 -07:00
Jörg Thalheim
4c5b6d6e53
Merge pull request #47666 from plapadoo/jshint-phantomjs
...
jshint: depend on phantomjs2
2018-10-02 19:25:23 +01:00
Wael M. Nasreddine
82b5887cab
twa: 1.3.1 -> 1.5.1
2018-10-02 11:10:58 -07:00
Pascal Bach
8fa7b89353
unifiTesting: 5.9.22 -> 5.9.29
2018-10-02 19:47:38 +02:00
Pascal Bach
9cab954ab6
unifiStable: 5.8.28 -> 5.8.30
2018-10-02 19:47:26 +02:00
Frederik Rietdijk
4d1abc4419
Merge pull request #47604 from NixOS/staging-next
...
Staging next
2018-10-02 18:22:18 +02:00
Jaakko Luttinen
2671acc471
syncthing: 0.14.50 -> 0.14.51
2018-10-02 19:20:13 +03:00
Jaakko Luttinen
470fe73332
nano-wallet: 16.0 -> 16.1
2018-10-02 19:07:49 +03:00
Philipp Middendorf
22e9c0a6fa
jshint: depend on phantomjs2
2018-10-02 18:06:55 +02:00
Patrick Hilhorst
fbc1fb78e3
wmfocus: init at 1.0.2 ( #47662 )
...
* wmfocus: init at 1.0.2
* wmfocus: fix buildInputs
2018-10-02 18:01:42 +02:00
R. RyanTM
609f9198f2
verilator: 3.926 -> 4.002
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/verilator/versions
2018-10-02 09:56:10 -05:00
Léo Gaspard
5f5905e30e
jetbrains.idea-community: add IntelliJ keyword to the longDescription ( #47650 )
...
This should make it easier to find the package under the name
IntelliJ in eg. [1]
[1] https://nixos.org/nixos/packages.html#intellij
2018-10-02 16:03:18 +02:00
Vincent Demeester
624b5c14c0
traefik: 1.7.0 -> 1.7.1 ( #47660 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-02 15:58:43 +02:00
Felix Richter
3790cf7345
csv2svn: 2.4.0 -> 2.5.0 ( #47635 )
...
use buildPythonApplication instead of manual setup.py call
2018-10-02 15:52:22 +02:00
José Romildo Malaquias
b810cdc090
theme-obsidian2: fix theme name in index.theme ( #47661 )
2018-10-02 15:51:47 +02:00
Pavol Rusnak
b3531b9719
gcc-arm-embedded: 6-2017-q2-update -> 7-2018-q2-update
...
+ update blackmagic to latest commit which includes gcc7 fixes
2018-10-02 15:23:31 +02:00
Josef Kemetmüller
aeee761aba
libcanberra: fix darwin build ( #47634 )
2018-10-02 12:55:57 +02:00
catern
9ac7893042
pythonPackages.trio: 0.6.0 -> 0.7.0 ( #47638 )
2018-10-02 12:52:58 +02:00
Sebastien Maret
34ac35dfc6
gildas: 20180901_a -> 20181001_a ( #47657 )
...
- Update gildas to the latest version
- Remove a patch that has been applied upstream
2018-10-02 12:49:33 +02:00
Felix Richter
ee3c0cf534
gen-oath-safe: 2017-06-30 -> 0.11.0 ( #47633 )
2018-10-02 12:47:56 +02:00
Vladimír Čunát
fe970a82ec
firefox: drop patch that's applied already
...
It's a bit weird that noone's noticed,
but I guess it's because of a merge or rebase.
2018-10-02 12:43:55 +02:00
nyanloutre
c254feb860
jackett: 0.10.198 -> 0.10.250
2018-10-02 12:29:39 +02:00
nyanloutre
967baedc2a
youtube-dl: 2018.09.18 -> 2018.09.26
2018-10-02 12:29:24 +02:00
Bruno Bieth
e9fbc7ce3f
autorandr: 1.6 -> 1.7
2018-10-02 12:28:32 +02:00
Philipp Middendorf
0b2f2f3d96
jetbrains: add libnotify to wrapper to enable notifications
2018-10-02 11:38:30 +02:00
Vladimír Čunát
56621c016d
ffmpeg: unbreak build of older versions after #46078
...
As in the other cases, I didn't care about passing the dependency
if unused...
2018-10-02 11:18:20 +02:00
Eelco Dolstra
2c9265c950
nix: 2.1.2 -> 2.1.3
2018-10-02 11:07:48 +02:00
Yurii Rashkovskii
34f20090d3
nwjs-sdk: init at 0.33.4 ( #45320 )
2018-10-02 10:24:05 +02:00
Sarah Brofeldt
baacbcd2a0
Merge pull request #47565 from mpickering/gdal-2.3.2
...
gdal: 2.3.1 -> 2.3.2
2018-10-02 09:09:26 +02:00
Sarah Brofeldt
c7102408f3
Merge pull request #47641 from romildo/upd.onestepback
...
onestepback: 0.98 -> 0.991
2018-10-02 09:06:22 +02:00
John Ericson
e1605d9b21
Merge pull request #47647 from obsidiansystems/ghc-8.2.2-change-patch
...
ghc-8.2.2: Oops, added adjacent patch to the one I wanted for master
2018-10-02 01:47:53 -04:00
John Ericson
bfef8113f6
ghc-8.2.2: Oops, added adjacent patch the one I wanted
2018-10-02 05:41:54 +00:00
Matthew Bauer
ea857466e1
Merge pull request #47642 from enumatech/buildApp-meta
...
xcodeenv.buildApp: inherit meta
2018-10-02 00:41:06 -05:00
Peter Hoeg
3916f71a16
Merge pull request #47166 from peterhoeg/u/crystal
...
crystal: 0.26.1 and introduce 0.25.1
2018-10-02 13:29:22 +08:00
John Ericson
e231a374b8
Merge pull request #47644 from obsidiansystems/ghc-8.2-hsc2hs
...
ghc-8.2.2: Fix which hsc2hs is installed on cross
2018-10-02 01:10:47 -04:00
John Ericson
4f5d9996a6
ghc-8.2.2: Fix which hsc2hs is installed on cross
...
These commits all ended up on later GHCs, and are already being patched
in for ghc-8.4.3 in nixpkgs.
2018-10-02 00:33:30 -04:00
Lionello Lunesu
132ed23f35
xcodeenv.buildApp: inherit meta
...
Without `inherit meta;` there was no easy way for XCode packages to
set meta information of the final derivation.
2018-10-02 12:01:22 +08:00
José Romildo Malaquias
2041c535f2
onestepback: 0.98 -> 0.991
...
- Update to version 0.991
- Add color variants of the theme
- Change home page
2018-10-02 00:49:21 -03:00
Austin Seipp
5a179ffb01
perlPackages.Mojolicious: 8.0 -> 8.01
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-01 22:32:55 -05:00
Austin Seipp
37ce9316bf
perlPackages.MojoliciousPluginStatus: init at 1.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-01 22:32:55 -05:00
Austin Seipp
65923ede17
perlPackages: init Sereal package family at 4.005
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-01 22:32:54 -05:00
Austin Seipp
919a3b7f9c
symbiyosys: 2018.07.26 -> 2018.09.12
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-01 22:32:54 -05:00
Austin Seipp
d7393024d1
yosys: 2018.08.08 -> 2018.09.30
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-01 22:32:54 -05:00
Austin Seipp
7b0b895053
arachne-pnr: 2018.05.13 -> 2018.09.08
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-01 22:32:54 -05:00
Austin Seipp
1e9e3adfb1
icestorm: 2018.08.01 -> 2018.09.04
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-01 22:32:54 -05:00
Peter Hoeg
da61221189
scry: init at 0.7.1.20180919
2018-10-02 10:30:23 +08:00
Peter Hoeg
5200db329e
icr: init at 0.5.0
2018-10-02 10:30:23 +08:00
Peter Hoeg
51076b414b
crystal: 0.26.0 -> 0.26.1
...
We also start carrying the previous versions as crystal is under rapid
development.
Instead of pulling the binary builder each time, create a derivation that we can
use to build the various versions.
2018-10-02 10:30:22 +08:00
Peter Hoeg
b7efce77d0
shards: minor cleanups
2018-10-02 10:29:10 +08:00
Jörg Thalheim
bc0d87a4f1
Merge pull request #47455 from nyanloutre/steamPackages.steam-udev
...
steamPackages.steam: add udev rules and update to 1.0.0.56
2018-10-02 00:55:41 +01:00
Roman Volosatovs
2ada8f78d0
simple-websocket-server: Init at 20180414 ( #47567 )
2018-10-02 00:40:10 +02:00
Felix Richter
46e284aedd
ifdnfc: init at 2016-03-01 ( #47625 )
2018-10-02 00:39:48 +02:00
Tim Steinbach
483880aeac
linux: Add hardened test kernel ( #47570 )
2018-10-02 00:27:41 +02:00
Bart Brouns
94de259013
puredata: 0.48-2 -> 0.49-0 ( #47505 )
2018-10-02 00:21:04 +02:00
Paul TREHIOU
483e2a1a6b
btchip: init at 0.1.28
...
electrum and electron-cash: add support for btchip library (#40816 )
2018-10-01 18:13:03 -04:00
Philipp Hausmann
09df5da98f
slimserver: Relax audio scan dependency ( #47029 )
2018-10-02 00:08:00 +02:00
Renaud
0229934c66
Merge pull request #46198 from leenaars/hyperscrypt
...
hyperscrypt-font: init at 1.1
2018-10-02 00:04:29 +02:00
R. RyanTM
d25ce11fbc
springLobby: 0.264 -> 0.267 ( #46948 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/springlobby/versions
2018-10-02 00:03:09 +02:00
R. RyanTM
5716d42172
fanficfare: 2.28.0 -> 3.0.0 ( #47065 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions
2018-10-02 00:02:26 +02:00
R. RyanTM
873173aa38
inboxer: 1.1.4 -> 1.1.5 ( #47047 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/inboxer/versions
2018-10-02 00:02:05 +02:00
Vincent Laporte
736d8af3fd
ocamlPackages.piqi: 0.6.13 -> 0.6.14 ( #47621 )
2018-10-01 23:59:56 +02:00
Maximilian Bode
5c5cb36f7a
stern: init at 1.8.0 ( #47605 )
2018-10-01 23:56:08 +02:00
Maximilian Bode
fe5d78a1f2
terraform-landscape: 0.2.0 -> 0.2.1 ( #47611 )
2018-10-01 23:43:34 +02:00
WilliButz
781206217e
nvtop: use version-independent libnvidia-ml.so symlink
2018-10-01 23:40:21 +02:00
Pascal Bach
9dbb71b1d3
gitlab-runner-v1: remove v1 package ( #47624 )
...
It was required for gitlab < 9 which is not supported anymore since some time.
While removinf the V1 the patch was refreshed to cleanly work with version 11.x
2018-10-01 23:37:25 +02:00
John Ericson
a3d86b49b4
Merge pull request #47626 from obsidiansystems/ghc-cross-fixes
...
ghc: Misc cross fixes
2018-10-01 17:19:31 -04:00
John Ericson
b19113380f
ghc 8.2.2: Backport cross fixes from 8.4.3
...
Other patches are also needed for a working build, but that doesn't mean
these patches are any less necessary.
2018-10-01 20:54:21 +00:00
John Ericson
cb442d9345
ghcHEAD: Copy android hack that other GHCs have
...
Not sure why this one doesn't
2018-10-01 20:53:46 +00:00
John Ericson
d4b5df711a
ghcHEAD: Force INTEGER_LIBRARY like the other GHCs
...
We really need to abstract to avoid these copy-paste errors.
2018-10-01 20:50:58 +00:00
Pascal Bach
510c85f349
gitlab-runner: 11.3.0 -> 11.3.1 ( #47623 )
2018-10-01 22:37:41 +02:00
Will Dietz
0878a16070
pasystray: 0.6.0 -> 0.7.0 ( #47618 )
2018-10-01 22:28:46 +02:00
Will Dietz
dc30d9367a
tetra-gtk-theme: no pname per reviewer feedback
...
Somehow I thought i'd pushed this already,
sorry for that @timokau!
2018-10-01 15:27:35 -05:00
Will Dietz
25a0d72e58
xterm: 335 -> 337 ( #47615 )
2018-10-01 22:26:30 +02:00
Will Dietz
aaaa445a61
elementary-xfce-icon-theme: 0.13 -> 0.13.1 ( #47614 )
...
(cherry picked from commit 24d8eb1cfdddeffb1c512f40fe9f19881bd8dfd3)
2018-10-01 22:24:22 +02:00
Will Dietz
39a9503321
Merge pull request #47617 from dtzWill/feature/tetra-gtk-theme
...
tetra-gtk-theme: init at 1.6
2018-10-01 15:04:00 -05:00
Lancelot SIX
5aa66991a6
pythonPackages.django-raster: Improve django version support ( #47484 )
2018-10-01 22:02:11 +02:00
Will Dietz
10a41bc1af
Merge pull request #47616 from dtzWill/update/iconpack-obsidian-4.3
...
obsidian icon and gtk theme updates
2018-10-01 14:50:04 -05:00
Timo Kaufmann
7474160afe
Merge pull request #47606 from mbode/flink_1_6_1
...
flink: 1.6.0 -> 1.6.1
2018-10-01 21:37:13 +02:00
Ryan Mulligan
f01a201fb4
Merge pull request #43562 from numinit/xf86videodummy
...
xpra.xf86videodummy: init at 0.3.8
2018-10-01 12:15:18 -07:00
Will Dietz
894872c96a
tetra-gtk-theme: simplify a bit
2018-10-01 14:03:11 -05:00
Will Dietz
292d446400
tetra-gtk-theme: init at 1.6
2018-10-01 14:03:09 -05:00
Will Dietz
619d66feb0
obsidian2: 2.5 -> 2.6
2018-10-01 14:00:27 -05:00
Will Dietz
16be9adf55
iconpack-obsidian: 4.0.1 -> 4.3
2018-10-01 14:00:10 -05:00
Michael Weiss
4652b54f38
tdesktop: Update the Arch patches
2018-10-01 20:22:57 +02:00
Michael Weiss
18b468ed81
gollum: 4.1.3 -> 4.1.4 (security, CVE-2018-3740)
2018-10-01 20:16:26 +02:00
Maximilian Bode
fef46259d6
flink_1_5: 1.5.3 -> 1.5.4
2018-10-01 19:54:11 +02:00
Maximilian Bode
9c7d2aa353
flink: 1.6.0 -> 1.6.1
2018-10-01 19:51:54 +02:00
Daiderd Jordan
1383c08f2c
Merge branch 'master' into staging-next
2018-10-01 19:42:07 +02:00
Jörg Thalheim
d334c1c1d0
nixos/bitlbee: option to use pam
2018-10-01 18:25:11 +01:00
Jörg Thalheim
14cc9a2f0f
bitlbee: disable gcov
...
Code coverage reports is not useful at all for users.
This is a feature for developer.
2018-10-01 18:25:11 +01:00
xeji
83fd9785f6
linux kernel: increase build timeout from 2 to 4 hrs ( #47564 )
...
We've recently seen a lot of kernel build timeouts on hydra,
so let's increase the timeout.
2018-10-01 17:40:29 +02:00
Mitsuhiro Nakamura
902c6a5d03
feedgnuplot: 1.49 -> 1.51 ( #47574 )
2018-10-01 17:38:27 +02:00
Michael Fellinger
c4ff3664eb
mint: 0.2.1 -> 0.3.1 ( #47586 )
2018-10-01 17:33:59 +02:00
Tim Steinbach
74ae8fb7a5
scala: 2.12.6 -> 2.12.7 ( #47571 )
2018-10-01 17:29:41 +02:00
Thomas Kerber
5e4fe584fa
kitty: 0.12.0 -> 0.12.3 ( #47599 )
2018-10-01 17:27:31 +02:00
Thomas Kerber
a6520fc023
fira-code: 1.205 -> 1.206 ( #47598 )
2018-10-01 17:25:44 +02:00
José Romildo Malaquias
2b05499524
sierra-gtk-theme: 2018-09-14 -> 2018-10-01 ( #47588 )
2018-10-01 17:22:53 +02:00
José Romildo Malaquias
9f107e5026
materia-theme: 20180519 -> 20180928 ( #47590 )
2018-10-01 17:21:36 +02:00
Niklas Thörne
dee90d27e2
uftrace: init at 0.9 ( #47117 )
...
* uftrace: init at 0.9
* Dropped dependency leftovers.
* patchShebang needed for sandboxed build
2018-10-01 17:20:25 +02:00
haslersn
62bf19d2fc
mkspiffs: init at 0.2.3 ( #46674 )
2018-10-01 14:49:02 +00:00
Peter Hoeg
ae2bb82a8d
Merge pull request #47587 from peterhoeg/u/plantuml
...
plantuml: 1.2018.10 -> 1.2018.11
2018-10-01 20:24:51 +08:00
Jörg Thalheim
13b2903169
alacritty: spell darwin platform correctly
2018-10-01 12:08:59 +01:00
Jörg Thalheim
350c79f983
alacritty: restrict platforms to x86_64-{linux,darwin}
2018-10-01 11:59:58 +01:00
Jörg Thalheim
cb6ccb6a7e
alacritty: 2018-08-30 -> 0.2.0
...
Based on popular demand I decided to upgraded alacritty from my own fork.
We currently also have a version in staging that works without but we
cannot easily backport this one because it relies on some changes in the rust
build infrastructure
2018-10-01 11:46:23 +01:00
Peter Hoeg
6d90961e69
plantuml: 1.2018.10 -> 1.2018.11
2018-10-01 17:15:00 +08:00
Peter Hoeg
89b618771a
emacs: fix egg dependency on git
2018-10-01 17:01:42 +08:00
Sarah Brofeldt
b256df4937
dockerTools: Use nix instead of nixUnstable
2018-10-01 09:51:52 +02:00
lewo
56b4db9710
Merge pull request #47411 from graham-at-target/multi-layered-images-crafted
...
Multi-Layered Docker Images
2018-10-01 09:48:24 +02:00
lewo
c417b2659b
Merge pull request #47506 from magnetophon/csa
...
csa: init at 0.5.100810
2018-10-01 09:41:10 +02:00
rys ostrovid
3ac175e61f
EmptyEpsilon: fix version numbering ( #47546 )
2018-10-01 08:09:28 +01:00
Will Dietz
97920e9fad
Merge pull request #47569 from NeQuissimus/kernel_4_19_rc6
...
linux: 4.19-rc5 -> 4.19-rc6
2018-10-01 00:53:57 -05:00
Edmund Wu
4c95508641
vscode-extensions.ms-vscode.cpptools: 0.17.6 -> 0.19.0 ( #47573 )
2018-10-01 07:51:04 +02:00
Edmund Wu
285800d537
vscode-extensions.ms-python.python: 2018.7.0 -> 2018.8.0 ( #47572 )
2018-10-01 07:50:07 +02:00
Bart Brouns
396320cab7
csa: init at 0.5.100810
2018-10-01 07:15:30 +02:00
Peter Hoeg
1f255187ed
Merge pull request #47576 from peterhoeg/f/magit
...
emacs: magithub and magit-svn require git
2018-10-01 12:05:45 +08:00
Peter Hoeg
b5c69bca37
emacs: magithub and magit-svn require git
2018-10-01 11:37:47 +08:00
Peter Hoeg
f8e758a465
Merge pull request #47551 from peterhoeg/p/snipes
...
snipes: init at 20180930
2018-10-01 10:26:43 +08:00
Peter Hoeg
d3ada967ae
snipes: init at 20180930
2018-10-01 10:11:00 +08:00
Morgan Jones
73cabebdd1
xpra.xf86videodummy: init at 0.3.8
2018-10-01 00:28:36 +00:00