| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "treewide: replace `rev` with `tag`"•••This reverts commit 65a333600d5c88a98d674f637d092807cfc12253.
This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.
It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).
A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.
[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9
| Winter | 2025-04-08 | 1 | -1/+1 |
| * | treewide: replace `rev` with `tag` | Pol Dellaiera | 2025-04-07 | 1 | -1/+1 |
| * | python3Packages: remove unused arguments | Sigmanificient | 2024-07-30 | 1 | -1/+0 |
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
| Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | python311Packages.fx2: properly set version•••Needed for downstream use which constrains the version
| Peder Bergebakken Sundt | 2024-07-03 | 1 | -1/+5 |
| * | treewide: remove myself from packages I don’t use•••I’ve had an extended absence from Nix work and no longer actively
use a bunch of packages I used to maintain, so remove myself as a
maintainer from things I can’t usefully review/test changes for
as I ease back into things. This does unfortunately leave a few
packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`,
and `python3Packages.jsonmerge`).
| Emily | 2024-06-15 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -8/+12 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
| stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | python3.pkgs.fx2: unstable-2023-09-20 -> 0.13 | Adrian Pistol | 2024-02-13 | 1 | -3/+3 |
| * | python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in
the mean time we can work towards deprecating the implicit `format` paremeter.
cc https://github.com/NixOS/nixpkgs/issues/253154
cc @mweinelt @figsoda
| adisbladis | 2023-12-07 | 1 | -0/+1 |
| * | python3.pkgs.fx2: 0.11 -> 2023-09-20: bump•••Required by latest glasgow version
| Robert Gerus | 2023-09-21 | 1 | -3/+3 |
| * | pythonPackages.fx2: 0.9 -> 0.11•••Signed-off-by: Jack Leightcap <jack@leightcap.com>
| Jack Leightcap | 2023-05-10 | 1 | -3/+3 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes.
| Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | libfx2: fix git ref•••cache.nixos.org has the actual source cached, so this didn't impact
builds for anyone using that cache.
edef@jaguar ~/s/nixpkgs> nix eval -I nixpkgs=. nixpkgs.pythonPackages.fx2.src.urls
[ "https://github.com/whitequark/libfx2/archive/0.9.tar.gz" ]
edef@jaguar ~/s/nixpkgs> curl -L https://github.com/whitequark/libfx2/archive/0.9.tar.gz
404: Not Found
| edef | 2021-06-20 | 1 | -1/+1 |
| * | python3Packages.fx2: unstable-2020-01-25 -> 0.9 | Matt Huszagh | 2020-07-11 | 1 | -4/+4 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | libfx2: unstable-2019-09-23 -> unstable-2020-01-25 | Emily | 2020-02-08 | 1 | -3/+3 |
| * | libfx2: unstable-2019-08-27 -> unstable-2019-09-23 | Emily | 2019-09-28 | 1 | -3/+3 |
| * | {glasgow,libfx2}: init at 2018-{09-01,08-27} | Emily | 2019-09-01 | 1 | -0/+45 |