1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

335901 commits

Author SHA1 Message Date
Mario Rodas a7f089b9ba pgformatter: 5.1 -> 5.2
https://github.com/darold/pgFormatter/releases/tag/v5.2
2021-12-04 04:20:00 +00:00
zowoq bb9bd465b6 go_1_17: 1.17.3 -> 1.17.4 2021-12-04 14:07:50 +10:00
gbtb dc102405ce rocketchat-desktop: 3.6.0 -> 3.7.0 2021-12-04 13:28:16 +10:00
Artturi 77dc4eecc2
Merge pull request #146607 from l0b0/root/ignore-default-jetbrains-idea-module-configuration 2021-12-04 04:35:54 +02:00
deltadelta f01e912599 scaleway-cli: 1.20 -> 2.4.0
Use buildGoModule instead of buildGoPackage because newer version is a module.
2021-12-03 18:21:03 -08:00
Kirill Elagin 0d8cbc4fd4
rmapi: 0.0.17 -> 0.0.18 (#148531) 2021-12-04 02:14:55 +00:00
pacien 25d88c7c6f fishPlugins.fzf-fish: 7.3 -> 7.4 2021-12-04 02:18:19 +01:00
Samuel Dionne-Riel 2f12f30f00 nixos/plasma5: Split common Plasma config for Mobile from Desktop 2021-12-03 20:17:04 -05:00
Samuel Dionne-Riel 7f4324c64e nixos/plasma5: Add suggested plasma mobile apps 2021-12-03 20:17:04 -05:00
Samuel Dionne-Riel 7df34e1145 nixos/plasma5: configuration for plasma mobile 2021-12-03 20:17:04 -05:00
Samuel Dionne-Riel 13a03fb289 nixos/plasma5: Add maliit-keyboard to plasma mobile session 2021-12-03 20:17:04 -05:00
Samuel Dionne-Riel b41923c1ca nixos/plasma5: configuration for plasma mobile 2021-12-03 20:17:04 -05:00
Tyler Slabinski da6a39436b nixos/plasma5: Add mobile.enable option for plasma 2021-12-03 20:17:04 -05:00
Samuel Dionne-Riel fde4f481d9 nixos/plasma5: Make kwinrc/kdeglobals internally configurable
This is used with the Plasma Mobile configuration to configure the
system as upstream recommends.
2021-12-03 20:17:04 -05:00
Samuel Dionne-Riel b9a461490a maliit-keyboard: Init at 2.0.0 2021-12-03 20:17:03 -05:00
Samuel Dionne-Riel 11f6a19dcf maliit-framework: init at 2.0.0 2021-12-03 20:17:03 -05:00
Pavol Rusnak e65a0f3f98
Merge pull request #148516 from lourkeur/update/electrum-ltc
electrum-ltc: 3.3.8.1 -> 4.0.9.3
2021-12-04 02:16:31 +01:00
Pavol Rusnak f32b60f8d6
Merge pull request #148532 from r-burns/flashrom
flashrom: build with default gcc
2021-12-04 02:07:04 +01:00
Pavol Rusnak a2a684ac13
Merge pull request #148528 from prusnak/scrypt-darwin
scrypt: fix build on aarch64-darwin
2021-12-04 01:41:04 +01:00
Thiago Kenji Okada e62557be5d
Merge pull request #148504 from jonringer/amdgpu-pro-meta
amdgpu-pro: fix homepage
2021-12-03 21:33:58 -03:00
Thiago Kenji Okada aed087bca5
Merge pull request #148503 from jonringer/remove-0x0
_0x0: remove
2021-12-03 21:33:18 -03:00
Bobby Rong 85e14b6bf7
Merge pull request #148490 from aru-hackZ/patch-1
koreader: 2021.10.1 -> 2021.11
2021-12-04 08:24:06 +08:00
figsoda 01d45ee673 taplo-cli: 0.4.1 -> 0.5.0 2021-12-03 19:15:05 -05:00
Artturi 610b719d91
Merge pull request #148491 from Artturin/sendkeydelay
nixos/test-driver: add 10ms delay to send_key
2021-12-04 02:13:49 +02:00
Ryan Burns de5ab3881e flashrom: build with default gcc
Fetch upstream patch to fix build with gcc 10
2021-12-03 16:09:50 -08:00
Kirill Elagin faa4f8de40 insomnia: 2021.4.1 -> 2021.6.0 2021-12-03 19:01:21 -05:00
Pavol Rusnak 9118fde4b0
scrypt: fix build on aarch64-darwin
util-linux alternative for darwin does not contain `rev` anyway
and somehow the tests pass even when it is missing
2021-12-04 00:19:54 +01:00
Harsh Shandilya fd481c684c scrcpy: 1.20 -> 1.21 2021-12-04 00:15:57 +01:00
Artturi 80457f0dc0
Merge pull request #148381 from Artturin/openconnectshafix
globalprotect-openconnect: use ver rev instead of commit & correct sh…
2021-12-04 01:06:59 +02:00
Samuel Dionne-Riel 6a9d303489 plasma-nano: Init at 5.23.3 2021-12-03 18:06:44 -05:00
Tyler Slabinski 3ed0e42e0f plasma-phone-components: Init at 5.23.3 2021-12-03 18:06:41 -05:00
Krzysztof Nazarewski 23315789cf keepass: 2.48.1 -> 2.49 2021-12-03 23:59:36 +01:00
Krzysztof Nazarewski b5a44bdcbd keepass: stop saving config to /nix/store
TLDR: makes KeePass prefer $XDG_CONFIG_HOME instead of install (/nix/store) location

KeePass defaults `PreferUserConfiguration` to `false`,r
 the only way to set it to `true` is through global
 KeePass.config.xml at the install location.
The default installer configuration does just that and nothing else.

Excerpt from documentation (see https://keepass.info/help/base/configuration.html#tech )
> If the PreferUserConfiguration flag is false,
>  try to store all configuration items into the global configuration file.
>  If this fails, report the error and try to store them into the local configuration file.
>  If this fails, report the error.
2021-12-03 23:59:36 +01:00
Dmitry Bogatov 1938cc6e55 gitflow: embed path to coreutils into the wrapper
gitflow is shell script and does not work without common tools (e.g readlink)
in PATH or with busybox instead of coreutils.

Busybox version of readlink does not support "-e" option. Probably it can be
replaced with "-f", but I didn't check.
2021-12-03 23:56:56 +01:00
zowoq 25d6118dbd delta: 0.10.2 -> 0.10.3
https://github.com/dandavison/delta/releases/tag/0.10.3
2021-12-04 08:41:16 +10:00
Samuel Dionne-Riel b368c0dcca plasma-settings: init at 21.08 2021-12-03 17:26:31 -05:00
Louis Bettens 719beec27a electrum-ltc: 3.3.8.1 -> 4.0.9.3
rewritten based on the electrum derivation
2021-12-03 23:01:13 +01:00
markuskowa 660a7744c6
Merge pull request #148303 from markuskowa/add-elpa
elpa: init at 2021.05.002_bugfix
2021-12-03 22:52:58 +01:00
Fabian Affolter f9a1652a85 python3Packages.heatzypy: init at 1.4.2 2021-12-03 13:00:06 -08:00
P. R. d. O 20c2237f9f
mobilecoin-wallet: init at 1.4.1 2021-12-03 14:58:22 -06:00
Fabian Affolter 23f4fb4d14 python3Packages.zeversolarlocal: init at 1.1.0 2021-12-03 12:58:05 -08:00
markuskowa 0016232876
Merge pull request #148350 from jbedo/genmap
genmap: init 1.3.0
2021-12-03 21:55:44 +01:00
Fabian Affolter e1fb73a3f2 python3Packages.hstspreload: 2021.11.1 -> 2021.12.1 2021-12-03 12:53:57 -08:00
Niklas Hambüchen 6c9f46d063
Merge pull request #148389 from GTrunSec/consul
nixos/consul: update deprecated setting
2021-12-03 21:53:10 +01:00
Fabian Affolter 8e29af2f5f python3Packages.pykakasi: init at 2.2.1 2021-12-03 12:52:01 -08:00
Fabian Affolter 4657c2e07a python3Packages.jaconv: init at 0.3 2021-12-03 12:52:01 -08:00
Justin Bedo 17e3b75414
picard-tools: 2.26.4 -> 2.26.6 2021-12-04 07:51:31 +11:00
Fabian Affolter 6af367e180 python3Packages.tesla-wall-connector: init at 1.0.0 2021-12-03 12:48:46 -08:00
Jonathan Ringer dd15c5cec8 agate: fix meta
old link is dead
2021-12-03 12:32:21 -08:00
Justin Bedo 1a768ef4da
genmap: init 1.3.0 2021-12-04 06:51:16 +11:00