Commit Graph

276 Commits

Author SHA1 Message Date
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
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
Paul Meyer
d1f4d70049 microdnf: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-15 09:33:24 +02:00
R. Ryantm
ba7332a978 minijinja: 2.1.1 -> 2.1.2 2024-08-12 09:37:10 +00:00
R. Ryantm
4c9bdf130c miru: 5.2.7 -> 5.2.14 2024-08-11 19:45:57 +00:00
Fabian Affolter
741def1ed3
Merge pull request #333417 from r-ryantm/auto-update/misconfig-mapper
misconfig-mapper: 1.8.0 -> 1.8.1
2024-08-09 22:08:23 +02:00
Donovan Glover
04f7bb6d31
Merge pull request #332340 from Nydragon/add-microfetch
microfetch: init at 0.3.3
2024-08-09 14:50:27 +00:00
R. Ryantm
de2cd2fcb0 misconfig-mapper: 1.8.0 -> 1.8.1 2024-08-09 10:31:53 +00:00
Nydragon
27e83d2169
microfetch: init at 0.3.3
Addition of [microfetch]:

> A stupidly simple fetch tool, written in Rust. Runs in a fraction of a
> second, displays most nonsense people on r/unixporn care about. Aims
> to replace fastfetch on my system, but probably not on yours. Though
> you are more than welcome to use it on your system: it's fast.

[microfetch]: https://github.com/NotAShelf/microfetch
2024-08-06 20:14:32 +02:00
Fea
0c9cb0041b nixos/misskey: init 2024-08-06 12:24:15 +02:00
Fea
564a6e61a0 misskey: init at 2024.5.0 2024-08-06 12:24:15 +02:00
nixpkgs-merge-bot[bot]
22be8ae1e3
Merge pull request #331935 from r-ryantm/auto-update/miru
miru: 5.1.6 -> 5.2.7
2024-08-05 22:34:23 +00:00
R. Ryantm
b26366b8b9 minijinja: 2.1.0 -> 2.1.1 2024-08-04 11:18:39 +00:00
R. Ryantm
c27de0df90 miru: 5.1.6 -> 5.2.7 2024-08-03 06:46:45 +00:00
Florian
d218f86e88
Merge pull request #331678 from NeverBehave/pkg-micromdm
micromdm: init at 1.12.1
2024-08-02 11:50:20 +02:00
NeverBehave
066bc7b352 micromdm: init at 1.12.1 2024-08-02 07:00:07 +00:00
tomberek
6d4f247527
Merge pull request #325352 from matteo-pacini/miru-update-script
miru: added passthru.updateScript
2024-08-02 02:28:40 -04:00
Anderson Torres
8c98fdc5a0 micro: nixfmt-rfc-style 2024-07-31 11:59:33 -03:00
Anderson Torres
7e8c970b4f micro: refactor tests
- create a directory for holding tests

  `packagesFromDirectoryRecursive` is really useful!

- add version test
- rename and rework expect test
2024-07-31 11:59:32 -03:00
Anderson Torres
c54fb7baa9 micro: get rid of rec 2024-07-31 11:59:32 -03:00
Anderson Torres
e439f7ea3c micro: cleanup
- put the stdenv.isLinux condition over input arguments
- deprecate withWlclip -> withWlClipboard
- migrate clipboardPackages next to postFixup
- remove references to pname
- split outputs
- strictDeps
- rework postInstall
- desugar passthru
- remove nested with in meta
- add meta.longDescription
2024-07-31 11:59:32 -03:00
Anderson Torres
7e84c1a283 micro: adopted by AndersonTorres
Because dtzWill is inactive.
2024-07-31 11:59:32 -03:00
Anderson Torres
5d44fba2d6 micro: migrate to by-name 2024-07-31 11:59:32 -03:00
OPNA2608
c8b213a297 miracle-wm: 0.2.1 -> 0.3.0 2024-07-29 15:19:47 +02:00
OPNA2608
5659ea3d6b tests/miracle-wm: init 2024-07-29 15:19:47 +02:00
OPNA2608
e73d97b2d6 miracle-wm: init at 0.2.1 2024-07-29 14:38:51 +02:00
Marcus Ramberg
b149ff8c81
Merge pull request #330637 from r-ryantm/auto-update/clash-meta
clash-meta: 1.18.6 -> 1.18.7
2024-07-28 22:04:21 +02:00
R. Ryantm
d96cceed9e misconfig-mapper: 1.7.0 -> 1.8.0 2024-07-28 14:15:01 +00:00
R. Ryantm
7dbb0ece0b clash-meta: 1.18.6 -> 1.18.7 2024-07-28 12:42:52 +00:00
Nick Cao
919824b0b2
Merge pull request #329303 from r-ryantm/auto-update/minijinja
minijinja: 2.0.3 -> 2.1.0
2024-07-23 11:13:12 -04:00
R. Ryantm
7e5462a783 minijinja: 2.0.3 -> 2.1.0 2024-07-23 01:43:54 +00:00
Bobby Rong
d67092b4c4
mint-l-icons: 1.7.1 -> 1.7.2
f5edf5683c...ee03e6dad0
2024-07-22 21:03:45 +08:00
Bobby Rong
350a70036a
mint-themes: Move from cinnamon scope to top-level 2024-07-21 21:17:11 +08:00
Bobby Rong
330af188b6
mint-l-theme: Move from cinnamon scope to top-level 2024-07-21 21:17:11 +08:00
Bobby Rong
3d4f1855a7
mint-l-icons: Move from cinnamon scope to top-level 2024-07-21 21:17:10 +08:00
Bobby Rong
2359076f1f
mint-y-icons: Move from cinnamon scope to top-level 2024-07-21 21:17:10 +08:00
Bobby Rong
5a1aea6cfe
mint-x-icons: Move from cinnamon scope to top-level 2024-07-21 21:17:10 +08:00
Bobby Rong
c09bdb5d5e
mint-cursor-themes: Move from cinnamon scope to top-level 2024-07-21 21:17:09 +08:00
Bobby Rong
7d2de94b74
mint-artwork: Move from cinnamon scope to top-level 2024-07-21 21:17:09 +08:00
Matteo Pacini
bea3a3f50c miru: added passthru.updateScript 2024-07-16 20:55:56 +01:00
R. Ryantm
a78b670c37 misconfig-mapper: 1.6.0 -> 1.7.0 2024-07-12 21:26:50 +00:00
Nick Cao
28d0c6d383
Merge pull request #325436 from r-ryantm/auto-update/microsoft-identity-broker
microsoft-identity-broker: 2.0.0 -> 2.0.1
2024-07-10 19:04:40 -04:00
R. Ryantm
43568c5ed5 misconfig-mapper: 1.5.0 -> 1.6.0 2024-07-10 02:41:22 +00:00
R. Ryantm
ed5eaf9325 microsoft-identity-broker: 2.0.0 -> 2.0.1 2024-07-08 06:21:59 +00:00
Weijia Wang
f8e7af4a14
Merge pull request #317891 from r-ryantm/auto-update/minetest-mapserver
minetest-mapserver: 4.8.0 -> 4.9.1
2024-07-07 23:16:30 +02:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
R. Ryantm
25a3a5f701 minetest-mapserver: 4.8.0 -> 4.9.1 2024-07-05 05:47:55 +00:00
Nick Cao
c8a4d621c8
Merge pull request #323914 from r-ryantm/auto-update/mihomo
mihomo: 1.18.5 -> 1.18.6
2024-07-02 16:25:04 -04:00
R. Ryantm
f8c4e9abcf minijinja: 2.0.2 -> 2.0.3 2024-07-02 14:52:47 +00:00
R. Ryantm
80732307f5 mihomo: 1.18.5 -> 1.18.6 2024-07-02 00:49:22 +00:00
Gaetan Lepage
e02af181fc mistral-rs: init at 0.1.18 2024-06-30 23:40:37 +02:00
Artturin
9ff47c25f1
Merge pull request #322439 from 999eagle/fix/millipixels
millipixels: fix for libtiff >= 4.5.1
2024-06-28 16:07:53 +03:00
Matteo Pacini
c0a0d9a98e miru: 5.1.4 -> 5.1.6 2024-06-27 20:48:11 +01:00
⛧-440729 [sophie]
643f47c8ed
millipixels: fix for libtiff >= 4.5.1 2024-06-25 17:11:56 +02:00
Matteo Pacini
45cfa86fd3 miru: darwin support, add maintainer 2024-06-23 21:23:55 +01:00
Zhiyong (Justin) He
76832ec20f
miru: 5.1.3 -> 5.1.4 2024-06-20 16:52:18 -05:00
R. Ryantm
489e046074 misconfig-mapper: 1.3.1 -> 1.5.0 2024-06-20 12:46:24 +00:00
R. Ryantm
b51d1c7259 miru: 5.1.0 -> 5.1.3 2024-06-17 01:25:35 +00:00
Nick Cao
11f7253de8
Merge pull request #319083 from r-ryantm/auto-update/minijinja
minijinja: 2.0.1 -> 2.0.2
2024-06-12 16:28:52 -04:00
R. Ryantm
a7e0e4641c misconfig-mapper: 1.3.0 -> 1.3.1 2024-06-12 01:58:02 +00:00
R. Ryantm
987f29ec85 minijinja: 2.0.1 -> 2.0.2 2024-06-11 15:01:10 +00: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
R. Ryantm
b65ca49402 mini-calc: 3.1.0 -> 3.2.0 2024-06-06 03:45:04 +00:00
Fabian Affolter
8bc10d3b41
Merge pull request #314931 from r-ryantm/auto-update/misconfig-mapper
misconfig-mapper: 1.2.0 -> 1.3.0
2024-05-27 15:41:15 +02:00
R. Ryantm
4b50763296 misconfig-mapper: 1.2.0 -> 1.3.0 2024-05-26 19:41:11 +00:00
R. Ryantm
ba209107bd mini-calc: 3.0.1 -> 3.1.0 2024-05-26 14:11:34 +00:00
Weijia Wang
372f1a521e
Merge pull request #312652 from r-ryantm/auto-update/clash-meta
clash-meta: 1.18.4 -> 1.18.5
2024-05-22 19:41:59 +02:00
R. Ryantm
43acb103c6 clash-meta: 1.18.4 -> 1.18.5 2024-05-22 04:19:03 +02:00
Sigmanificient
abe76a7967 mini-calc: 3.0.0 -> 3.0.1 2024-05-21 08:52:41 +02:00
R. Ryantm
a7f2f627ec misconfig-mapper: 1.1.1 -> 1.2.0 2024-05-20 17:13:48 +00:00
R. Ryantm
150759d520 mini-calc: 2.13.2 -> 3.0.0 2024-05-19 13:29:18 +00:00
Aleksana
1ea918a171
Merge pull request #311936 from Sigmanificient/calc-2.13.2
mini-calc: 2.13.0 -> 2.13.2, add version check
2024-05-18 00:55:48 +08:00
Aleksana
85786b9e25
Merge pull request #311743 from Coca162/miracode-1.0
miracode: init at 1.0
2024-05-17 11:17:54 +08:00
Coca
7db4467e36
miracode: init at 1.0 2024-05-16 13:57:03 +03:00
R. Ryantm
ffe334861c misconfig-mapper: 1.1.0 -> 1.1.1 2024-05-15 14:19:25 +00:00
Sigmanificient
c09e452243 mini-calc: 2.13.0 -> 2.13.2, add version check 2024-05-15 14:42:49 +02:00
Fabian Affolter
fc55cdb834
Merge pull request #309103 from fabaff/misconfig-mapper
misconfig-mapper: init at 1.1.0
2024-05-06 09:54:54 +02:00
Fabian Affolter
6576dca12e misconfig-mapper: init at 1.1.0
Tool to uncover security misconfigurations on popular third-party
services

https://github.com/intigriti/misconfig-mapper
2024-05-04 22:09:57 +02:00
Jörg Thalheim
306e80095b
Merge pull request #307938 from r-ryantm/auto-update/minijinja
minijinja: 1.0.21 -> 2.0.1
2024-05-02 09:45:30 +02:00
R. Ryantm
6b48ca0a10 minijinja: 1.0.21 -> 2.0.1 2024-04-30 07:50:53 +00:00
Sigmanificient
727eaee6eb mini-calc: Fix plot support 2024-04-30 06:55:08 +02:00
Aleksana
8e7489c3e7
Merge pull request #289535 from D3vil0p3r/patch-25
missidentify: init at 1.0
2024-04-30 02:59:00 +08:00
oluceps
0d8e875ccd
mihomo: 1.18.3 -> 1.18.4
Diff: https://github.com/MetaCubeX/mihomo/compare/v1.18.3...v1.18.4
2024-04-29 06:53:33 +00:00
Anderson Torres
f1303e0d51 mixxc: remove with lib;
Following https://github.com/NixOS/nixpkgs/issues/208242
2024-04-28 08:38:55 -03:00
Daru
8e6bd4aa5e
mixxc: init at 0.2.2 (#305497)
* mixxc: init at 0.2.2

* mixxc: update build inputs

Removed build inputs that were not used in the build process
Added build inputs for `wayland` and `X11` features

* mixxc: use `buildFeatures`, enable all features by default

* mixxc: use `wrapGAppsHook4`

Fixes icons not showing up properly

* mixxc: reformat using `nixfmt-rfc-style`
2024-04-27 20:43:07 +08:00
D3vil0p3r
265c3d737e missidentify: init at 1.0 2024-04-27 10:50:43 +02:00
tomberek
9acae24f93
Merge pull request #306035 from Sigmanificient/calc-2.13.0
mini-calc: 2.12.3 -> 2.13.0
2024-04-27 02:33:26 -04:00
Nick Cao
d0d0adb870
Merge pull request #306676 from r-ryantm/auto-update/miru
miru: 5.0.3 -> 5.1.0
2024-04-25 10:05:13 -04:00
Nick Cao
78123927e8
Merge pull request #306577 from r-ryantm/auto-update/minijinja
minijinja: 1.0.20 -> 1.0.21
2024-04-25 09:52:19 -04:00
Emily Trau
afa610b882
Merge pull request #287796 from D3vil0p3r/patch-5
mimikatz: init at 2.2.0-20220919
2024-04-25 16:21:22 +10:00
R. Ryantm
70e52348e9 miru: 5.0.3 -> 5.1.0 2024-04-25 01:38:53 +00:00
D3vil0p3r
265d456757 mimikatz: init at 2.2.0-20220919 2024-04-24 20:26:21 +02:00
R. Ryantm
744a81ce72 minijinja: 1.0.20 -> 1.0.21 2024-04-24 15:46:56 +00:00
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
Sigmanificient
76b0e0406b mini-calc: 2.12.3 -> 2.13.0 2024-04-22 17:40:39 +02:00
R. Ryantm
d0b62f2105 minijinja: 1.0.17 -> 1.0.20 2024-04-14 06:48:32 +00:00
Sigmanificient
33346ab5ac mini-calc: 2.12.2 -> 2.12.3 2024-04-13 16:02:56 +02:00
Aleksana
ad6579ebb5
Merge pull request #301442 from Sigmanificient/mini-calc
mini-calc: init at 2.12.2
2024-04-10 22:20:34 +08:00
Sigmanificient
c7956e0afb mini-calc: init at 2.12.2 2024-04-09 18:34:53 +02:00
Matthias Beyer
a374df8d28
Merge pull request #302744 from r-ryantm/auto-update/minijinja
minijinja: 1.0.16 -> 1.0.17
2024-04-09 09:17:15 +02:00
R. Ryantm
efad42eef2 minijinja: 1.0.16 -> 1.0.17 2024-04-09 04:05:56 +00:00
Guanran Wang
1603e263f3
mihomo: use correct github homepage branch 2024-04-07 21:49:15 +08:00
Peder Bergebakken Sundt
e982233f99
Merge pull request #299740 from ehmry/min
min: init at 0.43.0
2024-04-06 03:43:09 +02:00
R. Ryantm
c059256499 clash-meta: 1.18.2 -> 1.18.3 2024-04-04 19:39:37 +00:00
R. Ryantm
f67c0d9bd0 minijinja: 1.0.15 -> 1.0.16 2024-04-03 04:15:54 +00:00
Weijia Wang
4af4bf4521
Merge pull request #300170 from r-ryantm/auto-update/miru
miru: 5.0.0 -> 5.0.3
2024-04-02 00:00:55 +02:00
Weijia Wang
a59657b42d
Merge pull request #299497 from r-ryantm/auto-update/mihomo
mihomo: 1.18.1 -> 1.18.2
2024-03-31 23:46:15 +02:00
Weijia Wang
07950a598e miru: update homepage 2024-03-30 20:31:04 +01:00
R. Ryantm
302eec2650 miru: 5.0.0 -> 5.0.3 2024-03-30 05:09:59 +00:00
Emery Hemingway
79468d06a0 min: init at 0.43.0
https://min-lang.org/
2024-03-28 11:55:04 +00:00