Commit Graph

7030 Commits

Author SHA1 Message Date
Johannes Jöns
ce0f4dd670
inkscape-extensions.silhouette: 1.28 -> 1.29 (#342343) 2024-10-31 14:36:17 +01:00
github-actions[bot]
4f5d1a2355
Merge master into staging-next 2024-10-31 06:05:03 +00:00
Sandro
98c0e67642
pureref: fix user-agent (#351009) 2024-10-31 03:27:05 +01:00
github-actions[bot]
c89d3d9070
Merge master into staging-next 2024-10-31 00:14:46 +00:00
Ryan Hendrickson
d4c7cea44f
imagemagick: Add fftw support (#350349) 2024-10-30 18:45:42 -04:00
K900
6968567d60 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-30 21:25:05 +03:00
Sandro
56d8c81708
synfigstudio: 1.5.1 -> 1.5.3 (#350009) 2024-10-30 15:09:17 +01:00
github-actions[bot]
32be7227d2
Merge master into staging-next 2024-10-30 06:39:54 +00:00
Connor Baker
cc88a5eef0
vkdt: 0.7.0 -> 0.9.0 (#349979) 2024-10-29 19:09:30 -07:00
github-actions[bot]
dee80e3490
Merge master into staging-next 2024-10-30 00:14:27 +00:00
Nick Cao
91779fafb1
oculante: 0.8.23 -> 0.9.1 (#349855) 2024-10-29 15:54:21 -04:00
github-actions[bot]
6bc001ea3b
Merge master into staging-next 2024-10-29 12:06:00 +00:00
emiliode
105becbce2
ipe:7.2.27 -> 7.2.30 (#351533)
Diff: https://github.com/otfried/ipe/compare/v7.2.27...v7.2.30
2024-10-29 19:47:50 +08:00
github-actions[bot]
eb0f257925
Merge master into staging-next 2024-10-29 00:14:34 +00:00
Sefa Eyeoglu
8aebe28dac
xrgears: unstable-2021-06-19 -> 1.0.1-unstable-2024-07-09 (#320650) 2024-10-28 21:22:14 +01:00
oli
fe2aaddb10 oculante: 0.8.23 -> 0.9.1
https://github.com/woelper/oculante/releases/tag/0.9.1
https://github.com/woelper/oculante/releases/tag/0.9.0
2024-10-28 14:14:32 +00:00
Fabián Heredia Montiel
980dd8b4ed Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 23:56:04 -06:00
rewine
4822e88560
pineapple-pictures: 0.8.1 -> 0.8.2.1 (#351684) 2024-10-28 09:38:37 +08:00
Fabián Heredia Montiel
34b62f7c47 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 16:10:56 -06:00
R. Ryantm
1acc769995 pineapple-pictures: 0.8.1 -> 0.8.2.1 2024-10-27 15:05:15 +00:00
Tomo
a0c6ffc324 minidjvu: mark as vulnerable
See https://github.com/NixOS/nixpkgs/issues/90896
2024-10-27 07:07:21 +00:00
K900
280a9f86c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 09:10:05 +03:00
Aleksana
a6f1a48ebb
ciano: migrate to by-name (#348265) 2024-10-27 12:18:34 +08:00
Aleksana
3e2767f655
figma-agent: fix build (#345000) 2024-10-27 11:46:21 +08:00
github-actions[bot]
3f6af763b1
Merge master into staging-next 2024-10-25 06:05:00 +00:00
Doron Behar
959857c78d
pdfcpu: 0.8.1 -> 0.9.1 (#350858) 2024-10-25 08:17:24 +03:00
wxt
963a5fe26b figma-agent: move to by-name; nixfmt 2024-10-25 10:47:36 +08:00
Doron Behar
4d2ea7ff45 pdfcpu: 0.9.0 -> 0.9.1
Diff: https://github.com/pdfcpu/pdfcpu/compare/v0.9.0...v0.9.1
2024-10-25 00:25:43 +03:00
Jon Erling Hustadnes
27a605dc42 pureref: fix user-agent 2024-10-24 21:26:56 +02:00
K900
dee94df6f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-24 09:28:51 +03:00
Samuel Tardieu
a7503e67f3 synfigstudio: 1.5.1 → 1.5.3 2024-10-24 07:54:04 +02:00
R. Ryantm
e81121612c pdfcpu: 0.8.1 -> 0.9.0 2024-10-24 05:50:35 +00:00
Weijia Wang
b1da538423
komikku: 1.57.0 -> 1.58.0; add webp support; move to by-name (#350584) 2024-10-24 01:11:33 +02:00
piegames
ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
Chuang Zhu
a05b26dd03 komikku: 1.57.0 -> 1.58.0; add webp support; move to by-name 2024-10-23 08:12:13 +08:00
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
Fabián Heredia Montiel
fdc64cfee0 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-22 09:14:28 -06:00
Charlie Root
26cc7c67b2
imagemagick: add bloxx12 to maintainers 2024-10-22 15:59:37 +02:00
Charlie Root
d05c2e3980
imagemagick: Add fftw support 2024-10-22 15:58:59 +02:00
Alyssa Ross
564ef796a2
drawio: drop maintainership 2024-10-22 14:54:57 +02:00
Alyssa Ross
da2060c0de
drawio: update license
Link: https://github.com/jgraph/drawio/discussions/4623
2024-10-22 14:54:41 +02:00
Kerstin Humm
b12bcabd24
maintainers: remove erictapen from packages that I don't really maintain anymore 2024-10-22 12:32:29 +02:00
github-actions[bot]
f2d7c5202d
Merge master into staging-next 2024-10-21 18:04:46 +00:00
Nikolay Korotkiy
394fbdae02
xournalpp: 1.2.3 -> 1.2.4 (#350094) 2024-10-21 20:08:01 +04:00
Pol Dellaiera
09b301874d
lazpaint: 7.2.2-unstable-2024-01-20 -> 7.2.2-unstable-2024-01-23; switch to qt5 (#350204) 2024-10-21 14:57:12 +02:00
github-actions[bot]
557897f89c
Merge master into staging-next 2024-10-21 12:06:04 +00:00
aleksana
df56fd90bf lazpaint: move to pkgs/by-name 2024-10-21 17:01:00 +08:00
Vladimír Čunát
d3cf614649
gnome: Minor Updates (#348874) 2024-10-21 11:00:52 +02:00
Aleksana
a5e6a9e979
viewnior: switch to gtk3 PR (#349819) 2024-10-21 14:49:18 +08:00
github-actions[bot]
3fc3038625
Merge master into staging-next 2024-10-21 06:05:19 +00:00