Commit Graph

600951 Commits

Author SHA1 Message Date
nikstur
80f60ad1f4
Merge pull request #297224 from WilliButz/repart-image/mkDerivation
nixos/repart-image: refactor to use mkDerivation instead of runCommand
2024-03-21 12:50:17 +01:00
Fabian Affolter
0a01fb5e2d
Merge pull request #297678 from r-ryantm/auto-update/python311Packages.langsmith
python311Packages.langsmith: 0.1.29 -> 0.1.31
2024-03-21 12:40:36 +01:00
José Romildo Malaquias
e2ef13876c
Merge pull request #297440 from romildo/upd.andromeda-gtk-theme
andromeda-gtk-theme: do not append -gtk to theme directory
2024-03-21 08:39:37 -03:00
Fabian Affolter
981b45caa9
Merge pull request #297686 from r-ryantm/auto-update/python312Packages.microsoft-kiota-serialization-json
python312Packages.microsoft-kiota-serialization-json: 1.0.0 -> 1.1.0
2024-03-21 12:38:28 +01:00
Weijia Wang
8c58e991d4
Merge pull request #297683 from TomaSajt/catppuccin-python-downgrade
python3Packages.catppuccin: 2.1.0 -> 1.3.2
2024-03-21 12:38:06 +01:00
nixpkgs-merge-bot[bot]
248e41b68e
Merge pull request #297666 from r-ryantm/auto-update/qadwaitadecorations-qt6
qadwaitadecorations-qt6: 0.1.4 -> 0.1.5
2024-03-21 11:21:32 +00:00
Stig
468417b7f3
Merge pull request #296479 from marcusramberg/marcus/nimdow
nixos/nimdow: module updates
2024-03-21 12:14:56 +01:00
Cabia Rangris
936ae679c9
hifiscan: init at 1.5.2 (#285560) 2024-03-21 14:59:34 +04:00
Mauricio Collares
6699e5f037
Merge pull request #297679 from collares/rpy2-unbreak
python311Packages.rpy2: adapt tests to pytest 8
2024-03-21 11:47:03 +01:00
Ivan Mincik
d11438c14d
Merge pull request #296457 from imincik/pdal-2.7.0
pdal: 2.6.3 -> 2.7.0
2024-03-21 10:45:08 +00:00
Ivan Mincik
161f3ba6b9
Merge pull request #296119 from imincik/qgis-ltr-3.34.4
qgis-ltr: 3.28.15 -> 3.34.4
2024-03-21 10:44:22 +00:00
Mauricio Collares
953450bf45 python311Packages.rpy2: adapt tests to pytest 8 2024-03-21 11:44:14 +01:00
WilliButz
d9264d0568
nixos/repart-image: add myself as maintainer 2024-03-21 11:37:43 +01:00
WilliButz
5282cdd926
nixos/repart-image: add internal option to expose finalPartitions 2024-03-21 11:37:43 +01:00
WilliButz
d7ef2defda
nixos/repart-image: refactor to use mkDerivation
As a follow-up to https://github.com/NixOS/nixpkgs/pull/294096 this
should further improve the flexibility around building OS images with
systemd-repart:

* Previously the attribute set `compression` needed to be fully
  populated, including `algorithm` and `level` because
  `compression.enable` was evaluated by bash, after being interpolated
  as strings into the `buildCommand`. Now it's sufficient to pass
  `compression.enable = false` to the builder, e.g. in `overrideAttrs`,
  to disable the compression.
* Using mkDerivation allows for much more customization than the
  previously used `runCommand`, making use of phases and pre/post hooks.
  This is especially helpful for building multiple images from the same
  system configuration, e.g. to build an image `Y` based on a partially
  built raw image `X`,  by injecting a UKI that depends on `X` into a
  defered ESP.
* Before this change it was non-trivial to conduct further manipulations
  on the amended repart definitions. Now, the definitions that
  systemd-repart uses to build the image can be easily manipulated in
  `postPatch` or `preBuild`.

Aside from this, the build is now executed in the build directory, rather
than `$out`. This allows references to relative paths in the build
environment to be used, especially for `--definitions`, which previously
required an absolute path.
2024-03-21 11:37:43 +01:00
Weijia Wang
3f559f01aa
Merge pull request #296541 from StephenWithPH/fix-gnucash-crash
libdbiDrivers: take upstream patch to prevent Gnucash buffer overflow triggered by glibc 2.38 fortification
2024-03-21 11:35:11 +01:00
R. Ryantm
4377af2376 python312Packages.microsoft-kiota-serialization-json: 1.0.0 -> 1.1.0 2024-03-21 10:10:36 +00:00
TomaSajt
8de1375d5b
python3Packages.catppuccin: 2.1.0 -> 1.3.2 2024-03-21 11:03:34 +01:00
Mario Rodas
c2b7425324
Merge pull request #297497 from r-ryantm/auto-update/python311Packages.approvaltests
python311Packages.approvaltests: 11.1.1 -> 11.1.2
2024-03-21 05:03:34 -05:00
Mario Rodas
f0c32b637b
Merge pull request #297438 from r-ryantm/auto-update/flexget
flexget: 3.11.24 -> 3.11.25
2024-03-21 05:03:04 -05:00
R. Ryantm
4df69f2033 python311Packages.langsmith: 0.1.29 -> 0.1.31 2024-03-21 09:48:36 +00:00
lassulus
befc64a589
Merge pull request #292109 from jvanbruegge/authentik-2024.2
authentik,authentik-outposts.ldap: 2023.10.7 -> 2024.2.2
2024-03-21 16:45:59 +07:00
Mario Rodas
deedbeb686
Merge pull request #297553 from r-ryantm/auto-update/python311Packages.pytest-twisted
python311Packages.pytest-twisted: 1.14.0 -> 1.14.1
2024-03-21 04:43:17 -05:00
Mario Rodas
4129941174
Merge pull request #297541 from r-ryantm/auto-update/scdl
scdl: 2.7.3 -> 2.7.5
2024-03-21 04:42:22 -05:00
R. Ryantm
7e538bd643 qadwaitadecorations-qt6: 0.1.4 -> 0.1.5 2024-03-21 09:16:11 +00:00
Doron Behar
d03ae62edd
Merge pull request #294765 from wineee/cpeditor
cpeditor: 6.11.2 -> 7.0.1
2024-03-21 11:07:34 +02:00
Weijia Wang
367912953c libdbiDrivers: fix build with clang 2024-03-21 10:00:46 +01:00
OTABI Tomoya
f94467a5c9
Merge pull request #295468 from r-ryantm/auto-update/dataexplorer
dataexplorer: 3.8.3 -> 3.8.5
2024-03-21 17:50:04 +09:00
OTABI Tomoya
7fad9d73c2
Merge pull request #296332 from r-ryantm/auto-update/python311Packages.argostranslate
python311Packages.argostranslate: 1.9.1 -> 1.9.3
2024-03-21 17:45:48 +09:00
OTABI Tomoya
d7427e08de
Merge pull request #297178 from r-ryantm/auto-update/python311Packages.setuptools-odoo
python311Packages.setuptools-odoo: 3.2.1 -> 3.3
2024-03-21 17:44:38 +09:00
Fabian Affolter
36d833904b
Merge pull request #297633 from fabaff/checkov-bump
checkov: 3.2.41 -> 3.2.42
2024-03-21 09:42:47 +01:00
Fabian Affolter
a353e687cd
Merge pull request #297632 from fabaff/exploitdb-bump
exploitdb: 2024-03-19 -> 2024-03-21
2024-03-21 09:42:31 +01:00
Doron Behar
2897be360b
Merge pull request #287966 from Guanran928/clash-meta
nixos/mihomo: init
2024-03-21 10:40:10 +02:00
Fabian Affolter
48895ecb59
Merge pull request #297585 from r-ryantm/auto-update/python312Packages.trafilatura
python312Packages.trafilatura: 1.7.0 -> 1.8.0
2024-03-21 09:39:07 +01:00
Pol Dellaiera
5fe01e68f8
Merge pull request #297447 from ulrikstrid/ulrikstrid--ollama-rocm-fix
ollama: Add needed rocm libraries to rocmPath
2024-03-21 09:35:28 +01:00
K900
f16f1016e6
Merge pull request #293326 from FabianRig/init-technitium-dns-server
technitium-dns-server: init at 12.1
2024-03-21 11:32:15 +03:00
FabianRig
a080ce59f0 technitium-dns-server: init at 12.1 2024-03-21 09:28:47 +01:00
Doron Behar
8b6a6e13c3
Merge pull request #285241 from Guanran928/resonance
resonance: init at 0-unstable-2023-06-06
2024-03-21 10:22:26 +02:00
OTABI Tomoya
37550e3dfa
Merge pull request #297191 from r-ryantm/auto-update/python312Packages.vispy
python312Packages.vispy: 0.14.1 -> 0.14.2
2024-03-21 17:13:33 +09:00
lassulus
b86533c9af
Merge pull request #297492 from r-ryantm/auto-update/circt
circt: 1.68.0 -> 1.70.0
2024-03-21 14:59:32 +07:00
Vincent Laporte
eb7e2246c4 ocamlPackages.mdx: 2.3.1 → 2.4.1 2024-03-21 08:48:31 +01:00
Fabian Affolter
b17002c524 python312Packages.trafilatura: refactor 2024-03-21 08:41:03 +01:00
R. Ryantm
5b7fd336eb python312Packages.trafilatura: 1.7.0 -> 1.8.0 2024-03-21 08:13:15 +01:00
Fabian Affolter
b3bced21a8
Merge pull request #297636 from fabaff/htmldate-bump
python311Packages.htmldate: 1.7.0 -> 1.8.0
2024-03-21 08:09:57 +01:00
Ulrik Strid
093051473f ollama: Add needed rocm libraries to rocmPath 2024-03-21 07:54:18 +01:00
Fabian Affolter
b6225fcf79 python311Packages.htmldate: 1.7.0 -> 1.8.0
Changelog: https://github.com/adbar/htmldate/blob/v1.8.0/CHANGELOG.md
2024-03-21 07:21:10 +01:00
Vladimír Čunát
20f77aa099
Merge #295458: staging-next 2024-03-13 2024-03-21 07:18:55 +01:00
Fabian Affolter
1712dd6ffb checkov: 3.2.41 -> 3.2.42
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.41...3.2.42

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.42
2024-03-21 07:12:26 +01:00
Fabian Affolter
4f6c4742c5 checkov: 3.2.39 -> 3.2.41
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.39...3.2.41

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.41
2024-03-21 07:11:17 +01:00
Fabian Affolter
76f8bddf58 exploitdb: 2024-03-19 -> 2024-03-21
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-19...2024-03-21
2024-03-21 07:11:01 +01:00