Commit Graph
979864 Commits
Author SHA1 Message Date
Nick CaoandGitHub a38fa49d8a python3Packages.edk2-pytool-library: 0.23.12 -> 0.23.13 (#509167) 2026-04-13 21:31:28 +00:00
Nick CaoandGitHub 98c9b7d6d4 libretro-shaders-slang: 0-unstable-2026-04-03 -> 0-unstable-2026-04-10 (#509161) 2026-04-13 21:31:00 +00:00
Nick CaoandGitHub eab39ace5b wego: 2.3 -> 2.4 (#509156) 2026-04-13 21:30:30 +00:00
Nick CaoandGitHub f0bff63214 qlementine-icons: 1.14.0 -> 1.15.0 (#509249) 2026-04-13 21:29:33 +00:00
Nick CaoandGitHub d801aeab85 blockbench: 5.1.2 -> 5.1.3 (#509228) 2026-04-13 21:28:53 +00:00
Nick CaoandGitHub c6bd664c64 nu_scripts: 0-unstable-2026-03-12 -> 0-unstable-2026-04-11 (#509226) 2026-04-13 21:28:29 +00:00
Nick CaoandGitHub fb791e04cd rime-moegirl: 20260315 -> 20260412 (#509205) 2026-04-13 21:27:37 +00:00
Nick CaoandGitHub b37ef01e89 libretro.beetle-pce: 0-unstable-2025-06-22 -> 0-unstable-2026-04-11 (#509288) 2026-04-13 21:26:22 +00:00
Nick CaoandGitHub aa3bb62ab0 prometheus-node-exporter: 1.11.0 -> 1.11.1 (#509276) 2026-04-13 21:25:49 +00:00
Nick CaoandGitHub 0caa4cb302 apidog: 2.8.23 -> 2.8.24 (#509285) 2026-04-13 21:25:48 +00:00
Nick CaoandGitHub d53750c6b8 cliamp: 1.34.0 -> 1.35.0 (#509284) 2026-04-13 21:25:30 +00:00
Nick CaoandGitHub 5411d3e241 coc-rust-analyzer: 0-unstable-2026-04-01 -> 0-unstable-2026-04-09 (#509261) 2026-04-13 21:22:58 +00:00
Weijia WangandGitHub 1b7bf051df license_finder: migrate to by-name, bump to 7.2.1 (#486576) 2026-04-13 21:18:21 +00:00
Weijia WangandGitHub 7a71a0ca0a formiko: migrate to by-name, switch to PEP 517, and update GTK deps (#480394) 2026-04-13 21:10:58 +00:00
Weijia WangandGitHub a8ad2f78c2 gnuplot: migrate to by-name, switch to finalAttrs (#481675) 2026-04-13 21:07:22 +00:00
Yohann BonifaceandGitHub 77ba4a88f1 maintainer: add 0xErwin1 (#485300) 2026-04-13 21:06:58 +00:00
Yohann BonifaceandGitHub 927476d907 python313Packages.gitpython: migrate to finalAttrs (#509481) 2026-04-13 21:04:46 +00:00
Guy ChronisterandWeijia Wang 8040d2213e formiko: migrate to by-name, switch to PEP 517, and update GTK deps
Move formiko to pkgs/by-name and modernize its Python and GTK
packaging.

Changes:
- enable PEP 517 with `pyproject = true`
- add explicit `build-system = [ python3Packages.setuptools ]`
- switch to python3Packages.buildPythonApplication
- move pygobject3 to `dependencies`
- replace gtksourceview (GTKSourceView 3) with gtksourceview4
- use explicit python3Packages.* references
- replace deprecated sha256 with hash
- remove manual wiring from all-packages.nix

This brings formiko in line with current by-name, PEP 517, and GTK
packaging conventions.
2026-04-13 23:02:08 +02:00
Ignacio PerezandSigmanificient 6c3c0d8107 cartero: add _0xErwin1 to maintainers 2026-04-13 23:01:26 +02:00
Ignacio PerezandSigmanificient 69a1867947 maintainers: add _0xErwin1 2026-04-13 23:01:26 +02:00
Guy ChronisterandWeijia Wang 397ffc81e6 gnuplot: migrate to by-name, switch to finalAttrs, and remove Qt-specific mkDerivation
This refactor performs a mechanical migration of gnuplot to the by-name
layout and updates the derivation to the modern finalAttrs style.

Key changes:

* Move gnuplot from pkgs/tools/graphics/gnuplot/ to pkgs/by-name/gn/gnuplot/
  and rename set-gdfontpath-from-fontconfig.sh accordingly.

* Replace the old `rec { ... }` form with `stdenv.mkDerivation (finalAttrs: { ... })`
  following current Nixpkgs conventions.

* Remove the unused mkDerivation argument and stop switching the derivation
  function based on `withQt`. gnuplot does not require libsForQt5.mkDerivation;
  Qt support is handled entirely through inputs and configure flags.

* Replace qttools/qtbase/qtsvg with libsForQt5.qttools/qtbase/qtsvg when
  `withQt = true`.

* Convert `${pname}-${version}` to `${finalAttrs.version}` and update
  `sha256` → `hash`.

* Add by-name variants gnuplot_qt and gnuplot_aquaterm using override
  wrappers.

* Remove the old top-level aliases for gnuplot, gnuplot_qt, and
  gnuplot_aquaterm from all-packages.nix; by-name exposure now handles them.

This change is purely structural and does not modify gnuplot’s build
behaviour beyond adopting the standard finalAttrs pattern.
2026-04-13 23:00:03 +02:00
Guy ChronisterandWeijia Wang 10b8c4da51 license_finder: 7.0.1 -> 7.2.1 2026-04-13 22:56:33 +02:00
Guy ChronisterandWeijia Wang 17983e8ee9 license_finder: migrate to by-name 2026-04-13 22:56:33 +02:00
dotlambdaandGitHub b375bb9ee8 python3Packages.python-melcloud: 0.1.2 -> 0.1.3 (#509674) 2026-04-13 20:55:16 +00:00
dotlambdaandGitHub e8364dc47d python3Packages.nhc: 0.7.0 -> 0.8.0 (#509667) 2026-04-13 20:54:40 +00:00
Weijia WangandGitHub 5550140fe6 dcnnt: use PEP517, modernize (#486687) 2026-04-13 20:54:16 +00:00
Nick CaoandGitHub 1a754face4 libretro.yabause: 0-unstable-2025-12-20 -> 0-unstable-2026-04-10 (#509019) 2026-04-13 20:52:01 +00:00
Nick CaoandGitHub 849d4d3da2 solanum: 0-unstable-2026-03-25 -> 0-unstable-2026-04-09 (#509018) 2026-04-13 20:51:21 +00:00
Nick CaoandGitHub ce1269ac97 grafanaPlugins.grafana-lokiexplore-app: 2.0.1 -> 2.0.3 (#509017) 2026-04-13 20:50:53 +00:00
Nick CaoandGitHub 0b65930b21 grafanaPlugins.volkovlabs-form-panel: 6.3.1 -> 6.3.2 (#509015) 2026-04-13 20:50:26 +00:00
Nick CaoandGitHub 3a489a04d2 vscode-extensions.sas.sas-lsp: 1.18.0 -> 1.19.1 (#509097) 2026-04-13 20:50:00 +00:00
Nick CaoandGitHub 7de935d622 decktape: 3.15.0 -> 3.16.0 (#509077) 2026-04-13 20:48:45 +00:00
Nick CaoandGitHub 7a7c7e64e2 tenv: 4.9.3 -> 4.10.1 (#509056) 2026-04-13 20:48:17 +00:00
Weijia WangandGitHub 8a5289e6c0 q4wine: migrate to by-name, modernize (#479881) 2026-04-13 20:47:08 +00:00
Weijia WangandGitHub 949af60aab gphoto2,gphoto2fs: move gphoto2 and gphoto2fs to pkgs/by-name (#461927) 2026-04-13 20:46:11 +00:00
Nick CaoandGitHub 5d7338c70c libretro.opera: 0-unstable-2026-03-31 -> 0-unstable-2026-04-10 (#508761) 2026-04-13 20:43:21 +00:00
Nick CaoandGitHub c28116db2c certigo: 1.17.1 -> 1.18.0 (#508753) 2026-04-13 20:42:40 +00:00
Nick CaoandGitHub 6b8eb4b200 xxh: 0.8.14 -> 0.8.16 (#508745) 2026-04-13 20:42:11 +00:00
nixpkgs-ci[bot]andGitHub 4b695824a1 roslyn-ls: 5.6.0-2.26163.11 -> 5.7.0-1.26203.6 (#509057) 2026-04-13 20:41:19 +00:00
Nick CaoandGitHub 639654bb8c goeland: 0.22.1 -> 0.23.0 (#508736) 2026-04-13 20:40:49 +00:00
Guy ChronisterandWeijia Wang be9140fb2c q4wine: modernize derivation 2026-04-13 22:38:44 +02:00
Guy ChronisterandWeijia Wang bad67f4f1a q4wine: migrate to by-name 2026-04-13 22:38:38 +02:00
Guy ChronisterandWeijia Wang 29bfc9b4d7 gphoto2,gphoto2fs: move gphoto2 and gphoto2fs to pkgs/by-name
- gphoto2: migrate to `pkgs/by-name/gp/gphoto2/package.nix`
  • switch to `stdenv.mkDerivation (finalAttrs: { ... })`
  • use `tag`/`hash` instead of `rev`/`sha256`
  • drop `with lib;` in meta, qualify licenses/platforms/maintainers

- gphoto2fs: migrate to `pkgs/by-name/gp/gphoto2fs/package.nix`
  • switch to `stdenv.mkDerivation (finalAttrs: { ... })`
  • update to `hash` form
  • drop `with lib;` in meta, qualify licenses/platforms/maintainers

- all-packages.nix: remove old `callPackage` entries
2026-04-13 22:37:24 +02:00
Nick CaoandGitHub 304b287a37 uutils-procps: 0.0.1-unstable-2026-03-28 -> 0.0.1-unstable-2026-04-10 (#508731) 2026-04-13 20:35:42 +00:00
Nick CaoandGitHub 798ffc41b8 uutils-util-linux: 0.0.1-unstable-2026-04-01 -> 0.0.1-unstable-2026-04-10 (#508730) 2026-04-13 20:35:27 +00:00
Nick CaoandGitHub f59175bc6e fishPlugins.exercism-cli-fish-wrapper: 0-unstable-2026-02-23 -> 0-unstable-2026-04-06 (#508832) 2026-04-13 20:34:33 +00:00
Andreas RammholdandGitHub 81244835f3 easyeda2kicad: 0.8.0 -> 1.0.1 (#509310) 2026-04-13 22:40:55 +02:00
Nick CaoandGitHub a19eca3cef kubernetes-helmPlugins.helm-diff: 3.15.4 -> 3.15.5 (#508823) 2026-04-13 20:34:07 +00:00
Nick CaoandGitHub 80b8ba527c python3Packages.openmm: 8.5.0 -> 8.5.1 (#508820) 2026-04-13 20:33:16 +00:00
Nick CaoandGitHub 893a54c005 openmm: 8.5.0 -> 8.5.1 (#508819) 2026-04-13 20:32:52 +00:00