Commit Graph
215277 Commits
Author SHA1 Message Date
Jonathan RingerandFrederik Rietdijk fe4580359e python39: 3.9.0.a3 -> 3.9.0.a4 2020-03-03 07:33:39 +01:00
Jonathan RingerandFrederik Rietdijk 2a019cc48c python38: 3.8.1 -> 3.8.2 2020-03-03 07:33:39 +01:00
Jonathan RingerandJon c3c47544e0 python2Packages.setuptools: freeze at 44.0.0 2020-03-01 21:29:28 -08:00
Jonathan RingerandJon 6181bfc353 pythonPackages.setuptools: 44.0.0 -> 45.2.0 2020-03-01 21:29:28 -08:00
Florian KlinkandGitHub 03ed5af859 Merge pull request #81407 from primeos/wayland-protocols
wayland-protocols: 1.18 -> 1.20
2020-02-29 22:08:43 -08:00
Michael Weiss 95e3292eed wayland-protocols: 1.18 -> 1.20
Release announcements and changelogs:
- 1.19: https://lists.freedesktop.org/archives/wayland-devel/2020-February/041267.html
- 1.20: https://lists.freedesktop.org/archives/wayland-devel/2020-February/041269.html
2020-02-29 21:32:07 +01:00
Frederik Rietdijk 21b808cd76 Merge staging-next into staging 2020-02-29 15:29:45 +01:00
Frederik Rietdijk 79217339d2 Merge master into staging-next 2020-02-29 15:29:11 +01:00
Michael Weiss cf6477076b wob: 0.6 -> 0.7 2020-02-29 14:44:46 +01:00
Yegor TimoshenkoandGitHub 6602e9ad5b Merge pull request #79776 from emilazy/update-source-han-fonts
source-han-{sans,serif,mono}: {update,refactor,init}
2020-02-29 15:07:06 +03:00
Yegor TimoshenkoandGitHub 8193658787 Merge pull request #79762 from emilazy/update-noto-fonts
noto-fonts{,-extra,-cjk}: update
2020-02-29 15:06:21 +03:00
EmilyandYegor Timoshenko 6eb45bf38a source-han-{sans,serif,mono}: {update,refactor,init}
* source-han-sans: 1.004R -> 2.001
* source-han-serif: switch to Super OTC
* source-han-mono: init at 1.002

The Source Han fonts now use shared package infrastructure, and the
Super OTC distributions, which unify the various scripts into a single
bundle file, improving automatic font selection and reducing overall
disk space usage. This also means that the Traditional
Chinese—Hong Kong language variant is now included.

The old package names including language are aliased to the Super OTC
bundle packages.
2020-02-29 14:57:27 +03:00
Benjamin HippleandGitHub c580dfc0ce viu: upgrade cargo fetcher and cargoSha256 (#81240)
Infra upgrade as part of #79975; no functional change expected.
2020-02-29 12:49:19 +01:00
EmilyandYegor Timoshenko cf792da835 noto-fonts-cjk: 1.004 -> 2.001 2020-02-29 14:43:02 +03:00
Suwon ParkandGitHub 7948e6785b nixos/manual: add environment.systemPackages option in an example
The environment.systemPackages option lacks in the example which is used in the next paragraph to explain merging of the options defined by multiple modules.
2020-02-29 12:11:42 +01:00
EmilyandYegor Timoshenko fe690a84eb noto-fonts{,-extra}: 2018-11-30 -> 2020-01-23 2020-02-29 14:09:23 +03:00
Mario RodasandGitHub 4406e51a1e Merge pull request #81360 from r-ryantm/auto-update/powerstat
powerstat: 0.02.21 -> 0.02.22
2020-02-29 06:02:16 -05:00
Mario RodasandGitHub b16403b155 Merge pull request #81343 from marsam/update-certigo
certigo: 1.11.0 -> 1.12.1
2020-02-29 05:58:49 -05:00
Mario RodasandGitHub 71fa9c5a1a Merge pull request #81315 from zowoq/buildah
buildah: 1.14.0 -> 1.14.1
2020-02-29 05:56:13 -05:00
Peter Simons 10da6658ad ShellCheck: record the URL of the upstream issues our patches fix 2020-02-29 11:34:32 +01:00
Peter Simons 8947cba160 ShellCheck: let Hydra compile the binary 2020-02-29 11:11:24 +01:00
Peter Simons 376ff258b5 stylish-cabal: fix the build
We can still compile the package with ghc-8.6.5. Later
compiler versions don't work, unfortunately.
2020-02-29 11:10:19 +01:00
Peter Simons a6130f1848 hackage2nix: mark stylish-cabal broken
https://github.com/pikajude/stylish-cabal/issues/12
2020-02-29 10:58:46 +01:00
R. RyanTM 03fbecff08 powerstat: 0.02.21 -> 0.02.22 2020-02-29 09:56:31 +00:00
lewoandGitHub a83ffc02d4 Merge pull request #80858 from jerith666/chef-47
chefdk: 2.4.17 -> 4.7.73
2020-02-29 09:38:32 +01:00
Michael RaskinandGitHub 29142e67b1 Merge pull request #81336 from r-ryantm/auto-update/libsoup
gnome3.libsoup: 2.68.3 -> 2.68.4
2020-02-29 07:52:13 +00:00
Matt McHenry 3a0e58d8f7 chefdk: broken on aarch64 2020-02-28 22:33:06 -05:00
Austin Seipp 806fac5d10 itktcl: wibble [NFC]
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-28 21:03:35 -06:00
Austin Seipp 84878c923c incrtcl: export ITCL_LIBRARY for downstream users
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-28 21:03:35 -06:00
Benjamin HippleandJon ad30a30488 rustPlatform.fetchCargo: handle custom Cargo.lock patchfiles with validation
Previously, we would asssert that the lockfiles are consistent during the
unpackPhase, but if the pkg has a patch for the lockfile itself then we must
wait until the patchPhase is complete to check.

This also removes an implicity dependency on the src attribute coming from
`fetchzip` / `fetchFromGitHub`, which happens to name the source directory
"source". Now we glob for it, so different fetchers will work consistently.
2020-02-28 18:54:23 -08:00
worldofpeaceandGitHub 8913745573 Merge pull request #81319 from mdorman/pam_ssh_agent_auth
pam_ssh_agent_auth: fix dependency on insecure openssl
2020-02-29 02:02:52 +00:00
Austin Seipp 6e797033c8 itktcl: init at 4.1.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-28 19:57:39 -06:00
Austin Seipp 87f098f094 incrtcl: chores, maintain it, touch up results
Soon, this will be needed for the Bluespec compiler.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-28 19:56:11 -06:00
Yegor TimoshenkoandGitHub c6c200f118 Merge pull request #79679 from emilazy/fix-gdouros-font-licenses
fonts/gdouros: correct license to unfree
2020-02-29 03:58:57 +03:00
EmilyandYegor Timoshenko 05a9b7fe2a fonts/gdouros: correct license to unfree 2020-02-29 03:54:48 +03:00
worldofpeaceandGitHub 2a09750de8 Merge pull request #80555 from kjuvi/khronos
khronos: init at 1.0.5
2020-02-29 00:53:45 +00:00
worldofpeaceandGitHub 1a67cb91ad Merge pull request #81296 from r-ryantm/auto-update/gnome-characters
gnome3.gnome-characters: 3.32.1 -> 3.34.0
2020-02-29 00:35:17 +00:00
worldofpeaceandGitHub d9448513a5 Merge pull request #81300 from emilazy/fix-pypy-openssl
pypy{,3}: use openssl_1_1
2020-02-29 00:31:54 +00:00
R. RyanTMandJon 5cf6f3a46b nss_wrapper: 1.1.7 -> 1.1.8 2020-02-28 16:30:21 -08:00
worldofpeace b4943b0180 pantheon.elementary-greeter: 5.0.1 -> 5.0.2
https://github.com/elementary/greeter/releases/tag/5.0.2
2020-02-28 19:26:13 -05:00
worldofpeace ecca257d73 pantheon.switchboard-plug-bluetooth: 2.3.0 -> 2.3.1
https://github.com/elementary/switchboard-plug-bluetooth/releases/tag/2.3.1
2020-02-28 19:26:12 -05:00
worldofpeace e85290ba54 pantheon.sideload: 1.0.0 -> 1.0.1
https://github.com/elementary/sideload/releases/tag/1.0.1
2020-02-28 19:26:12 -05:00
worldofpeace a54dcfe076 pantheon.appcenter: 3..2.1 -> 3.2.2
https://github.com/elementary/appcenter/releases/tag/3.2.2
2020-02-28 19:26:12 -05:00
Jonathan RingerandJon add741efc4 release.nix: remove stack job from x86_64-darwin 2020-02-28 16:22:11 -08:00
Jonathan RingerandJon 87762c126a shellcheck: fix build 2020-02-28 16:22:11 -08:00
worldofpeaceandGitHub 180e5f41b0 Merge pull request #81083 from evanjs/gitkraken/6.5.3
gitkraken: 6.5.1 -> 6.5.3
2020-02-29 00:20:59 +00:00
R. RyanTMandJon f23674a51a kubeseal: 0.9.7 -> 0.9.8 2020-02-28 16:20:49 -08:00
Mario Rodas ef97505059 certigo: 1.11.0 -> 1.12.1 2020-02-28 19:20:00 -05:00
worldofpeaceandGitHub 10eeabe6d1 Merge pull request #81272 from worldofpeace/crystal-openssl
crystal: use latest openssl
2020-02-29 00:12:15 +00:00
worldofpeaceandGitHub 04384d56cf Merge pull request #81091 from worldofpeace/fix-exiv2-pc
exiv2: fix exiv2.pc file
2020-02-29 00:11:09 +00:00