Commit graph

5099 commits

Author SHA1 Message Date
Patrick Hilhorst 43192446d9
oneko: switch around version and vname
Co-Authored-By: Synthetica9 <git@hilhorst.be>
2018-11-06 00:17:05 +01:00
Patrick Hilhorst 9ec40cc3bf
treewide: Fix overrides having wrong versions 2018-11-06 00:06:21 +01:00
Patrick Hilhorst b0e9fc131c
treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
Michael Raskin efdc3b3d31
Merge pull request #49638 from danieldk/mupdf-1.14
mupdf: 1.13.0 -> 1.14.0
2018-11-04 17:21:16 +00:00
Mario Rodas b065bb2133 1password: 0.5.3 -> 0.5.4 2018-11-03 20:44:31 -05:00
Periklis Tsirakidis 74ef823422 alacritty: fix build on darwin 2018-11-03 16:39:56 +01:00
Will Dietz e9d31c85a4 tootle: 0.1.5 -> 0.2.0
https://github.com/bleakgrey/tootle/releases/tag/0.2.0
2018-11-03 09:56:06 -05:00
Robert Helgesson a562c5fc75
josm: 14289 -> 14382 2018-11-02 23:19:18 +01:00
Matthew Bauer 836cbf6a5c opentx: don’t use nano
Vanilla newlib doesn’t install nano.
2018-11-02 15:42:32 -05:00
Jan Tojnar 3493f44727
Merge pull request #49560 from worldofpeace/eos-third-update
update some elementary thirdparty apps
2018-11-02 21:29:57 +01:00
Daniël de Kok de6d025592 mupdf: 1.13.0 -> 1.14.0
Changelog: https://mupdf.com/release_history.html
2018-11-02 10:20:09 +01:00
Franz Pletz 5ae33b77a1
Merge pull request #49622 from pbogdan/polybar-cc
polybar: nuke reference to stdenv.cc, small clean up
2018-11-02 01:35:39 +00:00
Piotr Bogdan 10e3dde91f polybar: nuke reference to stdenv.cc, small clean up 2018-11-02 00:54:37 +00:00
Renaud 17ec29230e
Merge pull request #49076 from markuskowa/fet-urh
urh: add support for airspy and limesdr
2018-11-01 18:29:06 +01:00
Matthieu Coudron efbf9afb17 gImageReader: init at 3.2.99
gImageReader is a GUI for tesseract, an optical character recognition engine.
While the UI supports Qt/Gtk, I have only added the gtk one in the nix derivation.
2018-11-02 01:22:12 +09:00
Franz Pletz 38db6fdfb9
Merge pull request #48326 from jerith666/jdk11
openjdk: 10.0.2 -> 11.0.1
2018-11-01 11:34:13 +00:00
Will Dietz 8f2a1dc955 regextester: 0.1.7 -> 1.0.1
* uses meson now
* crashes on start complaining schema not installed,
  so I added a postInstall that compiles the schema?
  Fixes the problem but I'm not particularly familiar
  with these bits so review appreciated.
2018-10-31 19:05:37 -04:00
worldofpeace a9288f1d95 notejot: 1.4.5 -> 1.4.7 2018-10-31 18:49:40 -04:00
Daniël de Kok f9a8abe86b hugo: 0.49.2 -> 0.50 (#49525)
Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.50
2018-10-31 18:49:32 +01:00
Patrick Hilhorst cca88cc134
albert: add myself as maintainer 2018-10-31 01:16:45 +01:00
Patrick Hilhorst fa53671e79
albert: 0.14.21 -> 0.14.22 2018-10-31 01:16:30 +01:00
Matthew Bauer a6fa5bd936
Merge pull request #48286 from matthewbauer/avrgcc
avr: use new cross compilation infrastructure
2018-10-30 13:49:08 -05:00
Matthew Bauer aa4707fc34 treewide: use gnu toolchain for avr/arm-embedded
These packages should in theory work with our GCC toolchains, but
there are some definite breakages that need to be tracked down.
Comparing output of these to old gcc-arm-embedded is important.

Affected packages include:

- axolooti
- avrdudess
- opentx
- microscheme
- betaflight
- inav
- blackmagic
- simavr
- gnuk
2018-10-30 13:31:45 -05:00
Gabriel Ebner f129ed25a0 khal: fix build
Upgrading icalendar to 4.0.3 broke the pinned dateutil version.
Luckily khal 0.9.10 now works with dateutil 2.7, so we no longer need to
override it.  However now one test in khal fails (the string output
changed from icalendar 4.0.2 to 4.0.3)...
2018-10-30 18:32:35 +01:00
Lizard 39662cf61c pbpst: init at unstable-2018-01-11 (#49459) 2018-10-30 17:33:59 +01:00
Elis Hirwing b8040919b0 dmrconfig: 2018-10-20 -> 2018-10-29 (#49419)
Support for more devices were added.
2018-10-30 01:08:51 +01:00
xeji 21a7ca7c08
Merge pull request #49074 from c0bw3b/pkg/veracrypt
veracrypt: 1.22 -> 1.23 / truecrypt: remove and alias to veracrypt
2018-10-29 23:53:29 +01:00
Daiderd Jordan d80f2dba6f
Merge pull request #49079 from alyssais/bb
bb: add Darwin compatibility
2018-10-29 11:08:14 +00:00
Alyssa Ross c49aa0d0df
bb: add Darwin compatibility
It even has working sound, unlike on Linux!
2018-10-29 10:53:24 +00:00
Daniël de Kok f90d4de02f hugo: 0.47.1 -> 0.49.2
Changelog: https://github.com/gohugoio/hugo/releases

Adresses #49125
2018-10-29 11:48:03 +01:00
Matt McHenry 1bd7b98c79 openjdk: 10.0.2 -> 11.0.1
* the jre is no longer an official part of the jdk (jmod is
  recommended as a replacement when needing to create smaller runtime
  images)

* darwin continues to use zulu from azul

* apps that used 10 now use 11 (eclipse, bazel, josm)
2018-10-28 20:35:25 -04:00
David Pätzel 5931204ae8 tabula: init at 1.2.1 2018-10-28 20:24:20 +01:00
Rodney Lorrimar fa0b1930fb
electrum: fix sha256 for 3.2.3
I have checked pkgs.electrum.src against the GPG signature from
https://download.electrum.org/3.2.3/Electrum-3.2.3.tar.gz.asc
2018-10-28 16:27:13 +10:00
Jan Tojnar 6675f9e223
Merge pull request #49234 from r-ryantm/auto-update/mysql-workbench
mysql-workbench: 8.0.12 -> 8.0.13
2018-10-28 01:17:47 +02:00
markuskowa d22dde0ccc
Merge pull request #49216 from r-ryantm/auto-update/nnn
nnn: 1.9 -> 2.0
2018-10-27 14:49:42 +02:00
R. RyanTM e118a0fa1f mysql-workbench: 8.0.12 -> 8.0.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mysql-workbench/versions
2018-10-27 03:33:23 -07:00
R. RyanTM a8020acb76 nnn: 1.9 -> 2.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/nnn/versions
2018-10-26 22:53:59 -07:00
adisbladis 1a1aa4d4d5
Merge pull request #49052 from etu/init-dmrconfig
dmrconfig: init at 2018-10-20
2018-10-26 23:12:52 +01:00
Elis Hirwing 21390ed5ec
dmrconfig: init at 2018-10-20 2018-10-26 19:47:31 +02:00
markuskowa 7214974871
Merge pull request #49135 from r-ryantm/auto-update/soapysdr
soapysdr: 0.6.1 -> 0.7.0
2018-10-26 19:25:24 +02:00
Andreas Rammhold 2898972377 kiwix: mark as insecure
There is at least one recorded issue against our kiwix version. Upstream
does no longer support this version of the project. They have moved to a
different repository & software architecture.
2018-10-26 12:17:58 +02:00
R. RyanTM e87534ed66 soapysdr: 0.6.1 -> 0.7.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/soapysdr/versions
2018-10-26 01:08:37 -07:00
Jörg Thalheim 910262be7c
Merge pull request #49031 from Moredread/slic3r-prusa3d/1.41.1
slic3r-prusa3d: 1.41.0 -> 1.41.1
2018-10-25 17:48:21 +01:00
Markus Kowalewski 7e81407953
urh: add support for airspy and limesdr 2018-10-24 21:34:55 +02:00
markuskowa 75aa8b9a2c
Merge pull request #48865 from r-ryantm/auto-update/urh
urh: 2.3.0 -> 2.4.0
2018-10-24 21:09:05 +02:00
c0bw3b ce67a63dbe veracrypt: 1.22 -> 1.23
Removed the wxGUI switch because it was never working.
To build VeraCrypt text-only you still need wxGTK _and_ you need to
rebuild wxGTK without GUI too...
Moreover, the normal build provides both GUI and text-only interfaces
so it is already usable in pure CLI contexts.
2018-10-24 21:02:04 +02:00
c0bw3b b47fccff0a truecrypt: remove and alias to veracrypt
TrueCrypt has been retired for a while now and the source archive we
pointed to is gone. Moreover the VeraCrypt fork is available, maintained
and fixes issues previous audits found in TrueCrypt.
2018-10-24 20:34:17 +02:00
André-Patrick Bubel 15f275d1b9
slic3r-prusa3d: 1.41.0 -> 1.41.1 2018-10-24 17:12:32 +02:00
Thane Gill 81047fa458 Airtame 3.1.1 -> 3.3.0 (#48505) 2018-10-24 11:42:04 +02:00
Vladyslav M f7a785fbd1 mako: init at 1.1 (#46606) 2018-10-23 22:12:44 +02:00