Commit Graph

201 Commits

Author SHA1 Message Date
OPNA2608
24d4a5f166 miracle-wm: 0.3.6 -> 0.3.7 2024-10-23 01:11:09 +02:00
R. Ryantm
92e2459183 mixxc: 0.2.2 -> 0.2.3 2024-10-22 15:24:57 +00:00
Nick Cao
ad777c48d1
misconfig-mapper: 1.9.0 -> 1.10.0 (#349932) 2024-10-21 09:57:24 -04:00
R. Ryantm
3db4a16708 misconfig-mapper: 1.9.0 -> 1.10.0 2024-10-20 05:44:42 +00:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
Weijia Wang
fe7f792235
miru: 5.5.0 -> 5.5.6 (#338600) 2024-10-19 21:29:21 +02:00
Adam Stephens
f1fd372502
mimir: add adamcstephens to maintainers 2024-10-18 10:11:30 -04:00
Adam Stephens
61290de65d
mimir: move to by-name 2024-10-18 10:10:54 -04:00
Sandro
cc8d8ff109
microsoft-identity-broker: fix the hash (#340811) 2024-10-18 04:26:12 +02:00
R. Ryantm
b0d4019182 mingtest: 0.1.9 -> 0.2.1 2024-10-14 03:01:14 +00:00
Julien Malka
6f11b44075
misskey: 2024.5.0 -> 2024.10.0 (#343505) 2024-10-13 13:16:06 +02:00
oluceps
b51cee0ae0
misskey: 2024.5.0 -> 2024.10.0
Diff: https://github.com/misskey-dev/misskey/compare/2024.5.0...2024.10.0
2024-10-13 02:10:31 +08:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
dr56ekgbb
6068907aa3 mihomo-party: init at 1.4.5 2024-10-12 05:03:42 +08:00
Florian Klink
4fa56ac6d8
minivmac: init at 2024.06.08 (#343034) 2024-10-09 14:07:23 +03:00
Gaetan Lepage
fa10d23639 mission-center: 0.6.0 -> 0.6.1
Diff: https://gitlab.com/mission-center-devs/mission-center/-/compare/v0.6.0...v0.6.1

Changelog: https://gitlab.com/mission-center-devs/mission-center/-/releases/v0.6.1
2024-10-06 18:07:25 +02:00
Peder Bergebakken Sundt
f2f1962b2b
miriway: 0-unstable-2024-08-31 -> 24.09 (#345920) 2024-10-06 17:32:51 +02:00
Sandro
a972299c2a
misskey: fix darwin build (#336087) 2024-10-04 14:50:15 +02:00
R. Ryantm
3d6a7e1367 mihomo: 1.18.8 -> 1.18.9 2024-10-03 08:08:55 +00:00
OPNA2608
cb53ffd4d4 miriway: Move to by-name 2024-10-02 14:18:48 +02:00
Cosima Neidahl
b7d495d9ae
mir: 2.17.2 -> 2.18.2 (#342624) 2024-10-02 13:16:18 +02:00
Adam Stephens
d7f0cdec39
miniflux: move to by-name 2024-09-29 19:13:02 -04:00
Pol Dellaiera
2cf47d66b7
mission-center: 0.5.2 -> 0.6.0 (#345332) 2024-09-29 20:48:55 +02:00
Gaetan Lepage
af61785ba3 mistral-rs: 0.3.0 -> 0.3.1
Diff: https://github.com/EricLBuehler/mistral.rs/compare/refs/tags/v0.3.0...v0.3.1

Changelog: https://github.com/EricLBuehler/mistral.rs/releases/tag/v0.3.1
2024-09-29 20:07:36 +02:00
Gaetan Lepage
d28cc951e5 mission-center: 0.5.2 -> 0.6.0
Diff: https://gitlab.com/mission-center-devs/mission-center/-/compare/v0.5.2...v0.6.0

Changelog: https://gitlab.com/mission-center-devs/mission-center/-/releases/v0.6.0
2024-09-29 19:15:36 +02:00
Olivér Falvai
c28b31df93
misskey: fix darwin build 2024-09-29 15:12:38 +02:00
Gaetan Lepage
b04f975f99 mission-center: move to pkgs/by-name 2024-09-29 10:38:56 +02:00
R. Ryantm
ac0d413f5b minijinja: 2.3.0 -> 2.3.1 2024-09-28 03:28:58 +00:00
OPNA2608
6e5674091b miracle-wm: 0.3.5 -> 0.3.6 2024-09-27 22:06:52 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03: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
Florian Klink
d88ea29d11 minivmac: init at 2024.06.08 2024-09-21 22:09:22 +03:00
R. Ryantm
d1af071bc9 misconfig-mapper: 1.8.4 -> 1.9.0 2024-09-21 13:18:59 +00:00
R. Ryantm
6192d463de minijinja: 2.2.0 -> 2.3.0 2024-09-16 22:50:12 +00: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
Weijia Wang
c1eeefe868
miracle-wm: 0.3.2 -> 0.3.5 (#338386) 2024-09-12 22:06:21 +02:00
OPNA2608
9edf25c734 miracle-wm: 0.3.4 -> 0.3.5 2024-09-11 21:51:29 +02:00
Felix Singer
d14c5f66fc microcode-intel: 20240813 -> 20240910
fbfe741896/releasenote.md

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-09-10 21:21:46 +02:00
Olli Helenius
caee0feb9f
microsoft-identity-broker: fix package hash 2024-09-09 19:15:30 +03:00
Olli Helenius
c1c9a14be7
microsoft-identity-broker: use hash from upstream Packages file 2024-09-09 19:15:08 +03:00
Fabian Affolter
d5b097a330
misconfig-mapper: 1.8.3 -> 1.8.4 (#340411) 2024-09-08 09:56:30 +02:00
R. Ryantm
02a6d869f2 misconfig-mapper: 1.8.3 -> 1.8.4 2024-09-08 01:15:08 +00:00
Felix Singer
4108dbb113 microcodeIntel: Move package file into by-name structure
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-09-07 22:56:04 +02:00
Felix Singer
e9184559d1 microcodeAmd: Move package file into by-name structure
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-09-07 22:56:04 +02:00
Gaétan Lepage
50ffdeb609
mistral-rs: 0.1.18 -> 0.3.0 (#323788) 2024-09-05 13:36:37 +02:00
Anderson Torres
c16c239724 micro.wrapper: init 2024-09-03 21:06:41 -03:00
Anderson Torres
bc448e7f96 micro: tidy up the package
Basically, removing all references to clipboard things.
The idea is to wrap them later in another derivation.
2024-09-03 21:05:50 -03:00
Gaetan Lepage
113a9e9f21 mistral-rs: 0.1.18 -> 0.3.0
Diff:
https://github.com/EricLBuehler/mistral.rs/compare/refs/tags/v0.1.18...v0.3.0

Changelog:
https://github.com/EricLBuehler/mistral.rs/releases/tag/v0.3.0
2024-09-02 22:33:59 +02:00
R. Ryantm
9271ee409c clash-meta: 1.18.7 -> 1.18.8 2024-09-02 12:37:02 +00:00
R. Ryantm
ceec1c3d33 miru: 5.5.0 -> 5.5.6 2024-08-31 10:48:42 +00:00