Weijia Wang
|
9f5a5ac5a2
|
skribilo: 0.10.0 -> 0.11.1 (#522080)
|
2026-08-16 13:47:42 +00:00 |
|
Weijia Wang
|
2494c78ebe
|
skyscraper: 3.18.5 -> 3.20.3 (#514402)
|
2026-08-16 11:17:23 +00:00 |
|
Weijia Wang
|
589cd70c0f
|
skrooge: 25.10.0 -> 26.4.0 (#482499)
|
2026-08-15 16:13:19 +00:00 |
|
R. Ryantm
|
3c09a27af5
|
sketchybar-app-font: 2.0.71 -> 2.0.75
|
2026-08-14 14:28:06 +00:00 |
|
R. Ryantm
|
a5c053728a
|
skyscraper: 3.18.5 -> 3.20.3
|
2026-08-12 06:40:17 +00:00 |
|
R. Ryantm
|
4a8d2aa6c4
|
skills: 1.5.21 -> 1.5.22
|
2026-08-09 01:06:18 +00:00 |
|
R. Ryantm
|
72b602bfe2
|
sketchybar-app-font: 2.0.62 -> 2.0.71
|
2026-08-05 21:42:23 +00:00 |
|
2kybe3
|
e9a44549b9
|
treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect
continuation of: #548162
|
2026-08-01 23:56:32 +02:00 |
|
nixpkgs-ci[bot]
|
fbb5f61852
|
skopeo: 1.23.0 -> 1.24.0 (#547608)
|
2026-07-31 07:35:41 +00:00 |
|
R. Ryantm
|
1057df166e
|
skopeo: 1.23.0 -> 1.24.0
|
2026-07-31 00:41:46 +00:00 |
|
R. Ryantm
|
05e605f35c
|
skills: 1.5.19 -> 1.5.21
|
2026-07-30 18:14:16 +00:00 |
|
Nick Cao
|
6d9739f56b
|
skaffold: 2.23.0 -> 2.24.0 (#545082)
|
2026-07-24 18:37:15 +00:00 |
|
R. Ryantm
|
2a44180545
|
skaffold: 2.23.0 -> 2.24.0
|
2026-07-24 00:42:51 +00:00 |
|
R. Ryantm
|
afe9261484
|
skeema: 1.14.0 -> 1.14.1
|
2026-07-24 00:34:55 +00:00 |
|
Sandro
|
6861f90d1a
|
skimpdf: add wrappers for cli tools (#544437)
|
2026-07-23 15:38:56 +00:00 |
|
nixpkgs-ci[bot]
|
eaabcb419b
|
skills: 1.5.16 -> 1.5.19 (#544282)
|
2026-07-22 10:50:56 +00:00 |
|
Mukul Agarwal
|
0672eaf66a
|
skimpdf: add wrappers for cli tools
|
2026-07-22 01:01:38 -04:00 |
|
R. Ryantm
|
66487b4c71
|
skim: 5.1.0 -> 5.4.0
|
2026-07-22 02:59:08 +00:00 |
|
R. Ryantm
|
3ea94c8413
|
skills: 1.5.16 -> 1.5.19
|
2026-07-21 16:33:15 +00:00 |
|
zowoq
|
85d32c6e5f
|
Revert "sketchybar: fix darwin build"
This reverts commit 174bd66b76.
|
2026-07-21 12:08:28 +10:00 |
|
Heitor Augusto
|
d59516748c
|
various: clean up after x86_64-darwin drop (#541168)
|
2026-07-15 20:27:20 +00:00 |
|
Jo
|
134518cebe
|
treewide: avoid using singleton lists for licenses (#535754)
|
2026-07-15 18:25:37 +00:00 |
|
Eman Resu
|
ff094f60ad
|
treewide: replace more singleton license lists
|
2026-07-15 14:04:39 -04:00 |
|
Emily
|
0681d42ec6
|
sketchybar: clean up after x86_64-darwin drop
|
2026-07-15 03:58:17 +01:00 |
|
Emily
|
fdb820602b
|
treewide: drop simple x86_64-darwin mentions
To reproduce:
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: nix-x86_64-darwin
language: nix
rule:
any:
- pattern: "\"x86_64-darwin\""
kind: list_expression > string_expression
- pattern:
context: "{ \"x86_64-darwin\" = $EXPR; }"
selector: binding
- pattern:
context: "{ x86_64-darwin = $EXPR; }"
selector: binding
fix:
template: ""
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-first-x86_64-darwin
language: json
rule:
kind: object > pair:nth-child(1)
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandEnd: { regex: "," }
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-x86_64-darwin
language: json
rule:
kind: object > pair
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandStart: { regex: "," }
' pkgs
$ git restore pkgs/by-name/om/omnix/package.nix
$ git diff --name-only -z \
| nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
-c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
$ treefmt
|
2026-07-15 03:58:16 +01:00 |
|
Sandro
|
7946e38d44
|
skypilot: add orjson to dependencies (#541670)
|
2026-07-14 12:00:32 +00:00 |
|
nixpkgs-ci[bot]
|
809b71a415
|
skills: 1.5.14 -> 1.5.16 (#541064)
|
2026-07-13 23:27:08 +00:00 |
|
daspk04
|
48d7193846
|
skypilot: add orjson to dependencies
|
2026-07-13 16:31:32 -05:00 |
|
ethanbodzioney
|
174bd66b76
|
sketchybar: fix darwin build
|
2026-07-13 15:15:12 -04:00 |
|
R. Ryantm
|
f23a9fa420
|
skim: 5.0.0 -> 5.1.0
|
2026-07-12 23:22:23 +00:00 |
|
R. Ryantm
|
66707db40b
|
skills: 1.5.14 -> 1.5.16
|
2026-07-12 14:40:57 +00:00 |
|
Marc Jakobi
|
4ba1f8b393
|
skim: 4.8.0 -> 5.0.0 (#538799)
|
2026-07-06 09:38:31 +00:00 |
|
Fabian Affolter
|
a5656abd07
|
skewrun: init at 1.1.1 (#538507)
|
2026-07-06 07:08:22 +00:00 |
|
Gaetan Lepage
|
75396aa186
|
skim: 4.8.0 -> 5.0.0
Diff: https://github.com/skim-rs/skim/compare/v4.8.0...v5.0.0
Changelog: https://github.com/skim-rs/skim/releases/tag/v5.0.0
|
2026-07-05 22:29:59 +00:00 |
|
nixpkgs-ci[bot]
|
d6dfc16a8d
|
skills: 1.5.13 -> 1.5.14 (#538257)
|
2026-07-05 10:35:27 +00:00 |
|
Fabian Affolter
|
0420746c7f
|
skewrun: init at 1.1.1
Active Directory time discovery toolkit
https://github.com/JVBotelho/skewrun
|
2026-07-05 00:09:01 +02:00 |
|
R. Ryantm
|
a1c0d90abc
|
skills: 1.5.13 -> 1.5.14
|
2026-07-03 22:29:54 +00:00 |
|
Martin Weinelt
|
bd6fb4b88d
|
treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION setters
The setuptools-scm setup script sets the env var to the derivation
version already.
|
2026-07-03 03:17:43 +02:00 |
|
nixpkgs-ci[bot]
|
427bfff466
|
skaffold: 2.21.0 -> 2.23.0 (#537316)
|
2026-07-01 09:44:01 +00:00 |
|
R. Ryantm
|
780013d45e
|
skaffold: 2.21.0 -> 2.23.0
|
2026-07-01 08:00:34 +00:00 |
|
daspk04
|
c7d40d39db
|
skypilot: patch CVE-2026-13482
|
2026-07-01 00:44:48 -05:00 |
|
nixpkgs-ci[bot]
|
71375615a2
|
skeema: 1.13.2 -> 1.14.0 (#535457)
|
2026-06-26 22:44:59 +00:00 |
|
Nick Cao
|
fcba415215
|
skim: 4.7.0 -> 4.8.0 (#535299)
|
2026-06-26 18:19:27 +00:00 |
|
R. Ryantm
|
fc6b2cfdc9
|
skeema: 1.13.2 -> 1.14.0
|
2026-06-26 03:09:12 +00:00 |
|
R. Ryantm
|
cc3bea6245
|
skim: 4.7.0 -> 4.8.0
|
2026-06-25 14:41:03 +00:00 |
|
R. Ryantm
|
1ecf01ef56
|
skills: 1.5.11 -> 1.5.13
|
2026-06-25 04:42:06 +00:00 |
|
R. Ryantm
|
8aa505b42e
|
skills: 1.5.10 -> 1.5.11
|
2026-06-16 08:53:15 +00:00 |
|
R. Ryantm
|
5744c3b822
|
sketchybar-app-font: 2.0.60 -> 2.0.62
|
2026-06-13 13:33:51 +00:00 |
|
Viacheslav Lotsmanov
|
65dda84778
|
skim: 4.0.0 → 4.7.0
|
2026-06-12 19:26:49 +03:00 |
|
Austin Horstman
|
620e770acf
|
sketchybar-app-font: migrate to pnpm_11
pnpm 9 reached EOL on 2026-04-30. Migrate to pnpm_11 and bump
fetchPnpmDeps to fetcherVersion 4.
Related #529285
|
2026-06-08 13:36:47 -05:00 |
|