Commit Graph

1983 Commits

Author SHA1 Message Date
R. Ryantm
c2daa97634 clash-geoip: 20240612 -> 20240712 2024-07-17 18:13:19 +00:00
Nick Cao
9c73ed5689
v2ray-domain-list-community: 20240707162925 -> 20240713050854
Diff: 2024070716...2024071305
2024-07-15 17:10:39 -04:00
maralorn
8c5b90372b Merge branch 'master' into haskell-updates 2024-07-15 00:01:49 +02:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
github-actions[bot]
1b04714826
Merge master into haskell-updates 2024-07-09 00:13:45 +00:00
R. Ryantm
06ecf990bc v2ray-domain-list-community: 20240624143214 -> 20240707162925 2024-07-07 19:13:47 +00:00
sternenseemann
4b9a5f3248 Merge branch master into haskell-updates 2024-07-06 14:31:05 +02:00
github-actions[bot]
2c20067f5d
Merge master into haskell-updates 2024-07-05 00:13:53 +00:00
github-actions[bot]
30cfd4445f
Merge master into staging-next 2024-07-05 00:02:21 +00:00
Franz Pletz
33f3c5030a
Merge pull request #324643 from r-ryantm/auto-update/wireless-regdb 2024-07-05 01:13:00 +02:00
R. Ryantm
75978131f6 wireless-regdb: 2024.05.08 -> 2024.07.04 2024-07-04 19:04:27 +00:00
github-actions[bot]
36cbae9ff0
Merge master into staging-next 2024-07-04 18:01:19 +00:00
Nick Cao
fb4f7ae196
dbip-country-lite: 2024-06 -> 2024-07 2024-07-03 20:03:45 -04:00
github-actions[bot]
da36c43e86
Merge master into haskell-updates 2024-07-03 00:14:14 +00:00
K900
665f1d6183 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-02 08:32:46 +03:00
R. Ryantm
2c962d4512 osinfo-db: 20240523 -> 20240701 2024-07-02 06:34:17 +02:00
github-actions[bot]
c6f5167f90
Merge master into haskell-updates 2024-06-26 00:13:39 +00:00
github-actions[bot]
27074b7d07
Merge master into staging-next 2024-06-26 00:02:13 +00:00
Nick Cao
d8c9ccb9c2
Merge pull request #322311 from r-ryantm/auto-update/v2ray-domain-list-community
v2ray-domain-list-community: 20240614093027 -> 20240624143214
2024-06-25 19:09:21 -04:00
Sandro
9d4de0f96e
Merge pull request #309331 from Yarny0/dtv-scan-tables-update
dtv-scan-tables: update and migrate to by-name and finalAttrs
2024-06-26 01:06:53 +02:00
R. Ryantm
a953a9f556 v2ray-domain-list-community: 20240614093027 -> 20240624143214 2024-06-25 02:11:51 +00:00
maralorn
b9520475dc
all-cabal-hashes: 2024-06-21T20:16:00Z -> 2024-06-23T10:38:31Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2024-06-23 13:44:29 +02:00
sternenseemann
987e2b5f6b all-cabal-hashes: 2024-05-20T16:06:03Z -> 2024-06-21T20:16:00Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2024-06-22 01:06:49 +02:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Nick Cao
bfc6b0ef0a
Merge pull request #320682 from r-ryantm/auto-update/v2ray-domain-list-community
v2ray-domain-list-community: 20240508170917 -> 20240614093027
2024-06-18 08:40:17 -04:00
R. Ryantm
d61c4d7e7a v2ray-domain-list-community: 20240508170917 -> 20240614093027 2024-06-18 03:55:31 +00:00
R. Ryantm
43430c19cf clash-geoip: 20240512 -> 20240612 2024-06-16 10:15:36 +00:00
github-actions[bot]
59ab667c16
Merge staging-next into staging 2024-06-15 12:01:42 +00:00
R. Ryantm
0071792387 osinfo-db: 20240510 -> 20240523 2024-06-15 11:25:34 +02:00
Martin Weinelt
02fae25be0
Merge pull request #318219 from mweinelt/cacert-3.101
cacert: 3.98 -> 3.101
2024-06-10 15:43:56 +02: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
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Jan Tojnar
617eb5eea3
Merge pull request #309371 from trofi/mobile-broadband-provider-info-update
mobile-broadband-provider-info: 20230416 -> 20240407
2024-06-08 21:36:45 +02:00
Martin Weinelt
48af3a05ae
cacert: 3.98 -> 3.101
https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_101.rst
2024-06-08 10:55:35 +02:00
Sigmanificient
d48a9bb622 treewide: remove unused fetchpatch arguments 2024-06-04 12:40:25 +02:00
Weijia Wang
4a73d8ef8e
Merge pull request #313880 from r-ryantm/auto-update/spdx-license-list-data
spdx-license-list-data: 3.23 -> 3.24.0
2024-06-02 19:41:45 +02:00
Yarny0
f683106052 dtv-scan-tables: migrate to pkgs/by-name overlay 2024-06-02 16:56:53 +02:00
Nick Cao
5f323193f3
Merge pull request #316435 from NickCao/dbip-country-lite
dbip-country-lite: 2024-05 -> 2024-06
2024-06-02 10:12:45 -04:00
Weijia Wang
373bdd0fcc
Merge pull request #310841 from r-ryantm/auto-update/osinfo-db
osinfo-db: 20231215 -> 20240510
2024-06-01 22:45:45 +02:00
Nick Cao
79b75f4dd0
dbip-country-lite: 2024-05 -> 2024-06 2024-06-01 10:15:18 -04:00
OPNA2608
91da428e78 nixos-artwork.wallpapers.catppuccin-{frappe,latte,macchiato,mocha}: init at 2024-02-15 2024-05-26 22:54:42 +02:00
OPNA2608
8fbd83c8a1 nixos-artwork.wallpapers.binary-{black,blue,red,white}: init at 2024-02-15 2024-05-26 22:54:42 +02:00
OPNA2608
a6ae8972a5 nixos-artwork.wallpapers.{gear,moonscape,recursive,waterfall,watersplash}: init at 2022-04-19 2024-05-26 22:31:15 +02:00
OPNA2608
5968598e5f nixos-artwork.wallpapers.nineish-solarized-dark,nixos-artwork.wallpapers.nineish-solarized-light: init at 2021-07-20 2024-05-26 22:19:26 +02:00
OPNA2608
2daa66fdee nixos-artwork.wallpapers.gradient-grey: init at 2018-10-20 2024-05-26 22:11:37 +02:00
OPNA2608
00e4a16478 nixos-artwork.wallpapers.*: Switch to SRI hash format 2024-05-26 22:07:21 +02:00
OPNA2608
b1d4e99af4 nixos-artwork.wallpapers.*: Make license wallpaper-specific
Because not all of them are under the same license, and some lack licensing information in general.
2024-05-26 21:58:30 +02:00
Sergei Trofimovich
18d0e327e7 mobile-broadband-provider-info: 20230416 -> 20240407
Changes: https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/blob/20240407/NEWS
2024-05-26 15:01:07 +01:00
R. Ryantm
061dad6a49 spdx-license-list-data: 3.23 -> 3.24.0 2024-05-23 06:06:53 +00:00