Commit Graph

135 Commits

Author SHA1 Message Date
R. Ryantm
47eed92d68 frankenphp: 1.2.0 -> 1.2.1 2024-06-25 13:40:34 +00:00
Martin Weinelt
79266c303b fritz-exporter: relax defusedxml constraint 2024-06-24 12:18:23 +02:00
aktaboot
bcb0c9e3d5 framework-tool: unstable-2023-11-14 -> 0.1.0-unstable-2024-06-14 2024-06-23 16:21:33 +02:00
R. Ryantm
d87cbe4485 freecell-solver: 6.8.0 -> 6.10.0 2024-06-15 03:38:27 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Pol Dellaiera
8c39346c75
frankenphp: 1.1.5 -> 1.2.0
diff: https://github.com/dunglas/frankenphp/compare/v1.1.5..v1.2.0
changelog: https://github.com/dunglas/frankenphp/releases/tag/v1.2.0
2024-06-06 12:23:44 +02:00
Peder Bergebakken Sundt
fd43574755
Merge pull request #315812 from michaelgrahamevans/fretboard-7.0
fretboard: 6.1 -> 7.0
2024-06-05 12:03:15 +02:00
Michael Evans
6b39e88b9b fretboard: 6.1 -> 7.0 2024-05-30 08:36:39 +02:00
R. Ryantm
935b530381 francis: 1.1.0 -> 24.05.0 2024-05-25 03:50:50 +00:00
Doron Behar
f365ba1e01
Merge pull request #312920 from eliandoran/dev/frequest_fix_desktop_icon
frequest: fix desktop icon name
2024-05-22 16:15:34 +03:00
Elian Doran
d0b377f5ab
frequest: fix desktop icon name 2024-05-21 23:32:23 +03:00
Pol Dellaiera
97ea42f642
freeplane: 1.11.8 -> 1.11.14
Co-authored-by: TomaSajt <62384384+TomaSajt@users.noreply.github.com>
2024-05-19 22:54:45 +02:00
Pol Dellaiera
c94251cd8f
freeplane: use makeBinaryWrapper 2024-05-19 19:15:03 +02:00
Pol Dellaiera
3f346157cf
freeplane: do not use pname 2024-05-19 19:09:11 +02:00
Pol Dellaiera
51c5427079
freeplane: use stdenvNoCC 2024-05-19 19:08:01 +02:00
Pol Dellaiera
97bc9c5ce2
freeplane: add missing phase hooks 2024-05-19 19:03:21 +02:00
Pol Dellaiera
7930f1be08
freeplane: reformat using nixfmt-rfc-style 2024-05-19 18:59:15 +02:00
Pol Dellaiera
fcc896ba35
freeplane: move to pkgs/by-name 2024-05-19 18:58:50 +02:00
Yt
a25ddda75a
Merge pull request #309347 from onny/opencascade-update
opencascade-occt: 7.6.2 -> 7.8.1; opencascade-occt_7_6: init at 7.6.2
2024-05-15 23:17:37 +00:00
R. Ryantm
f96fef87c3 frankenphp: 1.1.4 -> 1.1.5 2024-05-14 12:58:56 +00:00
Weijia Wang
466b99feb2 freefilesync: 13.5 -> 13.6 2024-05-13 17:30:46 +02:00
github-actions[bot]
42828a757c
Merge master into staging-next 2024-05-11 18:01:23 +00:00
Weijia Wang
2ba645d39d
Merge pull request #308255 from r-ryantm/auto-update/free42
free42: 3.1.5 -> 3.1.8
2024-05-11 19:01:12 +02:00
Jonas Heinrich
ab2d6f7853 treewide: switch from opencascade-occt -> opencascade-occt_7_6 2024-05-05 20:43:44 +02:00
R. Ryantm
5ab9033804 free42: 3.1.5 -> 3.1.8 2024-05-01 11:54:57 +00:00
toonn
84df02abdb
Merge pull request #301354 from reckenrode/libiconv-switch-mk2
darwin.libiconv: 50 -> 99 and move to pkgs/by-name
2024-04-28 23:21:37 +02:00
Randy Eckenrode
e7b5b44f9d
darwin.libiconv: remove and add to darwin-aliases 2024-04-27 18:09:53 -04:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
github-actions[bot]
7ac1647abc
Merge master into staging-next 2024-04-26 12:01:18 +00:00
R. Ryantm
d3222f864a frankenphp: 1.1.2 -> 1.1.4 2024-04-26 00:55:50 +00:00
Maxine Aubrey
749cfbe401
Merge pull request #303867 from linsui/fragments
fragments: 2.1.1 -> 3.0.0
2024-04-25 12:09:43 +02:00
Michael Evans
6487cc2821 fretboard: 5.4 -> 6.1 2024-04-25 00:01:35 +02:00
linsui
1fa40fac5e fragments: 2.1.1 -> 3.0.0 2024-04-23 14:48:17 +08:00
Simon Schoeters
4d3e4f4341
Francis: init at 1.1.0 (#298182) 2024-04-09 23:37:20 +08:00
Weijia Wang
6e3ada9a08 freefilesync: 13.4 -> 13.5 2024-04-03 15:32:38 +02:00
Gaël Reyrol
60a3c785bd
frankenphp: 1.1.0 -> 1.1.2 (#297649) 2024-03-25 13:31:10 +01:00
Marie Ramlow
818ba28b10 fritz-exporter: 2.4.3 -> 2.5.0
https://github.com/pdreker/fritz_exporter/releases/tag/fritzexporter-v2.5.0
2024-03-23 16:32:25 +01:00
Weijia Wang
2025bd4844
Merge pull request #295614 from Aleksanaa/fretboard
fretboard: 5.3 -> 5.4
2024-03-14 19:18:26 +01:00
Weijia Wang
95f5fbdbfd fretboard: fix build on darwin 2024-03-14 20:26:55 +08:00
aleksana
7809c97fcf fretboard: 5.3 -> 5.4 2024-03-13 21:36:41 +08:00
Pol Dellaiera
54c52cb276
Merge pull request #294334 from ShamrockLee/sourceroot-fix
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11 16:50:57 +01:00
nixpkgs-merge-bot[bot]
62ac6359c7
Merge pull request #294921 from r-ryantm/auto-update/free42
free42: 3.1.4 -> 3.1.5
2024-03-11 14:07:16 +00:00
Doron Behar
689b2188e7
Merge pull request #277814 from eliandoran/dev/frequest
frequest: init at 1.2a
2024-03-11 11:39:35 +02:00
R. Ryantm
11a585d6ac free42: 3.1.4 -> 3.1.5 2024-03-11 06:48:05 +00:00
Sandro
be483a7bcc
Merge pull request #294498 from NyCodeGHG/pkg/fritz-exporter
fritz-exporter: 2.3.1 -> 2.4.3
2024-03-11 00:27:27 +01:00
Elian Doran
d5294127e9
frequest: init at 1.2a 2024-03-11 00:23:25 +02:00
Marie Ramlow
fa347347f3 fritz-exporter: 2.3.1 -> 2.4.3
https://github.com/pdreker/fritz_exporter/releases/tag/fritzexporter-v2.4.3
2024-03-10 22:00:39 +01:00
Anderson Torres
b325f74ce6 freecad: migrate to by-name 2024-03-09 14:30:50 -03:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Weijia Wang
f2a8d55afc freefilesync: 13.3 -> 13.4 2024-02-18 21:34:31 +01:00
Weijia Wang
cc2cfef672
Merge pull request #288071 from wegank/freefilesync-curl
freefilesync: fix build with curl 8.6.0
2024-02-13 22:08:54 +01:00
R. Ryantm
a118e98f03 free42: 3.1.3 -> 3.1.4 2024-02-13 14:24:12 +01:00
Weijia Wang
277a870cf1 freefilesync: fix build with curl 8.6.0 2024-02-11 17:03:28 +01:00
Serg
4677515b5e freefilesync: add disable update patch 2024-02-05 14:05:12 +03:00
Gaël Reyrol
4e4292d349
frankenphp: 1.0.3 -> 1.1.0 2024-02-05 09:55:46 +01:00
Serg
170b562a38 freefilesync: add patch that fixes gui freeze 2024-02-02 12:14:45 +03:00
R. Ryantm
714fe33c3c free42: 3.1.2 -> 3.1.3 2024-01-23 11:05:42 +00:00
maxine
9e3734e56a
Merge pull request #281570 from michaelgrahamevans/fretboard
fretboard: init at 5.3
2024-01-18 21:27:39 +01:00
Michael Evans
e6a79e691c fretboard: init at 5.3 2024-01-18 09:31:29 +02:00
Robert Schütz
d544ea1479
Merge pull request #280595 from dotlambda/fritz-exporter-init
fritz-exporter: init at 2.3.1
2024-01-17 18:50:15 +01:00
Robert Schütz
9a56e7c084 fritz-exporter: init at 2.3.1 2024-01-12 15:47:35 -08:00
Weijia Wang
1ca4318a42 freefilesync: migrate to by-name 2024-01-10 22:45:44 +01:00
Gaël Reyrol
7361b1bf9d
frankenphp: 1.0.2 -> 1.0.3
Diff: https://github.com/dunglas/frankenphp/compare/v1.0.2...v1.0.3

Changelog: https://github.com/dunglas/frankenphp/releases/tag/v1.0.3
2024-01-06 14:51:13 +01:00
Gaël Reyrol
afbd598e18
frankenphp: 1.0.1 -> 1.0.2
Diff: https://github.com/dunglas/frankenphp/compare/v1.0.1...v1.0.2

Changelog: https://github.com/dunglas/frankenphp/releases/tag/v1.0.2
2023-12-25 22:24:11 +01:00
Pol Dellaiera
a9da775068
Merge pull request #274430 from shyim/frankenphp-fix-colision
frankenphp: fix collision with php package
2023-12-20 18:10:00 +01:00
R. Ryantm
68a8f62ad3 frankenphp: 1.0.0 -> 1.0.1 2023-12-19 06:40:53 +00:00
Soner Sayakci
a3520e38bb
frankenphp: fix collision with php package 2023-12-15 12:18:30 +01:00
Julien Malka
fe1e2aefdc
Merge pull request #259476 from samueltardieu/french-numbers 2023-12-13 15:59:42 +01:00
Anderson Torres
9670702660 free42: 3.1 -> 3.1.2 2023-12-11 12:09:59 -03:00
Soner Sayakci
6cf771c181
frankenphp: fix loading php extensions and custom config 2023-12-11 00:04:01 +01:00
Finn Behrens
8e356b5b01 framework-tool: remove duplicated framework-system-tools and move maintainers 2023-12-09 19:37:16 +01:00
Pol Dellaiera
3ca8becb81
frankenphp: 1.0.0-rc.4 -> 1.0.0 2023-12-07 21:18:33 +01:00
Soner Sayakci
64a56afce4
frankenphp: add shyim as maintainer 2023-12-05 16:14:03 +01:00
Soner Sayakci
21e686eaec
frankenphp: add darwin support 2023-12-03 16:38:30 +01:00
Finn Behrens
760c986408
framework-system-tools: init at unstable-2023-11-14 (#267507) 2023-12-03 11:15:10 +01:00
Pol Dellaiera
ae7f90f1b6
frankenphp: 1.0.0-rc.3 -> 1.0.0-rc.4 2023-12-01 18:37:08 +01:00
Pol Dellaiera
b342acf2af
Merge pull request #268665 from gaelreyrol/frankenphp-init-1.0.0-rc3
frankenphp: init at 1.0.0-rc3
2023-11-27 22:50:47 +01:00
Gaël Reyrol
ee3810a1c9
frankenphp: init at 1.0.0-rc3 2023-11-27 09:33:07 +01:00
Anderson Torres
1c904a1549 free42: 3.0.21 -> 3.1 2023-11-18 05:02:05 -03:00
Anderson Torres
9ed777673c free42: migrate to by-name 2023-11-18 05:02:05 -03:00
Benjamin Levy
d39efecc0d
framework-tool: init at unstable-2023-11-14 2023-11-16 15:47:08 -05:00
Anderson Torres
6a057c21bf freecell-solver: 4.18.0 -> 6.8.0 2023-10-14 23:08:29 -03:00
Anderson Torres
e9c4cd38b0 freecell-solver: migrate to by-name 2023-10-14 23:08:29 -03:00
Samuel Tardieu
a218879f39 french-numbers: init at 1.2.0 2023-10-09 19:02:10 +02:00