Commit Graph

331 Commits

Author SHA1 Message Date
Franz Pletz
646197d7db
mediamtx: 1.9.1 -> 1.9.2 2024-10-09 17:44:51 +02:00
Franz Pletz
c24886ed8a
mediamtx: move to by-name 2024-10-09 17:37:44 +02:00
h7x4
64a98027b4
treewide: remove unreferenced patch files (#346477) 2024-10-05 00:09:27 +02:00
h7x4
8f55b011e0
treewide: add meta.changelog (#346488)
* guix: add meta.changelog

* zile: add meta.changelog

* zoom: add meta.changelog

* zotify: add meta.changelog

* zpaqfranz: add meta.changelog

* zunit: add meta.changelog

* zxwing-cpp: add meta.changelog

* zxpy: add meta.changelog

* zydis: add meta.changelog

* zziplib: add meta.changelog

* j: add meta.changelog

* kyua: add meta.changelog

* json2ts: add meta.changelog

* igir: add meta.changelog

* ios-webkit-debug-proxy: add meta.changelog

* gpaste: add meta.changelog

* polkit_gnome: add meta.changelog

* papers: add meta.changelog

* libmsgraph: add meta.changelog

* quadrapassel: add meta.changelog

* gnome-nibbles: add meta.changelog

* decibels: add meta.changelog

* libgedit-amtk: add meta.changelog

* simple-scan: add meta.changelog

* gnome-klotski: add meta.changelog

* gnome-sound-recorder: add meta.changelog

* gnome-remote-desktop: add meta.changelog

* gnome-robots: add meta.changelog

* gnome-shell-extensions: add meta.changelog

* gnome-panel: add meta.changelog

* gnome-session: add meta.changelog

* gnome-keyring: add meta.changelog

* devhelp: add meta.changelog

* libgnome-keyring: add meta.changelog

* ghex: add meta.changelog

* gnome-connections: add meta.changelog

* lightsoff: add meta.changelog

* gnome-flashback: add meta.changelog

* livi: add meta.changelog

* mutter: add meta.changelog

* hitori: add meta.changelog

* gnome-initial-setup: add meta.changelog

* gnome-bluetooth: add meta.changelog

* gnome-shell: add meta.changelog

* gnome-sudoku: add meta.changelog

* ideamaker: add meta.changelog

* i2p: add meta.changelog

* lms: add meta.changelog

* adwaita-icon-theme: add meta.changelog

* gnome-applets: add meta.changelog

* flac123: add meta.changelog

* flaca: add meta.changelog

* flameshot: add meta.changelog

* flaresolverr: add meta.changelog

* a52dec: add meta.changelog

* hexbinhex: add meta.changelog

* dwl: add meta.changelog

* msolve: add meta.changelog

* jcli: add meta.changelog

* nmap: add meta.changelog

* nmapsi4: add meta.changelog

* labctl: add meta.changelog

* _1oom: add meta.changelog

* libipuz: add meta.changelog

* metacity: add meta.changelog

* sushi: add meta.changelog

* rygel: add meta.changelog

* zenity: add meta.changelog

* crosswords: add meta.changelog

* gnome-mahjongg: add meta.changelog

* alacarte: add meta.changelog

* loupe: add meta.changelog

* cheese: add meta.changelog

* atomix: add meta.changelog

* swell-foop: add meta.changelog

* alfis: add meta.changelog

* aperture: add meta.changelog

* atomic-swap: add meta.changelog

* besu: add meta.changelog

* bisq: add meta.changelog

* bitcoin-abc: add meta.changelog

* bitcoin-knots: add meta.changelog

* bitcd: add meta.changelog

* btcdeb: add meta.changelog

* btcpayserver: add meta.changelog

* 86box: add meta.changelog

* darling: add meta.changelog

* dosbox: add meta.changelog

* firebird-emu: add meta.changelog

* maiko: add meta.changelog

* accerciser: add meta.changelog

* adwaita-icon-theme-legacy: add meta.changelog

* dconf-editor: add meta.changelog

* eog: add meta.changelog

* evolution-data-server: add meta.changelog

* file-roller: add meta.changelog

* four-in-a-row: add meta.changelog

* gdm: add meta.changelog

* geary: add meta.changelog

* gitg: add meta.changelog

* gnome2048: add meta.changelog

* gnome-backgrounds: add meta.changelog

* gnome-text-editor: add meta.changelog

* gnome-tour: add meta.changelog

* gnome-user-share: add meta.changelog

* gxml: add meta.changelog

* tali: add meta.changelog

* totem: add meta.changelog

* mobile-broadband-provider-info: add meta.changelog

* avr: add meta.changelog

* brev-cli: add meta.changelog

* juce: add meta.changelog

* loc: add meta.changelog

* resholve: add meta.changelog

* rpiboot: add meta.changelog

* gerbera: add meta.changelog

* kdocker: add meta.changelog

* pmenu: add meta.changelog

* advancecomp: add meta.changelog

* adriconf: add meta.changelog

* interception-tools: add meta.changelog

* nabi: add meta.changelog

* gorilla-cli: add meta.changelog

* heygpt: add meta.changelog

* 6tunnel: add meta.changelog

* aria2: add meta.changelog

* logmein-hamachi: add meta.changelog

* maphosts: add meta.changelog

* qcal: add meta.changelog

* adreaper: add meta.changelog

* aflplusplus: add meta.changelog

* aide: add meta.changelog

* cameradar: add meta.changelog

* wpscan: add meta.changelog

* aha: add meta.changelog

* xcat: add meta.changelog
2024-10-04 22:35:12 +03:00
Peder Bergebakken Sundt
cd673393d2 treewide: remove unreferenced patch files
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'``

We're running more and more into patches fetched via `applyPatches`, for the next PR i'll script something to account for that.
2024-10-04 19:38:56 +02:00
R. Ryantm
5dad232a98 melonDS: 0.9.5-unstable-2024-09-18 -> 0.9.5-unstable-2024-09-29 2024-09-30 14:37:18 +00:00
R. Ryantm
c29ce19aa1 metacubexd: 1.149.0 -> 1.150.0 2024-09-28 23:30:11 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
b9c8f97f7d merge-ut-dictionaries: 0-unstable-2024-08-28 -> 0-unstable-2024-09-09 2024-09-22 08:23:29 +00:00
nixpkgs-merge-bot[bot]
56feecc0ed
melonDS: 0.9.5-unstable-2024-09-06 -> 0.9.5-unstable-2024-09-18 (#343554) 2024-09-21 23:32:45 +00:00
R. Ryantm
008e81ca42 melonDS: 0.9.5-unstable-2024-09-06 -> 0.9.5-unstable-2024-09-18 2024-09-21 19:19:16 +00:00
h7x4
9a0f009815
ibus-engines.mozc-ut: init at 2.30.5544.102 (#314248) 2024-09-21 20:18:30 +02:00
R. Ryantm
b8a7670d76 mesonlsp: 4.3.4 -> 4.3.5 2024-09-20 12:24:45 +00:00
Peder Bergebakken Sundt
d8851e2917
metacubexd: 1.147.0 -> 1.149.0 (#342297) 2024-09-19 21:55:22 +02:00
Shogo Takata
3049c67f73
fixup! fixup! merge-ut-dictionaries: init at 0-unstable-2024-08-28 2024-09-19 22:45:32 +09:00
Shogo Takata
47bf9f19a4
fixup! merge-ut-dictionaries: init at 0-unstable-2024-08-28 2024-09-19 21:57:52 +09:00
PixelSergey
26ca094f50 meow: init at 2.1.3 2024-09-18 08:49:55 +02:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Guanran Wang
f6982dc31c
metacubexd: 1.147.0 -> 1.149.0
Diff: https://github.com/MetaCubeX/metacubexd/compare/v1.147.0...v1.149.0
2024-09-16 20:51:20 +08:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
OTABI Tomoya
1cdbc38153
media-downloader: 5.0.1 -> 5.1.0 (#339870) 2024-09-14 10:23:25 +09:00
Shogo Takata
bbb9b4bb37
merge-ut-dictionaries: init at 0-unstable-2024-08-28 2024-09-13 13:46:24 +09:00
Weijia Wang
d6106f996d
merkaartor: 0.19.0 → 0.20.0 (#340598) 2024-09-11 22:28:37 +02:00
nixpkgs-merge-bot[bot]
d671b38d52
melonDS: 0.9.5-unstable-2024-08-21 -> 0.9.5-unstable-2024-09-06 (#340730) 2024-09-10 12:12:13 +00:00
Weijia Wang
560ffcc8d2
mercure: 0.16.2 -> 0.16.3 (#336342) 2024-09-09 22:10:42 +02:00
Weijia Wang
b4ceb4808c
mev-boost: 1.7.1 -> 1.8 (#338294) 2024-09-09 21:00:56 +02:00
R. Ryantm
05b0f36dd9 melonDS: 0.9.5-unstable-2024-08-21 -> 0.9.5-unstable-2024-09-06 2024-09-09 09:47:14 +00:00
Nikolay Korotkiy
4c86b69a15
merkaartor: nixfmt-rfc-style 2024-09-09 01:47:02 +04:00
Nikolay Korotkiy
f538320efa
merkaartor: migrate to by-name 2024-09-09 01:46:08 +04:00
R. Ryantm
2a447bd445 media-downloader: 5.0.1 -> 5.1.0 2024-09-05 18:40:10 +00:00
Aleksana
2a80e8441b
melodeon: init at 0.4.1 (#337782) 2024-09-05 09:29:49 +08:00
Edgar Vincent
3cee65f2f0 melodeon: init at 0.4.1 2024-09-05 00:01:48 +02:00
Donovan Glover
425d2be64f
measureme: 11.0.1 -> 12.0.0 (#338746) 2024-09-03 15:34:25 +00:00
R. Ryantm
854d3475a8 meteor-git: 0.23.0 -> 0.23.1 2024-09-03 04:22:42 +00:00
t4ccer
e416cfd21c
measureme: move to by-name, format 2024-09-02 22:20:22 -06:00
R. Ryantm
9340c46c00 mesonlsp: 4.3.3 -> 4.3.4 2024-09-01 07:46:13 +00:00
nixpkgs-merge-bot[bot]
301db222fa
metacubexd: 1.146.1 -> 1.147.0 (#338530) 2024-08-31 19:45:27 +00:00
Christina Sørensen
151889cdbf
meli: 0.8.6 -> 0.8.7 (#338258) 2024-08-31 19:59:33 +02:00
R. Ryantm
2c87e79b60 metacubexd: 1.146.1 -> 1.147.0 2024-08-31 03:44:51 +00:00
Dennis Schridde
e9df614744
meli: 0.8.6 -> 0.8.7
Release notes: https://git.meli-email.org/meli/meli/releases/tag/v0.8.7

Include Cargo.lock patch to allow building with Rust 1.80,
cf. https://github.com/NixOS/nixpkgs/issues/332957#issuecomment-2278578811
and 6b05279a09

Closes: https://github.com/NixOS/nixpkgs/issues/338191
2024-08-30 19:55:23 +02:00
R. Ryantm
9efa491e9e mev-boost: 1.7.1 -> 1.8 2024-08-30 01:51:10 +00:00
github-actions[bot]
a0418f66a3
Merge master into staging-next 2024-08-28 06:04:54 +00:00
nixpkgs-merge-bot[bot]
9251bcc2a5
meteor-git: 0.22.0 -> 0.23.0 (#337833) 2024-08-28 03:00:28 +00:00
R. Ryantm
9cb3abed2d meteor-git: 0.22.0 -> 0.23.0 2024-08-28 01:22:48 +00:00
R. Ryantm
658984c6e5 melonDS: 0.9.5-unstable-2024-08-19 -> 0.9.5-unstable-2024-08-21 2024-08-27 11:26:20 +00:00
github-actions[bot]
132f2322d0
Merge master into staging-next 2024-08-26 12:05:25 +00:00
Bruno BELANYI
b1606c45f2
mealie: v1.11.0 -> v1.12.0 (#336527) 2024-08-26 12:49:05 +01:00
Aleksana
621d3afa88
Merge pull request #333690 from frectonz/mekuteriya
mekuteriya: init at 0.1.5
2024-08-26 16:58:32 +08:00
github-actions[bot]
7241849967
Merge master into staging-next 2024-08-26 06:04:26 +00:00
R. Ryantm
cba587b63b media-downloader: 4.9.0 -> 5.0.1 2024-08-24 08:43:45 +00:00