Commit Graph

83 Commits

Author SHA1 Message Date
aleksana
8093ed7a51 scope-tui: add aleksana to maintainers 2024-07-16 17:00:40 +08:00
aleksana
5f134632ff scope-tui: 0-unstable-2024-03-16 -> 0.3.0-unstable-2024-05-06 2024-07-16 16:59:22 +08:00
R. Ryantm
3e5dae7701 scip-go: 0.1.14 -> 0.1.15 2024-07-12 19:00:01 +00:00
Nick Cao
2d6ce755ad
Merge pull request #324236 from r-ryantm/auto-update/scc
scc: 3.3.4 -> 3.3.5
2024-07-04 13:35:56 -04:00
matthewcroughan
b7bd9f06e0 scion: use mattn/go-sqlite3 instead of modernc.org/sqlite
This may help with path database corruption issues during power outage.
mattn/go-sqlite3 is a CGO wrapper for the official sqlite
implementation, whereas modernc/sqlite is transpiled from C
2024-07-03 09:08:58 +02:00
R. Ryantm
29b65dda09 scc: 3.3.4 -> 3.3.5 2024-07-03 06:07:35 +00:00
matthewcroughan
2076935e3d scion-apps: init at unstable-2024-04-05 2024-06-27 11:52:34 +02:00
lassulus
7ded518bde
Merge pull request #315075 from arikgrahl/scip-go
scip-go: init at 0.1.14
2024-06-25 20:44:07 +02:00
h7x4
f1d86d9272
Merge pull request #312366 from r-ryantm/auto-update/scc
scc: 3.3.3 -> 3.3.4
2024-06-12 21:48:35 +02: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
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
R. Ryantm
6f93c3d348 scc: 3.3.3 -> 3.3.4 2024-06-02 17:44:27 +02:00
Arik Grahl
9ed3d240c9 scip-go: init at 0.1.14 2024-05-27 14:31:23 +02:00
Sigmanificient
cc8120d3ff pkgs/by-name: remove unuseed fetchpatch arguments 2024-05-24 02:49:58 +02:00
Matthias Beyer
d958b9934d
Merge pull request #308392 from r-ryantm/auto-update/scotch
scotch: 6.1.1 -> 7.0.4
2024-05-22 12:19:45 +02:00
R. Ryantm
8180d2afe0 screenly-cli: 0.2.6 -> 0.2.7 2024-05-21 00:18:39 +00:00
Robert James Hernandez
b8ef7d3874 scion: 0.10.0 -> 0.11.0
Includes removal of TestOpensslCompatible skipTest, skipTest function,
and patch upstreamed in 0.11.0
2024-05-16 13:13:41 +00:00
uncenter
a01cf4d989
scc: move to by-name 2024-05-12 00:21:29 -04:00
Jon Seager
7d28a01255
screenly-cli: 0.2.5 -> 0.2.6 2024-05-10 10:13:11 +01:00
R. Ryantm
5d66721a92 scotch: 6.1.1 -> 7.0.4 2024-05-01 23:33:04 +00:00
Aleksana
408a43cf9c
Merge pull request #308004 from TomaSajt/scotch
scotch: use fetchFromGitLab, format and move to pkgs/by-name
2024-05-01 21:18:49 +08:00
TomaSajt
285278da98
scotch: use fetchFromGitLab and format 2024-04-30 15:53:31 +02:00
TomaSajt
5f1a99cdaa
scotch: move to pkgs/by-name 2024-04-30 15:37:24 +02:00
éclairevoyant
21a82bb1af
scenefx: init at 0.1 2024-04-29 15:35:15 -04:00
R. Ryantm
253613dd33 scalingo: 1.31.0 -> 1.32.0 2024-04-27 02:47:01 +00:00
Jon Seager
ea97563cf1
scrutiny: 0.8.0 -> 0.8.1
Also driveby to add the changelog attribute to meta
2024-04-11 08:02:56 +01:00
R. Ryantm
b5667ef42c scrutiny-collector: 0.8.0 -> 0.8.1 2024-04-09 20:05:56 +00:00
Aleksana
340cf58808
Merge pull request #296435 from iynaix/init-scope-tui
scope-tui: init at 0-unstable-2024-03-16
2024-04-08 00:38:12 +08:00
matthewcroughan
df7c06fe94 scion-bootstrapper: init at 0.0.7 2024-03-30 17:34:48 +01:00
matthewcroughan
43310164e4 scion: add passthru.tests 2024-03-27 08:02:59 +00:00
matthewcroughan
716f10c176 scion: rename binaries
These are the names of the binaries as they are distributed in some
places. Upstream systemd services even depend upon these names, it is
going to be helpful to keep this naming consistent, for bootstrapping
2024-03-27 07:04:35 +00:00
matthewcroughan
4e9dc84506 scion: buildGo121Modules -> buildGoModule
made possible by an upstream fix to golden test conditions
2024-03-25 21:49:16 +00:00
Jon Seager
0ae1490b65
screenly-cli: 0.2.4 -> 0.2.5 2024-03-25 10:14:04 +00:00
matthewcroughan
b0da52a02f scion: use buildGo121Module 2024-03-24 11:23:35 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Jon Seager
f8999bd43b
scrutiny-collector: add nix-update-script 2024-03-18 08:33:55 +00:00
Jon Seager
ea47f5e75c
scrutiny: add nix-update-script 2024-03-18 08:33:44 +00:00
Jon Seager
7b9b395e9b
scrutiny: 0.7.3 -> 0.8.0 2024-03-18 08:30:15 +00:00
Lin Xianyi
2a3a8b0359 scope-tui: init at 0-unstable-2024-03-16 2024-03-16 22:46:58 +08:00
R. Ryantm
ff2505fbfd scalingo: 1.30.1 -> 1.31.0 2024-03-15 00:38:05 +00:00
R. Ryantm
1be367110c scrutiny-collector: 0.7.3 -> 0.8.0 2024-03-14 02:35:41 +00:00
github-actions[bot]
100a9b96ce
Merge master into staging-next 2024-03-05 00:01:58 +00:00
Robert James Hernandez
989bc7bc16 scion: add matthewcroughan as maintainer 2024-03-04 21:33:08 +00:00
Robert James Hernandez
40b12aec80 scion: init at 0.10.0 2024-03-04 21:33:08 +00:00
github-actions[bot]
18bc3c64e6
Merge master into staging-next 2024-03-01 12:00:58 +00:00
Jon Seager
0f5c4e1f13
screenly-cli: add nix-update-script 2024-03-01 10:47:11 +00:00
Jon Seager
94a7ad6f8f
screenly-cli: 0.2.3 -> 0.2.4 2024-03-01 10:47:09 +00:00
github-actions[bot]
c7d7e4a7a5
Merge staging-next into staging 2024-02-29 18:01:30 +00:00
R. Ryantm
942488076d scitokens-cpp: 1.1.0 -> 1.1.1 2024-02-29 04:30:29 +00:00
github-actions[bot]
50d12072e0
Merge staging-next into staging 2024-02-26 12:01:37 +00:00