Luke Granger-Brown
756233bf00
Merge pull request #127491 from nbraud/factorio
...
factorio: 1.1.34 → 1.1.35
2021-06-20 01:18:51 +01:00
Ethan Edwards
6a8342b2a4
truecrack: init at 3.6
2021-06-19 19:40:42 -04:00
Fabian Affolter
d8a76e3dc1
python3Packages.python-gitlab: 2.7.1 -> 2.8.0
2021-06-19 16:27:45 -07:00
Kira Bruneau
0bf03aee89
mangohud: support Nvidia cards by adding OpenGL path
2021-06-19 19:11:36 -04:00
Bernardo Meurer
2774d11eda
Merge pull request #127504 from helsinki-systems/fix/tarball-job
...
thunderbird: pass gnupg to passthru.updateScript
2021-06-19 16:00:28 -07:00
Fabian Affolter
2892b7f640
Merge pull request #127498 from fabaff/bump-restfly
...
python3Packages.restfly: 1.3.5 -> 1.4.0
2021-06-20 00:52:33 +02:00
Fabian Affolter
d6db5094f8
python3Packages.feedparser: 6.0.2 -> 6.0.6
2021-06-20 00:47:10 +02:00
Fabian Affolter
c8b99cd191
python3Packages.aiohue: 2.5.0 -> 2.5.1
2021-06-20 00:33:58 +02:00
Martin Weinelt
08d2408cc0
Merge pull request #127500 from fabaff/bump-snallygaster
...
snallygaster: 0.0.9 -> 0.0.10
2021-06-20 00:31:39 +02:00
Fabian Affolter
bcfc598b14
python3Packages.influxdb-client: 1.17.0 -> 1.18.0
2021-06-20 00:27:33 +02:00
Michele Guerini Rocco
023a4f2253
Merge pull request #127368 from rnhmjoj/searx-fix
...
searx: patch to fix a crash
2021-06-20 00:07:20 +02:00
ajs124
4e6e9adcd4
thunderbird: pass gnupg to passthru.updateScript
...
this fixes the tarball job
2021-06-19 23:40:47 +02:00
Fabian Affolter
94a601eee1
snallygaster: 0.0.9 -> 0.0.10
2021-06-19 23:33:08 +02:00
Fabian Affolter
58a3fd2a9e
python3Packages.restfly: 1.3.5 -> 1.4.0
2021-06-19 23:18:35 +02:00
Sandro
24413a5d3a
Merge pull request #127431 from marsam/update-tectonic
...
tectonic: 0.5.2 -> 0.6.4
2021-06-19 23:00:56 +02:00
Sandro
5a15096bc4
Merge pull request #127450 from 06kellyjac/terragrunt
...
terragrunt: 0.30.6 -> 0.30.7
2021-06-19 22:59:55 +02:00
Sandro
c93aecfdb2
Merge pull request #127434 from fortuneteller2k/xanmod
2021-06-19 22:59:30 +02:00
Sandro
bb0c6d8af4
Merge pull request #127484 from bjornfor/fix-gnome-shell-extension-system-monitor
...
gnomeExtensions.system-monitor: 2021-05-04 -> 2021-06-19
2021-06-19 22:58:40 +02:00
Fabian Affolter
723764f306
Merge pull request #127465 from fabaff/bump-pymfy
...
python3Packages.pymfy: 0.10.1 -> 0.11.0
2021-06-19 22:51:17 +02:00
Fabian Affolter
e50bb5344b
Merge pull request #127475 from fabaff/bump-aiosmb
...
python3Packages.aiosmb: 0.2.44 -> 0.2.48
2021-06-19 22:50:37 +02:00
Fabian Affolter
1f6c756bba
Merge pull request #126666 from fabaff/bump-xknx
...
python3Packages.xknx: 0.18.5 -> 0.18.7
2021-06-19 22:49:48 +02:00
Kira Bruneau
839b933ef4
mangohud: 0.6.1 → 0.6.3
2021-06-19 16:44:08 -04:00
Alex M
196dd6a2a7
maintainers: add newam
2021-06-19 13:39:37 -07:00
Kira Bruneau
1cce751a51
mangohud: prefer wrapping with XDG_DATA_DIRS
...
`XDG_DATA_DIRS` is what's used by Vulkan-Loader to search for MangoHud
when installed.
2021-06-19 16:33:53 -04:00
Martin Weinelt
cf9289c0d2
Merge pull request #127487 from mjlbach/zsh-powerlevel10k/fix-gitstatus
...
zsh-powerlevel10k: update gitstatus version
2021-06-19 22:31:29 +02:00
nicoo
e5baf82e87
factorio: 1.1.34 → 1.1.35
2021-06-19 21:16:15 +02:00
nicoo
5e06828dff
factorio: Fix bug in update.py
...
Prior to this change, `update.py` fails with `KeyError: 'alpha'` when upstream
does not have a version in the `experimental` channel:
./update.py --username XXXXXXXX --token "$(wl-paste)"
Traceback (most recent call last):
File "./update.py", line 180, in <module>
app.run(main)
File "/nix/store/854z51wg8fj1s6ghxasp1xxx8khb3r8v-python3-3.8.9-env/lib/python3.8/site-packages/absl/app.py", line 303, in run
_run_main(main, args)
File "/nix/store/854z51wg8fj1s6ghxasp1xxx8khb3r8v-python3-3.8.9-env/lib/python3.8/site-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
File "./update.py", line 162, in main
new_our_versions = generate_our_versions(factorio_versions)
File "./update.py", line 92, in generate_our_versions
version = factorio_versions[release_channel.name][release_type.name]
KeyError: 'alpha'
I chose to make it so that the versions in nixpkgs' `factorio-*` packages are
either experimental (when available) or stable, as this seems like the most
coherent approach
2021-06-19 21:15:44 +02:00
Michael Lingelbach
258b3b010e
zsh-powerlevel10k: update gitstatus version
2021-06-19 11:25:37 -07:00
Martin Weinelt
824cadb607
Merge pull request #127474 from dotlambda/pyhiveapi-init
2021-06-19 20:04:39 +02:00
Ben Siraphob
a45ece5dbb
Merge pull request #127451 from r-ryantm/auto-update/hugo
...
hugo: 0.83.1 -> 0.84.0
2021-06-20 00:46:56 +07:00
Ben Siraphob
683c3a86f3
Merge pull request #127462 from kira-bruneau/texlab
...
texlab: 3.1.0 → 3.2.0
2021-06-20 00:37:32 +07:00
Bjørn Forsman
7073a3722f
gnomeExtensions.system-monitor: 2021-05-04 -> 2021-06-19
...
Fixes crash when opening "Preferences" in NixOS with GNOME 40.
Closes #123260 .
2021-06-19 19:30:02 +02:00
Ben Siraphob
a632733e4b
Merge pull request #127420 from lrworth/unused-2.2
...
unused: 2.1 -> 2.2
2021-06-20 00:29:15 +07:00
Robert Schütz
9c882a27bf
Merge pull request #127478 from dotlambda/getmail6-6.17
...
getmail6: 6.16 -> 6.17
2021-06-19 19:14:41 +02:00
Robert Schütz
f1a03efe91
Merge pull request #127449 from LeSuisse/impacket-0.9.23
...
pythonPackages.impacket: 0.9.22 -> 0.9.23
2021-06-19 19:08:49 +02:00
Stig Palmquist
89f642c010
ripasso-cursive: 0.4.0 -> 0.5.1
2021-06-19 19:03:21 +02:00
Victor Freire
d57ef0ba34
vscode-extensions.eamodio.gitlens: 11.1.3 -> 11.5.1
2021-06-19 14:02:18 -03:00
Robert Schütz
fbf187aafe
getmail6: 6.16 -> 6.17
...
https://github.com/getmail6/getmail6/releases/tag/v6.17
2021-06-19 18:55:50 +02:00
Fabian Affolter
a528b3c976
python3Packages.aiosmb: 0.2.44 -> 0.2.48
2021-06-19 18:19:38 +02:00
Robert Schütz
6498fb43a6
home-assistant: test hive component
2021-06-19 18:18:57 +02:00
Robert Schütz
ef27876d15
home-assistant: update component-packages.nix
2021-06-19 18:18:57 +02:00
Robert Schütz
6420b66f0b
python3Packages.pyhiveapi: init at 0.4.2
2021-06-19 18:18:52 +02:00
Robert Schütz
a5212a7727
pythonPackages.unasync: init at 0.5.0
2021-06-19 18:16:16 +02:00
Martin Weinelt
04d71a1dc0
Merge pull request #127471 from dotlambda/pyheos-init
2021-06-19 18:07:03 +02:00
Robert Schütz
71de28cfa8
home-assistant: test heos component
2021-06-19 17:34:52 +02:00
Robert Schütz
9518b35127
home-assistant: update component-packages.nix
2021-06-19 17:32:54 +02:00
Robert Schütz
37c5ca7b57
python3Packages.pyheos: init at 0.7.2
2021-06-19 17:32:13 +02:00
Kira Bruneau
a6293df119
goverlay: init at 0.5.1
2021-06-19 11:20:38 -04:00
Kira Bruneau
1c5ba73b66
mangohud: separate doc & man outputs
2021-06-19 11:03:38 -04:00
Kira Bruneau
2f2dde5315
mangohud: support wayland
2021-06-19 11:03:31 -04:00