summaryrefslogtreecommitdiffstats
path: root/pkgs/data
AgeCommit message (Collapse)Author
2021-02-01inconsolata: change source path for new google fonts (#111556)Milan
#110027 updated google-fonts to a new version. In the source of the new version, the built Inconsolata font files are in a different subdirectory.
2021-01-30osinfo-db: 20201119 -> 20201218R. RyanTM
2021-01-29all-cabal-hashes: update to Hackage at 2021-01-29T18:57:29ZPeter Simons
2021-01-28scheme-manpages: 2020-08-14 -> 2021-01-17Mario Rodas
2021-01-28arc-theme: 20201013 -> 20210127R. RyanTM
2021-01-28Merge pull request #110027 from tu-maurice/google-fonts-2021-01-19Sandro
google-fonts: 2019-07-14 -> unstable-2021-01-19
2021-01-27jetbrains-mono: 2.221 -> 2.225Mario Rodas
https://github.com/JetBrains/JetBrainsMono/releases/tag/v2.225
2021-01-26Merge pull request #110020 from r-ryantm/auto-update/kora-icon-themeJosé Romildo Malaquias
kora-icon-theme: 1.3.4 -> 1.4.1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-25Merge pull request #110714 from romildo/upd.theme-obsidian2Sandro
theme-obsidian2: 2.17 -> 2.18
2021-01-25Merge pull request #110705 from romildo/upd.theme-jade1Sandro
theme-jade1: 1.10 -> 1.11
2021-01-24theme-obsidian2: 2.17 -> 2.18José Romildo Malaquias
2021-01-24theme-jade1: 1.10 -> 1.11José Romildo Malaquias
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-22all-cabal-hashes: update to Hackage at 2021-01-22T18:56:49ZPeter Simons
2021-01-22Merge pull request #108916 from midchildan/powerline-symbols/initSandro
powerline-symbols: init at 2.8.1
2021-01-21Merge pull request #110266 from marsam/update-recursiveSandro
recursive: 1.069 -> 1.071
2021-01-21treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2021-01-20papirus-icon-theme: 20200901 -> 20210101R. RyanTM
2021-01-20nerdfonts: use spaces for indentationzowoq
2021-01-20recursive: 1.069 -> 1.071Mario Rodas
https://github.com/arrowtype/recursive/releases/tag/v1.070 https://github.com/arrowtype/recursive/releases/tag/v1.071
2021-01-20treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2021-01-19google-fonts: 2019-07-14 -> unstable-2021-01-19tu-maurice
2021-01-19kora-icon-theme: 1.3.4 -> 1.4.1R. RyanTM
2021-01-18elementary-xfce-icon-theme: 0.15.1 -> 0.15.2R. RyanTM
2021-01-17pkgs/data, pkgs/games: [sS]tdenv.*lib -> libBen Siraphob
2021-01-16pkgs/data: pkgconfig -> pkg-configBen Siraphob
2021-01-16_3270font: 2.1.0 -> 2.2.1Mario Rodas
https://github.com/rbanffy/3270font/releases/tag/v2.2.1
2021-01-16stix-two: 2.10 -> 2.11Mario Rodas
2021-01-16Merge pull request #108099 from siraben/double-quotes-fixSandro
2021-01-16treewide: fix double quoted strings in meta.descriptionBen Siraphob
2021-01-15Revert "Merge pull request #105709 from CajuM/symbiflow"Austin Seipp
This reverts commit 02828f91f15668ce6a757b6ef1d2d8430a403194, reversing changes made to f0a7fce6ee72e574c2406bf1cfd1741c8d2cd07e.
2021-01-15Merge pull request #109356 from r-ryantm/auto-update/iosevka-binmarkuskowa
iosevka-bin: 4.3.0 -> 4.4.0
2021-01-15pkgs/data: stdenv.lib -> libBen Siraphob
2021-01-14luna-icons: 0.9.1 -> 0.9.2José Romildo Malaquias
2021-01-14iosevka-bin: 4.3.0 -> 4.4.0R. RyanTM
2021-01-12Merge pull request #109131 from romildo/upd.greybirdSandro
greybird: 3.22.13 -> 3.22.14
2021-01-12greybird: 3.22.13 -> 3.22.14José Romildo Malaquias
2021-01-12matcha-gtk-theme: 2020-12-07 -> 2021-01-12José Romildo Malaquias
2021-01-11Merge pull request #105709 from CajuM/symbiflowDmitry Kalinkin
Add Symbiflow + prjxray for OSS Xilinx FPGA development
2021-01-11Merge pull request #109021 from romildo/upd.marwaita-ubuntuSandro
marwaita-ubuntu: 1.5 -> 1.7
2021-01-11Merge pull request #109023 from romildo/upd.marwaita-peppermintSandro
marwaita-peppermint: 0.5 -> 0.6
2021-01-11marwaita-pop_os: 0.9 -> 1.1José Romildo Malaquias
2021-01-11marwaita-peppermint: 0.5 -> 0.6José Romildo Malaquias
2021-01-11marwaita-ubuntu: 1.5 -> 1.7José Romildo Malaquias
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11Merge master into staging-nextgithub-actions[bot]
2021-01-11Merge pull request #93917 from zaninime/openzoneSandro
2021-01-10Merge master into staging-nextFrederik Rietdijk
2021-01-10fira-code: only extract the variable fontmidchildan
Fira Code includes a variable font[1] file that packs all the variants in a single file. Including both variable and non-variable fonts would be redundant and cause the system to list the same font twice. [1]: https://en.wikipedia.org/wiki/Variable_fonts