github-actions[bot]
d3f2171a63
Merge master into staging-next
2024-06-28 06:01:08 +00:00
Weijia Wang
ad4bca0987
Merge pull request #318959 from r-ryantm/auto-update/xfe
...
xfe: 1.46.1 -> 1.46.2
2024-06-28 02:13:09 +02:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next
2024-06-28 00:02:11 +00:00
R. Ryantm
9684204099
walk: 1.8.0 -> 1.10.0
2024-06-27 17:01:53 +00:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
R. Ryantm
3d45b6a6e0
walk: 1.7.0 -> 1.8.0
2024-06-21 15:15:23 +00:00
Martin Weinelt
af4cfc1e0f
Merge remote-tracking branch 'origin/staging-next' into staging
2024-06-19 23:28:26 +02:00
R. Ryantm
2a18d15ebb
clifm: 1.18 -> 1.19
2024-06-19 00:50:02 +00:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
...
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
R. Ryantm
44efd4f673
xfe: 1.46.1 -> 1.46.2
2024-06-11 03:36:04 +00: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
Sefa Eyeoglu
8c168ae556
felix-fm: 2.12.1 -> 2.13.0
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-05-25 16:09:04 +02:00
Sefa Eyeoglu
3d7e7cdea9
felix-fm: add update script
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-05-25 16:03:23 +02:00
Sigmanificient
0058552891
pkgs/applications: remove uneeded fetchpatch arguments
2024-05-21 03:12:20 +02: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
Weijia Wang
18d51c2c5d
Merge pull request #305642 from wegank/lib-version-fix
...
treewide: fix version in changelog
2024-04-26 10:55:51 +02:00
novenary
75110f8b6d
ranger: 1.9.3 -> 1.9.3-unstable-2023-08-23 ( #280143 )
...
* ranger: 1.9.3 -> unstable-2023-08-23
* ranger: follow convention for unstable versions
If a package is a commit from a repository without a version assigned,
then the version attribute should be the latest upstream version
preceding that commit, followed by -unstable- and the date of the
(fetched) commit. The date must be in "YYYY-MM-DD" format.
* ranger: remove version test
* ranger: remove update note
---------
Co-authored-by: aleksana <me@aleksana.moe>
2024-04-23 22:53:04 +08:00
Weijia Wang
58b5b2748f
treewide: fix version in changelog
2024-04-21 19:33:05 +02:00
Weijia Wang
025f986bab
Merge pull request #301430 from Sigmanificient/tuifi-maintainer
...
tuifimanager: add maintainer, rename & migrate to by-name
2024-04-05 03:05:51 +02:00
Sigmanificient
3bdb11e52a
tuifimanager: migrate to by-name
2024-04-04 05:41:06 +02:00
Sigmanificient
1cc84c9efc
tuifimanager: add sigmanificient as a maintainer
2024-04-04 05:41:00 +02:00
R. Ryantm
ef1dba9099
lf: 31 -> 32
2024-04-01 01:05:02 +00:00
Pol Dellaiera
57e6b3a9e4
Merge pull request #298618 from nadir-ishiguro/update-clifm
...
clifm: 1.17 -> 1.18
2024-03-25 03:32:49 +01:00
Nadir Ishiguro
2e80545642
clifm: format with nixfmt-rfc-style
2024-03-25 00:23:40 +01:00
Weijia Wang
62ea5adfb6
Merge pull request #296195 from r-ryantm/auto-update/krusader
...
krusader: 2.8.0 -> 2.8.1
2024-03-24 23:22:13 +01:00
Nadir Ishiguro
49d9251c1a
clifm: 1.17 -> 1.18
...
Changelog: https://github.com/leo-arch/clifm/releases/tag/v1.18
2024-03-24 16:13:54 +01:00
stuebinm
ff1a94e523
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.
2024-03-19 03:14:51 +01:00
Weijia Wang
b2053fb61a
Merge pull request #296398 from Aleksanaa/fm
...
fm: unstable-2023-07-25 -> 0-unstable-2024-01-03
2024-03-17 19:34:02 +01:00
Weijia Wang
2eff0f9d30
Merge pull request #293129 from r-ryantm/auto-update/xfe
...
xfe: 1.46 -> 1.46.1
2024-03-17 00:28:30 +01:00
aleksana
d0675875c6
fm: unstable-2023-07-25 -> 0-unstable-2024-01-03
2024-03-16 20:17:37 +08:00
xrelkd
f2e13524e8
joshuto: migrate to by-name
2024-03-16 07:39:40 +08:00
R. Ryantm
df0cc154d4
krusader: 2.8.0 -> 2.8.1
2024-03-15 16:47:58 +00:00
Fabian Affolter
c046738609
browsr: 1.18.0 -> 1.19.0
...
Diff: https://github.com/juftin/browsr/compare/refs/tags/v1.18.0...v1.19.0
Changelog: https://github.com/juftin/browsr/releases/tag/refs/tags/v1.19.0
2024-03-10 21:22:43 +01:00
R. Ryantm
3b8496a49f
xfe: 1.46 -> 1.46.1
2024-03-04 00:53:04 +00:00
Sandro Jäckel
4f4287521b
projectable: unpin libgit2
2024-02-29 18:54:37 +01:00
linsui
a446fd0300
yazi: use wrapper to avoid rebuild
2024-02-19 00:21:06 +08:00
Robert Schütz
26e937c965
portfolio-filemanager: set meta.mainProgram
2024-02-15 20:08:21 -08:00
R. Ryantm
8b3bf8604d
portfolio-filemanager: 1.0.0 -> 1.0.1
2024-02-15 23:29:58 +00:00
Peder Bergebakken Sundt
755d153a7a
Merge pull request #287915 from h7x4/treewide-add-main-program-4
...
treewide: add `mainProgram`
2024-02-15 01:45:40 +01:00
Mario Rodas
d407f2e73e
Merge pull request #287484 from nadir-ishiguro/update-clifm
...
clifm: 1.16 -> 1.17
2024-02-14 08:37:09 -05:00
Fabian Affolter
7598b63c36
browsr: 1.17.0 -> 1.18.0
...
Diff: https://github.com/juftin/browsr/compare/refs/tags/v1.17.0...v1.18.0
Changelog: https://github.com/juftin/browsr/releases/tag/refs/tags/v1.18.0
2024-02-13 11:54:08 +01:00
h7x4
8121f3559a
treewide: add mainProgram
2024-02-11 03:19:15 +01:00
Nadir Ishiguro
ee41311c6f
clifm: 1.16 -> 1.17
...
Changelog: https://github.com/leo-arch/clifm/releases/tag/v1.17
2024-02-09 21:30:52 +01:00
Lin Xianyi
09c27fe4b2
yazi: 0.2.2 -> 0.2.3
2024-02-07 14:19:18 +08:00
Weijia Wang
d034c590f7
Merge pull request #284333 from r-ryantm/auto-update/mc
...
mc: 4.8.30 -> 4.8.31
2024-02-04 19:59:38 +01:00
R. Ryantm
4c69d6b43f
felix-fm: 2.12.0 -> 2.12.1
2024-02-04 12:36:44 +00:00
R. Ryantm
9d2cf6c4a3
felix-fm: 2.11.1 -> 2.12.0
2024-01-28 14:02:26 +00:00
R. Ryantm
d761235479
mc: 4.8.30 -> 4.8.31
2024-01-27 21:05:58 +00:00
Nick Cao
b5fea46f01
Merge pull request #282949 from r-ryantm/auto-update/tuifimanager
...
tuifimanager: 3.3.1 -> 3.3.5
2024-01-22 17:00:19 -05:00
R. Ryantm
ea0ae5d2bc
tuifimanager: 3.3.1 -> 3.3.5
2024-01-22 16:49:36 +00:00