3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

56460 commits

Author SHA1 Message Date
Otavio Salvador 3b07746b0a shellhub-agent: 0.6.0 -> 0.6.4
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-30 23:08:32 -07:00
Guillaume Girol fcc8230147 bombono: update ffmpeg, fix iso generation 2021-04-30 23:04:29 -07:00
Anderson Torres af4d1fae3f
Merge pull request #121341 from AluisioASG/aasg/haunt-0.2.5
haunt: fix Guile load paths
2021-05-01 02:17:34 -03:00
AndersonTorres e1a8c80e92 river: refactor 2021-05-01 00:45:20 -03:00
Aluísio Augusto Silva Gonçalves a5c7cd5779
haunt: fix Guile load paths
Guile's version is part of the path and the installed files won't be
found if we don't include it.  Also, we can rely on the paths of build
inputs being added to $GUILE_LOAD_PATH and $GUILE_LOAD_COMPILED_PATH
by Guile's setup hook.
2021-04-30 22:55:18 -03:00
Aluísio Augusto Silva Gonçalves bd722f1105
haunt: enable tests and verify that the binary works 2021-04-30 21:46:03 -03:00
AndersonTorres 72dacfd325 quodlibet: xineLib -> xine-lib 2021-04-30 17:51:05 -03:00
AndersonTorres df26e9a55d eaglemode: xineLib -> xine-lib 2021-04-30 17:51:04 -03:00
AndersonTorres e44606ff47 dvdstyler: xineUI -> xine-ui 2021-04-30 17:51:04 -03:00
AndersonTorres 06dadfa1a1 xineliboutput: xineLib -> xine-lib 2021-04-30 17:51:04 -03:00
AndersonTorres bc5a164ccf xine-ui: xineLib -> xine-lib
And refactor.
2021-04-30 17:51:04 -03:00
AndersonTorres 27525f6c4d kid3: ffmpeg_3 -> ffmpeg
And refactor.
2021-04-30 17:39:08 -03:00
AndersonTorres 6d365578bf aegisub: ffmpeg_3 -> ffmpeg
And refactor.
2021-04-30 17:39:08 -03:00
Maximilian Bosch 543e84a00f
Merge pull request #121167 from r-ryantm/auto-update/leftwm
leftwm: 0.2.6 -> 0.2.7
2021-04-30 22:29:46 +02:00
Mario Rodas 33f9d30558
rclone: 1.55.0 -> 1.55.1 (#121297) 2021-04-30 21:43:41 +02:00
Martin Weinelt 0ae04ca063
Merge pull request #121290 from petabyteboy/feature/firefox-latest-rust 2021-04-30 19:00:32 +02:00
Milan Pässler 903e23ad36
firefox-esr: use latest Rust
Firefox ESR 78.x used to have a problem with Rust >= 1.46, but it works
with latest Rust now!
2021-04-30 17:50:01 +02:00
Robert Schütz c8dff328e5
Merge pull request #120447 from AluisioASG/aasg/dyndnsc-0.6.1
dyndnsc: 0.5.1 -> 0.6.1
2021-04-30 17:35:33 +02:00
Aaron Andersen 445c114b49
Merge pull request #121162 from r-ryantm/auto-update/kodi-inputstream-adaptive
kodiPackages.inputstream-adaptive: 2.6.13 -> 2.6.14
2021-04-30 10:45:18 -04:00
Aluísio Augusto Silva Gonçalves 093ab98c80
dyndnsc: 0.5.1 -> 0.6.1 2021-04-30 11:40:29 -03:00
Michael Weiss 774550baf5
Merge pull request #119615 from Synthetica9/cage-0.1.3
cage: 0.1.2.1 -> 0.1.3
2021-04-30 16:27:11 +02:00
Michael Weiss c89bf45195
Merge pull request #121267 from samuelgrf/fix-google-chrome-dev
google-chrome-dev: fix error on startup
2021-04-30 15:52:14 +02:00
Patrick Hilhorst 4263479d3e
cage: 0.1.2.1 -> 0.1.3 2021-04-30 15:38:12 +02:00
Sandro bcfd1b2f2c
Merge pull request #121038 from sikmir/josm
josm: 17702 → 17833
2021-04-30 15:02:36 +02:00
Samuel Gräfenstein c9d89c2f55
google-chrome-dev: fix error on startup
Fix `[..]/crashpad_handler: No such file or directory`.
2021-04-30 14:54:55 +02:00
Sandro 87769f35d4
Merge pull request #121199 from r-ryantm/auto-update/helm
kubernetes-helm: 3.5.3 -> 3.5.4
2021-04-30 14:51:13 +02:00
Sandro 536ae468d2
Merge pull request #120018 from blargg/yadm
yadm: 2.5.0 -> 3.1.0
2021-04-30 14:45:44 +02:00
Sandro b93dfb3188
Merge pull request #120872 from Hoverbear/vscode-mainProgram
vscode: add meta.mainProgram
2021-04-30 13:57:55 +02:00
Michael Weiss 7fff32f51b
Merge pull request #121150 from primeos/ungoogled-chromium
ungoogled-chromium: 90.0.4430.85 -> 90.0.4430.93
2021-04-30 13:37:24 +02:00
ikervagyok f3fdc97111
rofi-power-menu: init at 3.0.2 (#121028)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 13:07:23 +02:00
seb314 3f2f7d3296
matrix-commander: init at unstable-2021-04-18 (#119895)
* matrix-commander: init

* matrix-commander: cleanups & potential dep fixes

apply most SuperSandro2000's review comments;

used python3.withPackages -- this might be the correct
way to get runtime python dependencies to work even
when matrix-commander is a dependency of another packages
(as opposed to testing in nix-shell). I'm not sure though.

aiofiles seemed to be a missing runtime dependency when called
from another (nix-packaged, jvm-based) app -- there was an
import error without it.

cacerts might require explicit pinning, as described here:
https://gist.github.com/CMCDragonkai/1ae4f4b5edeb021ca7bb1d271caca999
(relevant snippet: wrapProgram $out/bin/program \
  --set SSL_CERT_FILE "${cacert}/etc/ssl/certs/ca-bundle.crt"
  )

* add runHook {pre,post}Install

(suggested by r-rmcgibbo)

* add link to github issue re gpl3{Only,Plus}

* Update pkgs/applications/networking/instant-messengers/matrix-commander/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 10:24:49 +02:00
Sandro e9d4487a59
Merge pull request #121236 from michojel/megasync-ffmpeg
megasync: use ffmpeg instead of ffmpeg_3
2021-04-30 10:15:33 +02:00
Sandro 0662c67930
Merge pull request #121240 from snoord/tanka-v0.15.1
tanka: 0.15.0 -> 0.15.1
2021-04-30 10:13:02 +02:00
Michael Raskin ee4684f052
Merge pull request #117716 from idontgetoutmuch/master
Fix https://github.com/NixOS/nixpkgs/issues/117715
2021-04-30 07:28:43 +00:00
Sandro 8b632317bf
Merge pull request #120914 from FliegendeWurst/trilium-update-0.47.2
trilium: 0.46.9 -> 0.47.2
2021-04-30 08:54:22 +02:00
Sandro 9726379687
Merge pull request #120923 from sikmir/lagrange
lagrange: 1.3.2 → 1.3.4
2021-04-30 08:53:47 +02:00
Samuel Noordhuis 22ad269082
tanka: 0.15.0 -> 0.15.1 2021-04-30 16:43:37 +10:00
Nikolay Korotkiy 352bc1f269
josm: 17702 → 17833 2021-04-30 09:19:32 +03:00
Robert Schütz cba5ac76a2 qutebrowser: 2.2.0 -> 2.2.1
https://github.com/qutebrowser/qutebrowser/releases/tag/v2.2.1
2021-04-30 01:46:14 -04:00
Sandro 45ada2fbd5
Merge pull request #121062 from 06kellyjac/terragrunt
terragrunt: 0.29.0 -> 0.29.1
2021-04-30 06:50:29 +02:00
Sandro 1eb7187dcb
Merge pull request #99414 from arcnmx/scream
scream: 3.4 -> 3.6
2021-04-30 06:46:08 +02:00
Michal Minář 750ffff97a megasync: switch to ffmpeg
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2021-04-30 06:41:14 +02:00
Sandro 2201c19776
Merge pull request #120891 from lunik1/opera-fix-build
opera: add libdrm and mesa dependencies
2021-04-30 06:34:27 +02:00
Peter Hoeg a37f7215b2 cantata: ffmpeg_3 -> ffmpeg 2021-04-30 09:33:31 +08:00
Sandro 29f52d74c4
Merge pull request #121080 from FlorianFranzen/jp2a-1.1.0
jp2a: 1.0.7 -> 1.1.0
2021-04-30 03:27:34 +02:00
Sandro 188d9ad4c1
Merge pull request #120912 from Radvendii/opusfile-windows 2021-04-30 03:22:28 +02:00
Taeer Bar-Yam e1b933ccdc opusfile: fix windows compilation 2021-04-29 20:47:57 -04:00
Sandro 6e6ee6d0c8
Merge pull request #120049 from superherointj/package-argocd-2.0.1 2021-04-30 02:29:20 +02:00
Sandro 7c5ca3dcf6
Merge pull request #121200 from branwright1/river
river: unstable 2021-04-08 -> unstable 2021-04-27
2021-04-30 02:25:33 +02:00
Mihai Fufezan 3ed601e612
hunter: init at 1.3.5 (#120084)
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 01:49:00 +02:00