R. Ryantm
199b12ad3d
netpbm: 11.0.2 -> 11.1.0
2022-12-31 01:19:18 +00:00
Sergei Trofimovich
092d57c076
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
figsoda
a211d94291
treewide: remove attrPath from nix-update-script calls
...
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703 , `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Jan Tojnar
72c37eddec
Merge branch 'staging-next' into staging
2022-12-25 01:30:47 +01:00
maralorn
bb7f53d185
Merge pull request #202022 from NixOS/haskell-updates
...
haskellPackages: stackage LTS 19 -> 20; GHC 9.0.2 -> 9.2.4
2022-12-24 19:27:16 +01:00
kilianar
e6cc2d4aa7
oxipng: 7.0.0 -> 8.0.0
...
https://github.com/shssoichiro/oxipng/releases/tag/v8.0.0
2022-12-24 17:09:34 +01:00
Dennis Gosnell
fb337aedd8
haskellPackages.ldgallery-compiler: mark broken with ghc-9.2
2022-12-24 11:58:07 +09:00
Sebastian Neubauer
4e3db444a5
directx-shader-compiler: 1.7.2207 -> 1.7.2212
2022-12-20 23:36:37 +01:00
Sebastian Neubauer
0b7ec912c9
vulkan-cts: init at 1.3.4.1
2022-12-20 14:06:26 +01:00
Anderson Torres
adc00941d3
Merge pull request #202858 from Flakebi/gfxreconstruct
...
gfxreconstruct: init at 0.9.15
2022-12-19 18:50:08 -03:00
Sebastian Neubauer
265690e335
gfxreconstruct: init at 0.9.15
2022-12-19 20:42:40 +01:00
PedroHLC ☭
d9f6f43d2b
vulkan-tools-lunarg: 1.3.231.0 -> 1.3.236.0
2022-12-16 18:52:49 -03:00
PedroHLC ☭
eaaafb7866
vulkan-extension-layer: 1.3.231.0 -> 1.3.236.0
2022-12-16 18:52:49 -03:00
PedroHLC ☭
4beaa32eae
vulkan-tools: 1.3.231.0 -> 1.3.236.0
2022-12-16 18:52:49 -03:00
Thiago Kenji Okada
cd5e437409
Merge pull request #206364 from KiruyaMomochi/vulkan-tools-lunarg-cmake
...
vulkan-tools-lunarg: fix CMake include path
2022-12-16 14:36:17 +00:00
百地 希留耶
af2f4acd8f
vulkan-tools-lunarg: fix CMake include path
2022-12-16 21:34:01 +08:00
AndersonTorres
e6bac9563a
steghide: init at 0.5.1.1
2022-12-14 20:09:56 -03:00
PedroHLC ☭
1c3d404e30
vkbasalt: 0.3.2.6 -> 0.3.2.8
2022-12-14 09:12:26 -03:00
figsoda
80160e530d
Merge pull request #205845 from figsoda/sic
...
sic-image-cli: 0.20.0 -> 0.20.1
2022-12-13 17:39:59 -05:00
Rick van Schijndel
9833d56c24
treewide: mark packages broken that never built on PLATFORM
...
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.
I manually audited the results and removed some results that were not valid.
Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.
Some observations:
- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
- gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
figsoda
32e71f7f2a
sic-image-cli: 0.20.0 -> 0.20.1
...
Diff: https://github.com/foresterre/sic/compare/v0.20.0...v0.20.1
Changelog: https://github.com/foresterre/sic/blob/v0.20.1/CHANGELOG.md
2022-12-12 16:59:49 -05:00
R. Ryantm
a5717f4f9a
adriconf: 2.5.0 -> 2.5.1
2022-12-10 22:21:23 +08:00
Alyssa Ross
e79dbb918a
mesa-demos: fix build on Darwin
2022-12-09 17:31:28 +00:00
Martino Fontana
d6fe5fdad2
vkbasalt-cli: init at 3.1.1
2022-12-08 19:36:52 +01:00
Martino Fontana
f2521e084d
vkbasalt: install default configuration file
...
Needed for programs like vkbasalt-cli.
For vkbasalt itself, this configuration has last priority.
2022-12-08 19:36:51 +01:00
Martino Fontana
c0da4fb02b
vkBasalt: rename to vkbasalt
...
https://nixos.org/manual/nixpkgs/stable/#sec-package-naming
2022-12-08 19:36:51 +01:00
kilianar
2b760397bb
oxipng: 6.0.1 -> 7.0.0
...
https://github.com/shssoichiro/oxipng/releases/tag/v7.0.0
2022-12-07 21:42:31 +01:00
github-actions[bot]
a440592932
Merge master into staging-next
2022-12-06 06:01:16 +00:00
Weijia Wang
4619e1c05b
zbar: fix build on darwin
2022-12-05 23:27:51 +01:00
github-actions[bot]
d267d26578
Merge master into staging-next
2022-12-05 06:01:36 +00:00
Pierre Bourdon
f16be35641
Merge pull request #204564 from SuperSandro2000/zbar-nox
...
nixos/no-x-libs: add zbar
2022-12-05 02:55:25 +01:00
Sandro Jäckel
4312ffd16a
zbar: add option to disable Xorg
2022-12-05 02:07:00 +01:00
Sandro Jäckel
e22198417d
zbar: fix enableVideo not fully removing gtk/qt
2022-12-05 02:07:00 +01:00
R. Ryantm
ec2c253ddd
resvg: 0.27.0 -> 0.28.0
2022-12-04 23:21:01 +00:00
Martin Weinelt
fe8eef1ae4
Merge remote-tracking branch 'origin/master' into staging-next
2022-12-04 22:06:42 +01:00
Anderson Torres
b6955675d4
Merge pull request #204314 from muscaln/vkmark-init
...
vkmark: init at unstable-2022-09-09
2022-12-04 11:21:03 -03:00
Felix Bühler
a2d2f70b82
Merge pull request #201170 from r-ryantm/auto-update/findimagedupes
...
findimagedupes: 2.19.1 -> 2.20.1
2022-12-04 11:09:46 +01:00
R. Ryantm
3587d6881d
imgurbash2: 3.2 -> 3.3
2022-12-04 05:15:54 +00:00
github-actions[bot]
e1399a2156
Merge master into staging-next
2022-12-03 18:01:02 +00:00
Mustafa Çalışkan
b3752fe3bb
vkmark: init at unstable-2022-09-09
2022-12-03 19:31:28 +03:00
Robert Scott
259c543e7f
lepton: add CVE-2022-4104 to knownVulnerabilities
2022-12-02 22:03:31 +00:00
github-actions[bot]
541466e966
Merge master into staging-next
2022-11-30 00:02:24 +00:00
Mario Rodas
d34d6b0a02
Merge pull request #203521 from Smittyvb/imageworsener-1.3.5
...
imageworsener: 1.3.4 -> 1.3.5
2022-11-29 18:43:39 -05:00
github-actions[bot]
843fc7a4a5
Merge master into staging-next
2022-11-29 18:01:54 +00:00
Mario Rodas
b239fcd2fa
resvg: 0.26.1 -> 0.27.0
...
https://github.com/RazrFalcon/resvg/releases/tag/v0.27.0
2022-11-29 04:20:00 +00:00
github-actions[bot]
e6be0713d4
Merge master into staging-next
2022-11-29 00:02:37 +00:00
Sandro
9a54ef24b6
Merge pull request #202147 from zendo/dynamic-wallpaper
2022-11-28 22:43:49 +01:00
Smitty
5c620e2243
imageworsener: 1.3.4 -> 1.3.5
2022-11-28 10:56:38 -05:00
zendo
bfaf545a33
dynamic-wallpaper: init at 0.1.0
2022-11-26 12:45:22 +08:00
Aaron Jheng
dc3614605f
graphviz: 7.0.0 -> 7.0.2
2022-11-25 12:37:08 +00:00
github-actions[bot]
d002d690a2
Merge staging-next into staging
2022-11-25 00:02:54 +00:00
Nick Cao
4db2e9fbef
grim: add wayland-scanner to nativeBuildInputs, fixes cross compilation
2022-11-24 21:54:35 +01:00
github-actions[bot]
83b5fc631c
Merge staging-next into staging
2022-11-23 18:01:46 +00:00
R. Ryantm
87823cc828
resvg: 0.25.0 -> 0.26.1
2022-11-23 00:06:39 +00:00
github-actions[bot]
9c6223b5f6
Merge staging-next into staging
2022-11-21 18:01:33 +00:00
Thiago Kenji Okada
19230cff31
Merge pull request #202199 from PedroHLC/vulkan-caps-viewer-3.27
...
vulkan-caps-viewer: 3.25 -> 3.27
2022-11-21 15:21:38 +00:00
PedroHLC ☭
9c128026bd
vulkan-caps-viewer: 3.25 -> 3.27
2022-11-21 11:47:00 -03:00
github-actions[bot]
77fbd162df
Merge staging-next into staging
2022-11-20 18:01:45 +00:00
Mario Rodas
62c5966291
Merge pull request #200494 from aaronjheng/feedgnuplot
...
feedgnuplot: 1.58 -> 1.61
2022-11-20 08:59:11 -05:00
github-actions[bot]
1d03874733
Merge staging-next into staging
2022-11-20 06:01:41 +00:00
Henner Zeller
49e27d15c0
timg: 1.4.4 -> 1.4.5
...
Update timg, that also includes fix for CVE-2022-43151
Signed-off-by: Henner Zeller <h.zeller@acm.org>
2022-11-20 12:14:18 +08:00
github-actions[bot]
7ba15c5a41
Merge staging-next into staging
2022-11-15 18:01:52 +00:00
R. Ryantm
cebf764e2b
netpbm: 11.0.1 -> 11.0.2
2022-11-15 03:30:29 +01:00
Martin Weinelt
b1250cd8da
Merge pull request #201067 from helsinki-systems/drop/appleseed
2022-11-14 22:55:05 +01:00
github-actions[bot]
e572426521
Merge staging-next into staging
2022-11-14 18:01:45 +00:00
R. Ryantm
b08b69c5a1
gifski: 1.7.2 -> 1.8.0
2022-11-14 11:57:32 +00:00
R. Ryantm
a11c7f3b81
findimagedupes: 2.19.1 -> 2.20.1
2022-11-14 11:33:25 +00:00
ajs124
95d624394e
appleseed: remove
...
hasn't built on hydra since 2020-10-09 16:57:25
2022-11-13 21:12:28 +01:00
Sandro
950b794452
Merge pull request #197304 from vs49688/miniffmpeg-staging
2022-11-12 23:40:47 +01:00
Maximilian Bosch
8e840beaa2
jhead: patches for CVE-2022-41751
...
See https://nvd.nist.gov/vuln/detail/CVE-2022-41751
Also relevant: https://github.com/Matthias-Wandel/jhead/issues/60
2022-11-11 14:19:52 +01:00
Aaron Jheng
14f9d0c10b
feedgnuplot: 1.58 -> 1.61
2022-11-11 07:26:33 +00:00
Jörg Thalheim
949a0aa3be
Merge pull request #200539 from dasisdormax/astc-encoder-fix-darwin
...
astc-encoder: 3.6 -> 4.2.0
2022-11-10 17:03:29 +01:00
Theodore Ni
4eb5bc476b
wgpu-utils: 0.10.0 -> 0.14.1
2022-11-10 16:24:44 +01:00
Maximilian Wende
80cb5e65f8
astc-encoder: fix darwin build
2022-11-10 15:11:48 +01:00
Maximilian Wende
d0ea6eada2
astc-encoder: 3.6 -> 4.2.0
2022-11-10 14:28:02 +01:00
Daniel Nagy
cfce957d4f
treewide: more meta changelog urls and mainPrograms ( #200062 )
...
* turbovnc: add changelog url
* memray: add changelog url
* ddcutil: add changelog url
* jc: add changelog url
* zed: add changelog url
* lua: use https homepage
* sil: use https url
* the-powder-toy: use https homepage
* tldr: add changelog url
* openjpeg: add changelog url
* scheme48: use https homepage
* bubblewrap: set meta.mainProgram
* zbar: set meta.mainProgram
* qpdf: add changelog url
* nvtop: set meta.mainProgram
* squashfs: add meta.mainProgram
2022-11-09 16:41:13 +01:00
Zane van Iperen
e64d154cb0
unpaper: depend on ffmpeg_5-headless explicitly
2022-11-08 00:12:42 +10:00
Mario Rodas
3d61013d16
Merge pull request #199633 from aaronjheng/wallutils
...
wallutils: 5.11.1 -> 5.12.4
2022-11-05 16:28:58 -05:00
Thomas Gerbet
bbb8622275
timg: apply patch for CVE-2022-43151
...
https://github.com/hzeller/timg/issues/92
2022-11-05 17:40:12 +01:00
Aaron Jheng
b090a8c251
wallutils: 5.11.1 -> 5.12.4
2022-11-05 03:24:21 +00:00
Mario Rodas
fc462128f4
Merge pull request #199203 from r-ryantm/auto-update/vips
...
vips: 8.13.2 -> 8.13.3
2022-11-04 06:44:17 -05:00
Sandro
136fc9565e
Merge pull request #195910 from wegank/gnuplot-wxgtk
2022-11-04 01:20:04 +01:00
R. Ryantm
ab62aae89b
vips: 8.13.2 -> 8.13.3
2022-11-02 18:07:57 +00:00
github-actions[bot]
4b05cc6f66
Merge master into staging-next
2022-11-02 12:01:31 +00:00
Christian Kögler
ee8f584c19
Merge pull request #197539 from wegank/gmic-aarch64-darwin
...
gmic: fix build on aarch64-darwin
2022-11-02 07:35:41 +01:00
github-actions[bot]
075f0857dd
Merge master into staging-next
2022-11-02 00:02:32 +00:00
R. Ryantm
63de74a3a7
resvg: 0.24.0 -> 0.25.0
2022-11-01 05:44:50 +00:00
github-actions[bot]
082314708c
Merge master into staging-next
2022-10-30 12:01:18 +00:00
Sergei Trofimovich
b4530d1ed4
povray: use xorg.* packages directly instead of xlibsWrapper indirection
...
Tested as no material change in `out` output with `diffoscope`.
2022-10-30 11:23:33 +01:00
github-actions[bot]
18b25cbb99
Merge master into staging-next
2022-10-29 12:01:19 +00:00
Sergei Trofimovich
e6471b1a0e
scrot: use xorg.* packages directly instead of xlibsWrapper indirection
...
Tested as no change in `out` output with `diffoscope`.
2022-10-29 12:03:13 +02:00
Bernardo Meurer
5fe5f94a83
Merge pull request #197775 from PedroHLC/vulkan-1.3.231.0
2022-10-26 19:06:18 +02:00
PedroHLC ☭
e0f977f7d0
vulkan-extension-layer: 1.3.224.1 -> 1.3.231.0
2022-10-25 17:06:07 -03:00
PedroHLC ☭
48cc9433d3
vulkan-tools-lunarg: 1.3.224.1 -> 1.3.231.0
2022-10-25 17:06:07 -03:00
PedroHLC ☭
b347baf7d5
vulkan-tools: 1.3.224.1 -> 1.3.231.0
2022-10-25 17:06:03 -03:00
kilianar
ed8f9ffaa4
graphviz: 5.0.1 -> 7.0.0
...
https://gitlab.com/graphviz/graphviz/-/releases/7.0.0
2022-10-25 14:51:15 +02:00
Sandro
607720c748
Merge pull request #196779 from chuangzhu/fix-ncnn
2022-10-24 23:57:00 +02:00
Weijia Wang
f6f13bb753
gmic: fix build on aarch64-darwin
2022-10-24 14:52:01 +02:00
Mario Rodas
86ad681303
Merge pull request #194195 from r-ryantm/auto-update/gnuplot
...
gnuplot: 5.4.4 -> 5.4.5
2022-10-23 16:17:04 -05:00
7c6f434c
127c1662b7
Merge pull request #197294 from ChrisPattison/asymptote
...
Asymptote: 2.67 -> 2.83
2022-10-23 09:47:02 +00:00