about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* cd-hit: remove non-existent packageJonathan Ringer2021-01-19
|
* quartus-prime-lite: remove hydraPlatformsJonathan Ringer2021-01-19
|
* houdini: remove hydra platforms as src cannot be fetchedJonathan Ringer2021-01-19
|
* docs: pkgconfig -> pkg-configJonathan Ringer2021-01-19
|
* cri-o-unwrapped: 1.19.0 -> 1.20.0 (#109920)R. RyanTM2021-01-19
|
* ocamlPackages.mdx: 1.7.0 -> 1.8.0Antonio Nuno Monteiro2021-01-19
|
* ocamlPackages.toml: 5.0.0 → 6.0.0Vincent Laporte2021-01-19
|
* yq-go: 3.4.1 -> 4.4.1 (#109897)Dave Gallant2021-01-18
|
* Merge pull request #109754 from r-ryantm/auto-update/cmusRyan Mulligan2021-01-18
|\ | | | | cmus: 2.8.0 -> 2.9.0
| * cmus: 2.8.0 -> 2.9.0R. RyanTM2021-01-18
| |
* | Merge pull request #109874 from r-ryantm/auto-update/jbangRyan Mulligan2021-01-18
|\ \ | | | | | | jbang: 0.58.0 -> 0.62.0
| * | jbang: 0.58.0 -> 0.62.0R. RyanTM2021-01-19
| | |
* | | Merge pull request #109668 from marsam/update-mcflyMario Rodas2021-01-18
|\ \ \ | | | | | | | | mcfly: 0.5.2 -> 0.5.3
| * | | mcfly: 0.5.2 -> 0.5.3Mario Rodas2021-01-17
| | | |
* | | | Merge pull request #109862 from r-ryantm/auto-update/htopRyan Mulligan2021-01-18
|\ \ \ \ | | | | | | | | | | htop: 3.0.4 -> 3.0.5
| * | | | htop: 3.0.4 -> 3.0.5R. RyanTM2021-01-19
| | |/ / | |/| |
* | | | folly: 2020.09.28.00 -> 2021.01.18.00R. RyanTM2021-01-18
| | | |
* | | | Merge pull request #109873 from r-ryantm/auto-update/janetRyan Mulligan2021-01-18
|\ \ \ \ | | | | | | | | | | janet: 1.12.2 -> 1.13.1
| * | | | janet: 1.12.2 -> 1.13.1R. RyanTM2021-01-19
| |/ / /
* | | | Merge pull request #109743 from r-ryantm/auto-update/cassowaryRyan Mulligan2021-01-18
|\ \ \ \ | | | | | | | | | | cassowary: 0.11.0 -> 0.12.0
| * | | | cassowary: 0.11.0 -> 0.12.0R. RyanTM2021-01-18
| | |_|/ | |/| |
* | | | Merge pull request #98011 from OPNA2608/update-acme-unstable-2020-08-26Sandro2021-01-19
|\ \ \ \ | | | | | | | | | | acme: 120 -> unstable-2020-12-27
| * | | | acme: 120 -> unstable-2020-12-27Christoph Neidahl2021-01-18
| | | | |
* | | | | Merge pull request #102922 from OPNA2608/init/hdr-plus/21.03Sandro2021-01-19
|\ \ \ \ \
| * | | | | hdr-plus: init at 2020-10-29OPNA26082021-01-18
| | | | | |
* | | | | | Merge pull request #98479 from OPNA2608/package-megapixelsSandro2021-01-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | megapixels: init at 0.14.0
| * | | | | | megapixels: init at 0.14.0Christoph Neidahl2021-01-14
| | | | | | |
* | | | | | | Merge pull request #109846 from r-ryantm/auto-update/gospiderRyan Mulligan2021-01-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gospider: 1.1.4 -> 1.1.5
| * | | | | | | gospider: 1.1.4 -> 1.1.5R. RyanTM2021-01-18
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #109835 from r-ryantm/auto-update/glabSandro2021-01-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | glab: 1.11.1 -> 1.13.1
| * | | | | | | glab: 1.11.1 -> 1.13.1R. RyanTM2021-01-18
| |/ / / / / /
* | | | | | | Merge pull request #97518 from goodbyekansas/wasmer-backendOleksii Filonenko2021-01-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | wasmer: enable cranelift backend
| * | | | | | | wasmer: enable cranelift backendSimon Rainerson2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since wasmer 0.17 no backends are enabled by default. Backends are now detected using the [makefile](https://github.com/wasmerio/wasmer/blob/master/Makefile). This change enables cranelift as this used to be the old default. At least one backend is needed for the `run` subcommand to work. If we want to replicate the actual logic in the makefile, we would probably want to enable the singlepass and llvm backend as well. However enabling llvm backend introduces a dependency on openssl, so we opted for replicating the old default behavior.
* | | | | | | | Merge pull request #109790 from r-ryantm/auto-update/emplaceOleksii Filonenko2021-01-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | emplace: 0.3.9 -> 0.4.1
| * | | | | | | | emplace: 0.3.9 -> 0.4.1R. RyanTM2021-01-18
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | bitcoin: use higher resolution iconPavol Rusnak2021-01-18
| | | | | | | |
* | | | | | | | Merge pull request #109834 from r-ryantm/auto-update/gitflowSandro2021-01-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gitflow: 1.12.2 -> 1.12.3
| * | | | | | | | gitflow: 1.12.2 -> 1.12.3R. RyanTM2021-01-18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #109833 from r-ryantm/auto-update/git-workspaceSandro2021-01-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | git-workspace: 0.7.0 -> 0.8.0
| * | | | | | | | git-workspace: 0.7.0 -> 0.8.0R. RyanTM2021-01-18
| |/ / / / / / /
* | | | | | | | Merge pull request #95598 from bdesham/swiftformat-0.45.6Sandro2021-01-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | swiftformat: 0.44.9 -> 0.45.6
| * | | | | | | | swiftformat: 0.44.9 -> 0.47.10Benjamin Esham2021-01-18
| | | | | | | | |
* | | | | | | | | Merge pull request #109830 from meatcar/sqlite-utils-3.3Sandro2021-01-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python37Packages.sqlite-utils: 3.2 -> 3.3
| * | | | | | | | | python37Packages.sqlite-utils: 3.2 -> 3.3Denys Pavlov2021-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable tests that were fixed in sqlite-utils v3.1.1.
* | | | | | | | | | Merge pull request #109827 from fabaff/corsmiscSandro2021-01-18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | corsmisc: init at 1.3.0Fabian Affolter2021-01-18
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #109820 from fabaff/bypass403Sandro2021-01-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | bypass403: init at 1.4.0
| * | | | | | | | | | | bypass403: init at 1.4.0Fabian Affolter2021-01-18
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #109822 from szlend/znc-palaver-2020-07-18Sandro2021-01-18
|\ \ \ \ \ \ \ \ \ \ \