about summary refs log tree commit diff
path: root/pkgs/misc
AgeCommit message (Collapse)AuthorFilesLines
2020-02-10xlockmore: 5.61 -> 5.62R. RyanTM1-2/+2
2020-02-09Merge pull request #79474 from ashkitten/update-dolphinAaron Andersen1-3/+3
dolphinEmuMaster: 5.0-11109 -> 5.0-11608
2020-02-09hll2340dw brother: added driver to cups (#78560)Joachim Schiele1-0/+68
2020-02-09frescobaldi: 3.1 -> 3.1.1 (#79430)R. RyanTM1-2/+2
2020-02-08fceux: 2.2.3 -> 2020-01-29 (#78943)scubed21-5/+9
2020-02-07dolphinEmuMaster: 5.0-11109 -> 5.0-11608ash lea1-3/+3
2020-02-07gnash: fix buildJan Tojnar1-0/+7
It does not actually need pangox.
2020-02-06Merge pull request #79196 from eadwu/vscode-extensions/update-4worldofpeace2-4/+4
vscode-extensions: 2020.02.03
2020-02-06brightnessctl: 0.4 -> 0.5.1R. RyanTM1-2/+2
2020-02-04vscode-extensions.ms-vscode.cpptools: 0.26.1 -> 0.26.3Edmund Wu1-2/+2
2020-02-04vscode-extensions.ms-python.python: 2019.10.44104 -> 2020.1.58038Edmund Wu1-2/+2
2020-02-02lilypond: mark not broken on DarwinBenjamin Esham1-1/+0
2020-02-02lilypond-unstable: mark broken on DarwinBenjamin Esham1-1/+5
See https://github.com/NixOS/nixpkgs/pull/62937
2020-02-02Merge pull request #78928 from NixOS/staging-nextFrederik Rietdijk1-2/+2
Staging next
2020-02-02vimPlugins.lf-vim: init at 2019-10-11Eduardo Quiros3-0/+16
2020-02-02vimPlugins: UpdateEduardo Quiros1-6/+6
2020-02-01vimPlugins.bclose-vim: init at 2018-10-10Eduardo Quiros2-0/+12
2020-02-01vimPlugins: UpdateEduardo Quiros1-234/+234
2020-02-01tpm2-pkcs11: init at 1.0.1 (#72374)Silvan Mosberger2-0/+92
tpm2-pkcs11: init at 1.0.1
2020-02-01tpm2-pkcs11: init at v1.0.1Leon Schuermann2-0/+92
2020-01-30lightspark: 0.8.1 -> 0.8.2Luka Blaskovic1-4/+4
2020-01-31Merge staging into staging-nextFrederik Rietdijk1-2/+2
2020-01-30Merge pull request #78406 from helsinki-systems/wine-certsMichael Raskin2-0/+29
wine: Look for root certs at $NIX_SSL_CERT_FILE
2020-01-29vimPlugins.vim-prosession: init at 2019-11-01gauvain@govanify.com2-0/+12
2020-01-29Merge pull request #78493 from r-ryantm/auto-update/attract-modeChristoph Hrdinka1-2/+2
attract-mode: 2.2.0 -> 2.6.1
2020-01-28Merge staging-next into stagingFrederik Rietdijk13-144/+366
2020-01-27wine-{unstable,staging}: 5.0-rc6 -> 5.0Bernardo Meurer1-3/+3
2020-01-27wine-stable: 4.0.3 -> 5.0Bernardo Meurer1-3/+3
2020-01-27Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger1-1/+1
treewide: fix redirected urls
2020-01-25vimPlugins: updateDavid Terry1-72/+72
2020-01-25vimPlugins.vim-smt2: init at 2018-05-20David Terry2-1/+13
2020-01-26attract-mode: 2.2.0 -> 2.6.1R. RyanTM1-2/+2
2020-01-25Merge pull request #77727 from r-ryantm/auto-update/arm-trusted-firmwareSamuel Dionne-Riel1-2/+2
armTrustedFirmwareTools: 2.1 -> 2.2
2020-01-25Merge pull request #55531 from steveeJ-forks/pr/cups-driver-mfcl3770cdwSamuel Dionne-Riel1-0/+88
pkgs/misc/cups/drivers: add brother mfcl3770cdw
2020-01-24wine: Look for root certs at $NIX_SSL_CERT_FILEJanne Heß2-0/+29
Closes #78365
2020-01-23vscode-extensions.ms-python.python: 2019.10.44104 update language server to ↵tbenst1-3/+3
0.4.127
2020-01-23Merge pull request #78059 from xtruder/pkgs/xss-lock/session-paramJaka Hudoklin1-7/+8
xss-lock: add patch to allow setting session
2020-01-22Merge pull request #78257 from talyz/hplip-pluginFlorian Klink1-2/+2
hplip: Fix plugin url and hash
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
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-22hplip: Fix plugin url and hashtalyz1-2/+2
2020-01-22Merge pull request #78216 from samueldr/u-boot/update/2020.01Samuel Dionne-Riel1-22/+10
uboot: 2019.10 -> 2020.01
2020-01-21uboot: ubootBeagleboneBlack -> ubootAmx335xEVMSamuel Dionne-Riel1-6/+6
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-21uboot: 2019.10 -> 2020.01Samuel Dionne-Riel1-16/+4
In addition, removes the python2 dependency. Anyway, it was required for the updated revision to build.
2020-01-20Merge pull request #78081 from lovesegfault/wine-bumpworldofpeace1-14/+14
Update wine{unstable,staging,gecko,mono,winetricks}
2020-01-20Merge pull request #77017 from r-ryantm/auto-update/cupsNiklas Hambüchen1-2/+2
cups: 2.3.0 -> 2.3.1
2020-01-20vimPlugins.vim-indentwise: init a 2015-06-07Jean-Philippe Braun2-0/+12
2020-01-20vimPlugins.vim-sandwich: init at 2019-12-06Jean-Philippe Braun2-0/+12
2020-01-20vimPlugins.deoplete-notmuch: init at 2018-12-11Jean-Philippe Braun2-0/+12
2020-01-20xss-lock: use fork with session param supportJaka Hudoklin1-7/+8
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-20Merge pull request #77900 from r-ryantm/auto-update/scream-receiversMario Rodas1-2/+2
scream-receivers: 3.3 -> 3.4