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
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
6b1d5b23d3
miracle-wm: 0.3.2 -> 0.3.4
2024-08-30 11:05:24 +00:00
Peder Bergebakken Sundt
0721823d6c
micro: add pbsds to maintainers ( #338085 )
2024-08-29 21:04:21 -04:00
éclairevoyant
3aeb372eaf
mingtest: init at 0.1.9 ( #327902 )
2024-08-29 14:11:44 +00:00
Peder Bergebakken Sundt
f561cf5798
micro: add pbsds to maintainers
2024-08-29 00:39:28 -04:00
R. Ryantm
fe0150f217
micro: 2.0.13 -> 2.0.14
2024-08-28 01:22:33 +00:00
R. Ryantm
7c63bd9a19
minijinja: 2.1.2 -> 2.2.0
2024-08-26 21:16:57 +00:00
Lutz Berger
33bcb49957
mingtest: init at 0.1.9
2024-08-26 10:40:23 +02:00
R. Ryantm
5ed29e18af
miru: 5.3.1 -> 5.5.0
2024-08-25 18:55:20 +00:00
R. Ryantm
c947c49fa0
misconfig-mapper: 1.8.2 -> 1.8.3
2024-08-24 00:52:36 +00:00
Sebastián Mancilla
d0ec5fdace
Merge pull request #335772 from OPNA2608/update/miracle-wm
...
miracle-wm: 0.3.0 -> 0.3.2, fix build
2024-08-21 22:20:02 -04:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname}
to string literal ( #336172 )
...
* adwaita-icon-theme: change `${pname}` to string literal
* alp: change `${pname}` to string literal
* alsa-oss: change `${pname}` to string literal
* alsa-plugins: change `${pname}` to string literal
* alsa-ucm-conf: change `${pname}` to string literal
* alsa-utils: change `${pname}` to string literal
* anyrun: change `${pname}` to string literal
* assemblyscript: change `${pname}` to string literal
* audiobookshelf: change `${pname}` to string literal
* baobab: change `${pname}` to string literal
* braa: change `${pname}` to string literal
* brill: change `${pname}` to string literal
* centrifugo: change `${pname}` to string literal
* cheese: change `${pname}` to string literal
* cljfmt: change `${pname}` to string literal
* coppwr: change `${pname}` to string literal
* cosmic-edit: change `${pname}` to string literal
* cosmic-files: change `${pname}` to string literal
* cosmic-store: change `${pname}` to string literal
* cosmic-term: change `${pname}` to string literal
* crate2nix: change `${pname}` to string literal
* cups-kyocera-3500-4500: change `${pname}` to string literal
* dbqn: change `${pname}` to string literal
* dconf-editor: change `${pname}` to string literal
* devhelp: change `${pname}` to string literal
* dmarc-report-converter: change `${pname}` to string literal
* engage: change `${pname}` to string literal
* eog: change `${pname}` to string literal
* evolution-data-server-gtk4: change `${pname}` to string literal
* find-billy: change `${pname}` to string literal
* firefly-iii: change `${pname}` to string literal
* fuchsia-cursor: change `${pname}` to string literal
* geary: change `${pname}` to string literal
* ghex: change `${pname}` to string literal
* gitg: change `${pname}` to string literal
* glasskube: change `${pname}` to string literal
* gnome.gnome-autoar: change `${pname}` to string literal
* gnome.gnome-calculator: change `${pname}` to string literal
* gnome.gnome-calendar: change `${pname}` to string literal
* gnome.gnome-common: change `${pname}` to string literal
* gnome.gnome-dictionary: change `${pname}` to string literal
* gnome.gnome-disk-utility: change `${pname}` to string literal
* gnome.gnome-font-viewer: change `${pname}` to string literal
* gnome.gnome-keyring: change `${pname}` to string literal
* gnome.gnome-screenshot: change `${pname}` to string literal
* gnome.gnome-system-monitor: change `${pname}` to string literal
* gnome.seahorse: change `${pname}` to string literal
* gnome.simple-scan: change `${pname}` to string literal
* gnome.sushi: change `${pname}` to string literal
* gnome.totem: change `${pname}` to string literal
* gnome.yelp: change `${pname}` to string literal
* gnome.yelp-xsl: change `${pname}` to string literal
* gnucap-full: change `${pname}` to string literal
* goredo: change `${pname}` to string literal
* guile-semver: change `${pname}` to string literal
* halo: change `${pname}` to string literal
* intiface-central: change `${pname}` to string literal
* intune-portal: change `${pname}` to string literal
* iscc: change `${pname}` to string literal
* jetbrains-toolbox: change `${pname}` to string literal
* jnr-posix: change `${pname}` to string literal
* keymapp: change `${pname}` to string literal
* libation: change `${pname}` to string literal
* libeduvpn-common: change `${pname}` to string literal
* libmamba: change `${pname}` to string literal
* littlefs-fuse: change `${pname}` to string literal
* logseq: change `${pname}` to string literal
* lxgw-wenkai-tc: change `${pname}` to string literal
* microsoft-identity-broker: change `${pname}` to string literal
* minetest-mapserver: change `${pname}` to string literal
* msalsdk-dbusclient: change `${pname}` to string literal
* neverest: change `${pname}` to string literal
* nf-test: change `${pname}` to string literal
* numbat: change `${pname}` to string literal
* pdf2odt: change `${pname}` to string literal
* plemoljp: change `${pname}` to string literal
* plemoljp-hs: change `${pname}` to string literal
* plemoljp-nf: change `${pname}` to string literal
* pocket-updater-utility: change `${pname}` to string literal
* proto: change `${pname}` to string literal
* pw3270: change `${pname}` to string literal
* ratchet: change `${pname}` to string literal
* read-it-later: change `${pname}` to string literal
* redmine: change `${pname}` to string literal
* regina: change `${pname}` to string literal
* regripper: change `${pname}` to string literal
* revolt-desktop: change `${pname}` to string literal
* rs: change `${pname}` to string literal
* signaturepdf: change `${pname}` to string literal
* sonarlint-ls: change `${pname}` to string literal
* srgn: change `${pname}` to string literal
* stackit-cli: change `${pname}` to string literal
* substudy: change `${pname}` to string literal
* swayosd: change `${pname}` to string literal
* synthesia: change `${pname}` to string literal
* tarlz: change `${pname}` to string literal
* termcap: change `${pname}` to string literal
* tinycompress: change `${pname}` to string literal
* tracexec: change `${pname}` to string literal
* treefmt2: change `${pname}` to string literal
* udev-gothic: change `${pname}` to string literal
* udev-gothic-nf: change `${pname}` to string literal
* vvvvvv: change `${pname}` to string literal
* yggdrasil: change `${pname}` to string literal
* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
OPNA2608
fecc6af462
miracle-wm: 0.3.0 -> 0.3.2, fix build
2024-08-19 11:42:16 +02:00
R. Ryantm
3f8bcb8b01
miru: 5.2.14 -> 5.3.1
2024-08-19 03:48:30 +00:00
Nydragon
6d0458f916
microfetch: add notashelf as maintainer
2024-08-18 01:01:30 +02:00
Nydragon
f4e5df01cc
microfetch: add update script
2024-08-18 01:01:30 +02:00
Nydragon
be32c3603e
microfetch: 0.3.3 -> 0.4.0
...
https://github.com/NotAShelf/microfetch/compare/v0.3.3...v0.4.0
2024-08-18 01:01:30 +02:00
R. Ryantm
2d60c9bb99
misconfig-mapper: 1.8.1 -> 1.8.2
2024-08-16 07:48:54 +00:00