Commit Graph

18536 Commits

Author SHA1 Message Date
davidak
4265f1803d
Merge pull request #246358 from linsui/yutto
yutto: 2.0.0b24 -> 2.0.0b28
2023-08-06 03:50:15 +02:00
Weijia Wang
874e8d8882
Merge pull request #247039 from flokli/ipxe-bump
ipxe: unstable-2023-03-30 -> unstable-2023-07-19
2023-08-06 00:01:45 +02:00
Weijia Wang
ad32de4e6b
Merge pull request #247229 from amarshall/altserver
altserver-linux: cleanup and rename from alt-server / AltServer-Linux
2023-08-05 23:45:02 +02:00
Anderson Torres
29b89132fb ncdu: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
- Add `meta.changelog`
2023-08-05 11:10:50 +00:00
Anderson Torres
393a936719 zf: disable tests 2023-08-05 11:10:50 +00:00
Anderson Torres
fe310a1855 zf: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
2023-08-05 11:10:50 +00:00
Anderson Torres
a34e8fe161 findup: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
2023-08-05 11:10:50 +00:00
Anderson Torres
30567662bb clipbuzz: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
2023-08-05 11:10:50 +00:00
Weijia Wang
0502f0bfac
Merge pull request #246484 from aaronjheng/webcat
webcat: unstable-2021-09-06 -> 0.2.0
2023-08-05 12:35:42 +02:00
Nick Cao
5b474a725c
Merge pull request #247226 from figsoda/rtz
rtz: 0.4.2 -> 0.5.3
2023-08-05 00:22:50 -06:00
Nick Cao
b1465854bc
Merge pull request #247247 from kashw2/infracost
infracost: 0.10.26 -> 0.10.27
2023-08-05 00:16:46 -06:00
Aaron Jheng
491d7a111f
webcat: unstable-2021-09-06 -> 0.2.0 2023-08-05 09:35:21 +08:00
Robert Schütz
8e49af0f3e hueadm: use buildNpmPackage 2023-08-04 18:24:33 -07:00
Artturi
c313ed27da
Merge pull request #247234 from n3oney/master 2023-08-05 04:06:19 +03:00
Robert Schütz
2b0e577105
Merge pull request #246664 from dotlambda/lektor-top-level
lektor: remove from python3Packages
2023-08-05 01:03:19 +00:00
kashw2
ac6127bd6a infracost: 0.10.26 -> 0.10.27 2023-08-05 09:53:44 +10:00
n3oney
02d604cd68
treewide: add meta.mainProgram 2023-08-05 00:11:04 +02:00
figsoda
27b6d3ade0 rtz: 0.4.2 -> 0.5.3
Diff: https://github.com/twitchax/rtz/compare/v0.4.2...v0.5.3

Changelog: https://github.com/twitchax/rtz/releases/tag/v0.5.3
2023-08-04 17:30:46 -04:00
Andrew Marshall
27b7e86eef altserver: cleanup
- Remove unused arg
- Remove unneeded buildInput
- Remove redundant chmod +r
- Set meta.mainProgram
- Set meta.sourceProvenance as this is sourcing binary code
2023-08-04 17:29:18 -04:00
Andrew Marshall
3f8cf9b158 altserver-linux: rename from alt-server / AltServer-Linux
- Make pname all lowercase—do not transform AltServer -> alt-server, but
  to altserver as the name already has hyphens elsewhere, and many other
  packages (including the example in nixpkgs manual) do this
- Change variable and dir names to match pname as deviation seems
  unnecessary here and only leads to confusion; this project is also a
  variation on AltServer-Windows, so keeping the “-linux” seems
  warranted

From https://nixos.org/manual/nixpkgs/unstable/#sec-package-naming:

> The pname and the version attribute must not contain uppercase letters
> e.g., "mplayer" instead of “MPlayer”`.
2023-08-04 17:29:18 -04:00
Robert Schütz
98422c29fd lektor: add meta.mainProgram 2023-08-04 14:04:26 -07:00
Robert Schütz
ccfe674e5f balanceofsatoshis: use buildNpmPackage 2023-08-04 13:47:01 -07:00
zendo
4f5308922f treewide: add meta.mainProgram
Related PR: https://github.com/NixOS/nixpkgs/pull/246386
2023-08-04 10:00:59 +00:00
happysalada
3ebfba5f60 zoxide: 0.9.1 -> 0.9.2 2023-08-04 14:54:01 +08:00
Lassulus
d6f28f609e
Merge pull request #246050 from cafkafk/cafkdev-eza
eza: init at 0.10.4
2023-08-04 08:47:05 +02:00
Nick Cao
c22df37dea
Merge pull request #246972 from antonmosich/autorandr-fish
autorandr: add fish completion
2023-08-03 19:36:28 -06:00
Mario Rodas
ce79b81cef
Merge pull request #246159 from marsam/update-barman
barman: 3.4.0 -> 3.7.0
2023-08-03 20:34:29 -05:00
Nick Cao
809a14d9c4
Merge pull request #246970 from figsoda/star
star-history: 1.0.12 -> 1.0.13
2023-08-03 19:25:08 -06:00
Florian Klink
af89d1e077 ipxe: unstable-2023-03-30 -> unstable-2023-07-19 2023-08-04 00:11:04 +02:00
Weijia Wang
da617ec011
Merge pull request #247007 from antonmosich/rtx-update
rtx: 1.34.1 -> 1.35.8
2023-08-03 22:49:36 +02:00
Anton Mosich
7c8d1368b0 rtx: 1.34.1 -> 1.35.8 2023-08-03 19:19:55 +02:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
Anton Mosich
301ffaff5a autorandr: add fish completion
Version 1.14 also added fish completion, but was not added to the
package in the update commit
2023-08-03 16:08:33 +02:00
figsoda
e2c1f63ac6 star-history: 1.0.12 -> 1.0.13
Diff: https://diff.rs/star-history/1.0.12/1.0.13
2023-08-03 10:03:04 -04:00
Anton Mosich
e1206bf0a5 treewide: add meta.mainProgram
Add `meta.mainProgram` to all packages for which lib.getExe is called in
home-manager
2023-08-03 14:41:45 +02:00
Pol Dellaiera
bff3b3c9e1 bat: add meta.mainProgram
Follow up of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-03 22:08:14 +10:00
Pol Dellaiera
db4eaf5df5
Merge pull request #241997 from Gerg-L/fastfetch
fastfetch: init at 1.12.2
2023-08-03 12:29:07 +02:00
Gerg-L
59e85cb8ab fastfetch: init at 1.12.2
Co-authored-by: khaneliman <khaneliman12@gmail.com>
2023-08-03 05:47:58 -04:00
Weijia Wang
84b798e1aa
Merge pull request #246795 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.221 -> 1.222
2023-08-02 23:16:44 +02:00
Pol Dellaiera
57727aceb5
Merge pull request #246151 from dit7ya/ollama
ollama: init at 0.0.12
2023-08-02 22:54:47 +02:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
Pol Dellaiera
f749306fae
Merge pull request #246796 from figsoda/fw
fw: 2.17.0 -> 2.17.1
2023-08-02 19:01:11 +02:00
Pol Dellaiera
6e4b986414
Merge pull request #246765 from r-ryantm/auto-update/fwup
fwup: 1.10.0 -> 1.10.1
2023-08-02 18:21:07 +02:00
Christina Sørensen
4c41208f29
eza: init at 0.10.4
eza: init at unstable-2023-07-29

Changelog (general):
- Merged pr-1177: add hyperlink support
- Merged pr-855: add selinux context outputs
- Merged pr-797: git repo status, current branch
- Merged pr-1219: fish inode completions
- Merged pr-1164: -o shortcut for --octal-permissions
- Merged pr-1099: typo
- Merged pr-69: fix cargo.toml, completions, man pages
- Merged pr-981: use stdout for timezone errors

Changelog (security):
- Bumped openssl-src: SM2 Decryption Buffer Overflow (Critical)
- Bumped openssl-src: openssl-src contains Double free after calling `PEM_read_bio_ex` (High)
- Bumped openssl-src: AES OCB fails to encrypt some bytes (High)
- Bumped openssl-src: openssl-src's infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)
- Bumped openssl-src: Read buffer overruns processing ASN.1 strings (High)
- Bumped openssl-src: openssl-src vulnerable to Use-after-free following `BIO_new_NDEF` (High)
- Bumped openssl-src: Vulnerable OpenSSL included in cryptography wheels (High)
- Bumped openssl-src: openssl-src subject to Timing Oracle in RSA Decryption (Moderate)
- Bumped git2-rs: git2-rs fails to verify SSH keys by default (Moderate)
- Bumped git2-rs: git2-rs fails to verify SSH keys by default (Moderate)

Signed-off-by: Christina Sørensen <christina@cafkafk.com>

eza: unstable-2023-07-29 -> unstable-2023-07-30

Signed-off-by: Christina Sørensen <christina@cafkafk.com>

eza: unstable-2023-07-30 -> 0.10.2

Signed-off-by: Christina Sørensen <christina@cafkafk.com>

eza: 0.10.2 -> 0.10.3

Signed-off-by: Christina Sørensen <christina@cafkafk.com>

eza: 0.10.3 -> 0.10.4

Changelog:

Bug Fixes

- Dereferencing linksfile size.
- Dereferencing links users.
- Dereferencing links groups.
- Dereferencing links permissions.
- Dereferencing links timestamps.
- Syntax error

Documentation

- Add -X/--dereference flag

Features

- Add symlink dereferencing flag
- Add -X/--dereference completions
- Add -X/--dereference completions
- Added ".out" files for latex
- Add changelog generation

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-02 16:33:33 +02:00
figsoda
77c63faef4 fw: 2.17.0 -> 2.17.1
Diff: https://github.com/brocode/fw/compare/v2.17.0...v2.17.1
2023-08-02 10:29:50 -04:00
R. Ryantm
4bef9b4a2c bdf2psf: 1.221 -> 1.222 2023-08-02 14:23:21 +00:00
figsoda
4ca71c86a7
Merge pull request #246681 from figsoda/fw 2023-08-02 10:11:57 -04:00
R. RyanTM
2b9b52d193
goose: 3.13.4 -> 3.14.0 (#246748) 2023-08-02 13:44:14 +02:00
R. Ryantm
cb4e0a8d4e fwup: 1.10.0 -> 1.10.1 2023-08-02 11:03:23 +00:00
figsoda
2787d9f3fb fw: 2.16.1 -> 2.17.0
Diff: https://github.com/brocode/fw/compare/v2.16.1...v2.17.0
2023-08-01 21:15:14 -04:00