Nick Cao
8371d8431c
argocd-autopilot: 0.4.17 -> 0.4.18 ( #359470 )
2024-11-27 08:44:58 -05:00
R. Ryantm
4f19436c96
arcticons-sans: 0.580 -> 0.590
2024-11-27 02:03:17 +00:00
R. Ryantm
f133af54eb
argocd-autopilot: 0.4.17 -> 0.4.18
2024-11-27 01:24:30 +00:00
Stefan Frijters
0b43f970ec
arduino-cli: 1.1.0 -> 1.1.1
2024-11-22 15:20:33 +01:00
Stefan Frijters
c8318492ca
arduino-cli: 1.0.4 -> 1.1.0
2024-11-22 15:16:52 +01:00
Pol Dellaiera
467cc1c918
treewide: remove AndersonTorres from some packages' meta.maintainers ( #358027 )
2024-11-22 14:46:01 +01:00
Anderson Torres
58fe14bdf9
treewide: remove AndersonTorres from some packages' meta.maintainers
2024-11-21 21:24:15 -03:00
DontEatOreo
74f7c2cd02
arc-browser: 1.69.0-55816 -> 1.70.0-56062
...
Changelog: https://arc.net/e/6A6E87BC-E130-43F5-9F4F-472B61231122
2024-11-21 20:51:21 +00:00
OTABI Tomoya
c562b1be2d
arti: 1.2.8 -> 1.3.0 ( #352881 )
2024-11-18 18:58:26 +09:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is ( #356363 )
...
* treewide: stdenv.is -> stdenv.hostPlatform.is
* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
R. Ryantm
41ffe91205
ares-cli: 3.1.2 -> 3.1.3
2024-11-15 23:23:42 +00:00
DontEatOreo
5a826b77eb
arc-browser: 1.67.0-55463 -> 1.69.0-55816
...
Changelog: https://arc.net/e/F4A65D2F-9963-4D57-9361-BEC148679669
2024-11-14 22:16:17 +00:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Nick Cao
fe72d0e515
arc-browser: 1.66.0-55166 -> 1.67.0-55463 ( #353126 )
2024-11-08 15:57:13 -05:00
Dmitry Kalinkin
5c687a95f1
arrow-cpp: 17.0.0 -> 18.0.0 ( #351868 )
2024-11-07 16:14:20 -05:00
Nick Cao
907abd31df
argc: 1.20.1 -> 1.21.0 ( #352404 )
2024-11-06 09:20:52 -05:00
Phillip Cloud
29069e4fef
arrow-cpp: disable jemalloc for arm hosts by default
2024-11-06 07:00:35 -05:00
Phillip Cloud
cb2ef38a11
arrow-cpp: fix pkgsStatic
2024-11-06 07:00:34 -05:00
Roland Coeurjoly
c9ae493b65
arrow-cpp: substitute --replace with --replace-fail
2024-11-06 07:00:24 -05:00
Phillip Cloud
1ea6a63088
arrow-cpp: 17.0.0 -> 18.0.0
2024-11-06 07:00:22 -05:00
Victor Engmark
3047da7e86
argo-expr: init at 1.1.3
...
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-11-06 11:22:45 +13:00
Weijia Wang
699f297b96
ark-pixel-font: fix build for ZHF ( #353495 )
2024-11-04 19:39:04 +01:00
Sandro
14e770eef7
arouteserver: init at 1.23.1 ( #353218 )
2024-11-04 10:44:41 +01:00
Noa Aarts
ff1532e901
ark-pixel-font: fix build
2024-11-03 21:50:22 +01:00
Marcel
89ab9552e2
arouteserver: init at 1.23.1
2024-11-03 17:46:13 +01:00
DontEatOreo
47d3c21a32
arc-browser: 1.66.0-55166 -> 1.67.0-55463
...
Changelog: https://arc.net/e/D9ABB038-2D44-497D-9C1A-6AF5CC9F11D6
2024-11-02 13:52:51 +00:00
R. Ryantm
8b88b3a235
arti: 1.2.8 -> 1.3.0
2024-11-01 14:07:54 +00:00
R. Ryantm
4805c0a4f4
argc: 1.20.1 -> 1.21.0
2024-10-30 15:19:41 +00:00
Tomo
0944fc3af9
armitage: patch for Gradle 8
...
Only one more Gradle 6 usage left to go!
2024-10-30 05:46:00 +00:00
Aleksana
8af17d7553
artalk: 2.9.0 -> 2.9.1 ( #347926 )
2024-10-27 17:39:22 +08:00
DontEatOreo
1582530fed
arc-browser: 1.65.0-54911 -> 1.66.0-55166
...
Changelog: https://arc.net/e/00D675DF-0127-4340-9396-9616BEB71E57
2024-10-25 10:32:50 +00:00
DontEatOreo
42fbc7de66
arc-browser: remove set -euo pipefail
...
`writeShellApplication` already sets `errexit`, `nounset`, and
`pipefail` by default
Refs: https://nixos.org/manual/nixpkgs/stable/#trivial-builder-writeShellApplication
2024-10-21 16:23:58 +03:00
DontEatOreo
bbf17bf314
arc-browser: quote paths
2024-10-21 16:22:07 +03:00
DontEatOreo
ef9880fdd6
arc-browser: format with nixfmt-rfc-style
2024-10-21 16:21:37 +03:00
DontEatOreo
1c2e39c955
arc-browser: 1.63.1-54714 -> 1.65.0-54911
...
Changelog: https://arc.net/e/9381EB14-7838-48AB-941B-82CB5CF94627
2024-10-21 13:16:44 +00:00
Peder Bergebakken Sundt
6125359681
archivemount: 0.9.1 -> 1 ( #344990 )
2024-10-19 05:21:52 +02:00
R. Ryantm
924cf63ceb
art: 1.23 -> 1.24.1
2024-10-18 12:20:38 +00:00
Moraxyc
42b355a908
artalk: 2.9.0 -> 2.9.1
2024-10-17 00:04:17 +08:00
DontEatOreo
257097bd62
arc-browser: 1.61.2-54148 -> 1.63.1-54714
...
Changelog: https://arc.net/e/8554E66E-831C-459A-B6C9-1E814AA5CCD8
2024-10-13 14:09:32 +03:00
github-actions[bot]
4433a315bd
Merge master into staging-next
2024-10-12 12:05:08 +00:00
Florian
18a306afc1
arti: 1.2.7 -> 1.2.8 ( #346202 )
2024-10-12 09:38:35 +02:00
github-actions[bot]
5c3e5ec59f
Merge master into staging-next
2024-10-06 12:05:15 +00:00
OTABI Tomoya
1eb9b5739d
arduino-ide: 2.3.2 -> 2.3.3 ( #344426 )
2024-10-06 17:31:13 +09:00
github-actions[bot]
13400dc754
Merge master into staging-next
2024-10-05 06:04:21 +00:00
Emily
815287fb19
arcan: add upstream patch for FFmpeg 7
2024-10-03 21:27:29 +01:00
Emily
ef7d970a8b
arcan: 0.6.3 -> 0.6.3.3
2024-10-03 21:27:08 +01:00
Viorel-Cătălin Răpițeanu
26de7d1cbf
arti: 1.2.7 -> 1.2.8
...
Update the package to the latest version.
Remove from skipped 1 test that was fixed.
2024-10-03 19:12:54 +03:00
DontEatOreo
9c168f7c8d
arc-browser: 1.61.0-53949 -> 1.61.2-54148
...
Changelog: https://arc.net/e/3661425B-9A2A-4947-B64C-6599CF11FE53
2024-10-02 18:26:06 +03:00
Viorel-Cătălin Răpițeanu
71fd6fec9b
arti: add rapiteanu as maintainer
2024-09-28 23:46:22 +03:00
Viorel-Cătălin Răpițeanu
e28e945f4b
arti: modernize derivation
...
Removed 'with lib;' from meta.
2024-09-28 23:44:43 +03:00