about summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* Merge pull request #79474 from ashkitten/update-dolphinAaron Andersen2020-02-09
|\ | | | | dolphinEmuMaster: 5.0-11109 -> 5.0-11608
| * dolphinEmuMaster: 5.0-11109 -> 5.0-11608ash lea2020-02-07
| |
* | hll2340dw brother: added driver to cups (#78560)Joachim Schiele2020-02-09
| |
* | frescobaldi: 3.1 -> 3.1.1 (#79430)R. RyanTM2020-02-09
| |
* | fceux: 2.2.3 -> 2020-01-29 (#78943)scubed22020-02-08
|/
* gnash: fix buildJan Tojnar2020-02-07
| | | | It does not actually need pangox.
* Merge pull request #79196 from eadwu/vscode-extensions/update-4worldofpeace2020-02-06
|\ | | | | vscode-extensions: 2020.02.03
| * vscode-extensions.ms-vscode.cpptools: 0.26.1 -> 0.26.3Edmund Wu2020-02-04
| |
| * vscode-extensions.ms-python.python: 2019.10.44104 -> 2020.1.58038Edmund Wu2020-02-04
| |
* | brightnessctl: 0.4 -> 0.5.1R. RyanTM2020-02-06
| |
* | lilypond: mark not broken on DarwinBenjamin Esham2020-02-02
| |
* | lilypond-unstable: mark broken on DarwinBenjamin Esham2020-02-02
| | | | | | | | See https://github.com/NixOS/nixpkgs/pull/62937
* | Merge pull request #78928 from NixOS/staging-nextFrederik Rietdijk2020-02-02
|\ \ | | | | | | Staging next
| * \ Merge staging into staging-nextFrederik Rietdijk2020-01-31
| |\ \
| | * \ Merge staging-next into stagingFrederik Rietdijk2020-01-28
| | |\ \
| | * \ \ Merge pull request #77017 from r-ryantm/auto-update/cupsNiklas Hambüchen2020-01-20
| | |\ \ \ | | | | | | | | | | | | cups: 2.3.0 -> 2.3.1
| | | * | | cups: 2.3.0 -> 2.3.1R. RyanTM2020-01-06
| | | | | |
* | | | | | vimPlugins.lf-vim: init at 2019-10-11Eduardo Quiros2020-02-02
| | | | | |
* | | | | | vimPlugins: UpdateEduardo Quiros2020-02-02
| | | | | |
* | | | | | vimPlugins.bclose-vim: init at 2018-10-10Eduardo Quiros2020-02-01
| | | | | |
* | | | | | vimPlugins: UpdateEduardo Quiros2020-02-01
| | | | | |
* | | | | | tpm2-pkcs11: init at 1.0.1 (#72374)Silvan Mosberger2020-02-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | tpm2-pkcs11: init at 1.0.1
| * | | | | | tpm2-pkcs11: init at v1.0.1Leon Schuermann2020-02-01
| | | | | | |
* | | | | | | lightspark: 0.8.1 -> 0.8.2Luka Blaskovic2020-01-30
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #78406 from helsinki-systems/wine-certsMichael Raskin2020-01-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | wine: Look for root certs at $NIX_SSL_CERT_FILE
| * | | | | | wine: Look for root certs at $NIX_SSL_CERT_FILEJanne Heß2020-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #78365
* | | | | | | vimPlugins.vim-prosession: init at 2019-11-01gauvain@govanify.com2020-01-29
| | | | | | |
* | | | | | | Merge pull request #78493 from r-ryantm/auto-update/attract-modeChristoph Hrdinka2020-01-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | attract-mode: 2.2.0 -> 2.6.1
| * | | | | | | attract-mode: 2.2.0 -> 2.6.1R. RyanTM2020-01-26
| | |_|/ / / / | |/| | | | |
* | | | | | | wine-{unstable,staging}: 5.0-rc6 -> 5.0Bernardo Meurer2020-01-27
| | | | | | |
* | | | | | | wine-stable: 4.0.3 -> 5.0Bernardo Meurer2020-01-27
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | treewide: fix redirected urls
| * | | | | | treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
* | | | | | | vimPlugins: updateDavid Terry2020-01-25
| | | | | | |
* | | | | | | vimPlugins.vim-smt2: init at 2018-05-20David Terry2020-01-25
| | | | | | |
* | | | | | | Merge pull request #77727 from r-ryantm/auto-update/arm-trusted-firmwareSamuel Dionne-Riel2020-01-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | armTrustedFirmwareTools: 2.1 -> 2.2
| * | | | | | | armTrustedFirmwareTools: 2.1 -> 2.2R. RyanTM2020-01-15
| | | | | | | |
* | | | | | | | Merge pull request #55531 from steveeJ-forks/pr/cups-driver-mfcl3770cdwSamuel Dionne-Riel2020-01-25
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | pkgs/misc/cups/drivers: add brother mfcl3770cdw
| * | | | | | | pkgs/misc/cups/drivers: add brother mfcl3770cdwStefan Junker2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the printer driver for the Brother MFCL3770CDW. It combines the cups-wrapper and the driver in one file which allows sharing common variables and making it less error-prone than the other Brother drivers in repository. I volunteer for maintaining this one as long as I've got the model around.
* | | | | | | | vscode-extensions.ms-python.python: 2019.10.44104 update language server to ↵tbenst2020-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.4.127
* | | | | | | | Merge pull request #78059 from xtruder/pkgs/xss-lock/session-paramJaka Hudoklin2020-01-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | xss-lock: add patch to allow setting session
| * | | | | | | | xss-lock: use fork with session param supportJaka Hudoklin2020-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Merge pull request #78257 from talyz/hplip-pluginFlorian Klink2020-01-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | hplip: Fix plugin url and hash
| * | | | | | | | | hplip: Fix plugin url and hashtalyz2020-01-22
| | | | | | | | | |
* | | | | | | | | | Merge pull request #78216 from samueldr/u-boot/update/2020.01Samuel Dionne-Riel2020-01-22
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | uboot: 2019.10 -> 2020.01
| * | | | | | | | | uboot: ubootBeagleboneBlack -> ubootAmx335xEVMSamuel Dionne-Riel2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See u-boot@8fa7f65dd02c176ee6021eaf40114560b8954ba2 > configs: Remove am335x_boneblack_defconfig > > The am335x_evm_defconfig supports all am335x_boneblack variants. Remove > the redundant am335x_boneblack_defconfig.
| * | | | | | | | | uboot: 2019.10 -> 2020.01Samuel Dionne-Riel2020-01-21
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In addition, removes the python2 dependency. Anyway, it was required for the updated revision to build.
* | | | | | | | | Merge pull request #78081 from lovesegfault/wine-bumpworldofpeace2020-01-20
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Update wine{unstable,staging,gecko,mono,winetricks}
| * | | | | | | | winetricks: 20190912 -> 20191224Bernardo Meurer2020-01-20
| | | | | | | | |
| * | | | | | | | wine-{unstable,staging}: 5.0-rc2 -> 5.0-rc6Bernardo Meurer2020-01-20
| | | | | | | | |