Commit Graph

4354 Commits

Author SHA1 Message Date
Benjamin Esham
69f4b8cf99 lilypond: mark not broken on Darwin 2020-02-02 12:23:48 -08:00
Benjamin Esham
d0cb81a68e lilypond-unstable: mark broken on Darwin
See https://github.com/NixOS/nixpkgs/pull/62937
2020-02-02 12:23:48 -08:00
Frederik Rietdijk
c195ef6aab
Merge pull request #78928 from NixOS/staging-next
Staging next
2020-02-02 15:35:18 +01:00
Eduardo Quiros
8ec9dedc77 vimPlugins.lf-vim: init at 2019-10-11 2020-02-02 00:54:16 -08:00
Eduardo Quiros
c3620abe24 vimPlugins: Update 2020-02-02 00:54:16 -08:00
Eduardo Quiros
73c51e064a vimPlugins.bclose-vim: init at 2018-10-10 2020-02-01 23:23:55 -08:00
Eduardo Quiros
4e0486fcd9 vimPlugins: Update 2020-02-01 23:23:55 -08:00
Silvan Mosberger
5c9198d29e
tpm2-pkcs11: init at 1.0.1 (#72374)
tpm2-pkcs11: init at 1.0.1
2020-02-01 18:05:00 +01:00
Leon Schuermann
e2ad8ef8cf
tpm2-pkcs11: init at v1.0.1 2020-02-01 08:01:02 +01:00
Luka Blaskovic
cba2e83255 lightspark: 0.8.1 -> 0.8.2 2020-01-30 18:35:29 -05:00
Frederik Rietdijk
5cc0468a20 Merge staging into staging-next 2020-01-31 00:16:31 +01:00
Michael Raskin
ae929e63b4
Merge pull request #78406 from helsinki-systems/wine-certs
wine: Look for root certs at $NIX_SSL_CERT_FILE
2020-01-30 20:19:56 +00:00
gauvain@govanify.com
274d02e477 vimPlugins.vim-prosession: init at 2019-11-01 2020-01-29 09:05:23 -08:00
Christoph Hrdinka
6ec88282af
Merge pull request #78493 from r-ryantm/auto-update/attract-mode
attract-mode: 2.2.0 -> 2.6.1
2020-01-29 10:07:27 +01:00
Frederik Rietdijk
cdff57e1fc Merge staging-next into staging 2020-01-28 10:48:36 +01:00
Bernardo Meurer
58bd466099
wine-{unstable,staging}: 5.0-rc6 -> 5.0 2020-01-27 20:26:22 -08:00
Bernardo Meurer
8db6255e7e
wine-stable: 4.0.3 -> 5.0 2020-01-27 20:26:22 -08:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
David Terry
e5ca1ca263 vimPlugins: update 2020-01-25 22:26:26 -08:00
David Terry
4edc5f8236 vimPlugins.vim-smt2: init at 2018-05-20 2020-01-25 22:26:26 -08:00
R. RyanTM
72e6912b4d attract-mode: 2.2.0 -> 2.6.1 2020-01-26 02:07:47 +00:00
Samuel Dionne-Riel
debdbe49b9
Merge pull request #77727 from r-ryantm/auto-update/arm-trusted-firmware
armTrustedFirmwareTools: 2.1 -> 2.2
2020-01-25 16:33:40 -05:00
Samuel Dionne-Riel
300ee28891
Merge pull request #55531 from steveeJ-forks/pr/cups-driver-mfcl3770cdw
pkgs/misc/cups/drivers: add brother mfcl3770cdw
2020-01-25 13:14:30 -05:00
Janne Heß
d4149412ce wine: Look for root certs at $NIX_SSL_CERT_FILE
Closes #78365
2020-01-24 12:22:45 +01:00
tbenst
e1e7da465b vscode-extensions.ms-python.python: 2019.10.44104 update language server to 0.4.127 2020-01-23 19:22:55 -08:00
Jaka Hudoklin
3ff9f5ccd4
Merge pull request #78059 from xtruder/pkgs/xss-lock/session-param
xss-lock: add patch to allow setting session
2020-01-23 09:01:45 +00:00
Florian Klink
051c3e3eb1
Merge pull request #78257 from talyz/hplip-plugin
hplip: Fix plugin url and hash
2020-01-22 12:28:00 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
talyz
c4f58aba47 hplip: Fix plugin url and hash 2020-01-22 10:23:01 +01:00
Samuel Dionne-Riel
90441b4b47
Merge pull request #78216 from samueldr/u-boot/update/2020.01
uboot: 2019.10 -> 2020.01
2020-01-22 00:49:57 -05:00
Samuel Dionne-Riel
7943c33087 uboot: ubootBeagleboneBlack -> ubootAmx335xEVM
See u-boot@8fa7f65dd02c176ee6021eaf40114560b8954ba2

>    configs: Remove am335x_boneblack_defconfig
>
>    The am335x_evm_defconfig supports all am335x_boneblack variants. Remove
>    the redundant am335x_boneblack_defconfig.
2020-01-21 17:09:05 -05:00
Samuel Dionne-Riel
ca931caf16 uboot: 2019.10 -> 2020.01
In addition, removes the python2 dependency. Anyway, it was required for
the updated revision to build.
2020-01-21 16:39:30 -05:00
worldofpeace
ce674e534b
Merge pull request #78081 from lovesegfault/wine-bump
Update wine{unstable,staging,gecko,mono,winetricks}
2020-01-20 17:16:17 -05:00
Niklas Hambüchen
7ebadfea50
Merge pull request #77017 from r-ryantm/auto-update/cups
cups: 2.3.0 -> 2.3.1
2020-01-20 21:14:24 +01:00
Jean-Philippe Braun
631d225cd1 vimPlugins.vim-indentwise: init a 2015-06-07 2020-01-20 15:53:43 +01:00
Jean-Philippe Braun
7de77b68a0 vimPlugins.vim-sandwich: init at 2019-12-06 2020-01-20 15:53:43 +01:00
Jean-Philippe Braun
7106ae143e vimPlugins.deoplete-notmuch: init at 2018-12-11 2020-01-20 15:53:43 +01:00
Jaka Hudoklin
d0a3a800c8
xss-lock: use fork with session param support
xss-lock uses current session that cannot be overriden. This prevents starting
xss-lock as systemd user service, as described here:
https://bitbucket.org/raymonad/xss-lock/issues/13/allow-operation-as-systemd-user-unit

This change uses source from github.com/xdbob/xss-lock that adds `--session`
parameter.
2020-01-20 13:40:33 +00:00
Mario Rodas
29fd96f4b0
Merge pull request #77900 from r-ryantm/auto-update/scream-receivers
scream-receivers: 3.3 -> 3.4
2020-01-20 07:28:00 -05:00
Bernardo Meurer
af34067529
winetricks: 20190912 -> 20191224 2020-01-20 01:21:12 -08:00
Bernardo Meurer
f3410e914c
wine-{unstable,staging}: 5.0-rc2 -> 5.0-rc6 2020-01-20 01:21:12 -08:00
Bernardo Meurer
ed1b996fef
wine-mono: 4.9.3 -> 4.9.4 2020-01-20 01:21:12 -08:00
Bernardo Meurer
2708dfa249
wine-gecko: 2.47 -> 2.47.1 2020-01-20 01:21:12 -08:00
Paul Reimer
e0ae8476fb vimPlugins.deoplete-emoji: init at 2019-01-20 2020-01-19 14:24:05 -08:00
Paul Reimer
de752302ad vimPlugins.deoplete-zsh: init at 2019-11-10 2020-01-19 14:23:20 -08:00
Ivan Kozik
76ab11518d treewide: Remove myself from maintainers on some packages (#78027) 2020-01-19 12:18:34 -05:00
R. RyanTM
b103b00826 scream-receivers: 3.3 -> 3.4 2020-01-17 10:34:59 +00:00
Thomas Tuegel
c6bed9f7dd
Merge pull request #76128 from Mic92/hplip
hplip: 3.19.6 -> 3.19.12
2020-01-16 10:01:10 -06:00
tbenst
a853b3109f vscode-extensions.ms-python.python: 2019.10.44104 update language server 2020-01-15 22:31:25 -08:00
Silvan Mosberger
67373ae389
seafile-shared: 7.0.2 -> 7.0.5, seafile-client: 6.2.11 -> 7.0.5 (#72656)
seafile-shared: 7.0.2 -> 7.0.5, seafile-client: 6.2.11 -> 7.0.5
2020-01-15 23:45:40 +01:00