Commit Graph

168 Commits

Author SHA1 Message Date
Masum Reza
7d0e50b00a
raycast: fix path in update script and bump to 1.84.10 (#353470) 2024-11-04 20:08:23 +05:30
Jake Cleary
6d8bf22ea0
raycast: 1.84.8 → 1.84.10 2024-11-03 19:07:43 +00:00
Jake Cleary
92ffc052da
raycast: fix path to pkg in passthru.updateScript 2024-11-03 19:07:42 +00:00
Jake Cleary
e6f9f9d541
raycast: add jakecleary (shout@jakecleary.net) as maintainer 2024-11-03 19:07:42 +00:00
R. Ryantm
4682fff1ed rage: 0.10.0 -> 0.11.0 2024-11-03 16:40:14 +00:00
DontEatOreo
eff4669302
raycast: move to pkgs/by-name 2024-10-31 15:24:04 +02:00
Patka
1bcee5ac7d
rainfrog: 0.2.7 -> 0.2.9
release notes: https://github.com/achristmascarl/rainfrog/releases/tag/v0.2.9
2024-10-27 10:57:03 +01:00
techknowlogick
0f934189dd railway: 3.15.1 -> 3.17.10
Diff: https://github.com/railwayapp/cli/compare/v3.15.1...v3.17.10

Changelog: https://github.com/railwayapp/cli/releases/tag/v3.17.10
2024-10-25 12:34:42 -04:00
Artturin
1ebf83ebee
raspberrypi-eeprom: Add flashrom to path (#343718) 2024-10-19 06:06:18 +03:00
Robert Schütz
0ebf6d5c02 radicale: 3.2.3 -> 3.3.0
Diff: https://github.com/Kozea/Radicale/compare/refs/tags/v3.2.3...v3.3.0

Changelog: https://github.com/Kozea/Radicale/blob/refs/tags/v3.3.0/CHANGELOG.md
2024-10-14 12:17:59 +02:00
R. Ryantm
854acbf525 rasm: 2.2.7 -> 2.2.8 2024-10-09 05:33:08 +00:00
Nick Cao
594de9581f
rainfrog: 0.2.6 -> 0.2.7 (#347292) 2024-10-08 16:42:45 -04:00
Patka
d0dcd8e98b
rainfrog: 0.2.6 -> 0.2.7
release notes: https://github.com/achristmascarl/rainfrog/releases/tag/v0.2.7
2024-10-08 16:45:24 +02:00
Benedikt Broich
f8d2755100
raider: move to by-name 2024-10-08 12:02:10 +02:00
R. Ryantm
a46bd85b09 railway: 3.14.1 -> 3.15.1 2024-10-01 19:04:05 +00:00
nartsisss
a3e3aa2583
rainfrog: 0.2.5 -> 0.2.6 2024-09-30 00:21:34 +03:00
R. Ryantm
e4eaf7c776 raspberrypi-eeprom: 2024.09.10-2712 -> 2024.09.23-2712 2024-09-28 03:45:40 +00:00
Weijia Wang
7c5794427f
ratchet: 0.9.2 -> 0.10.0 (#343749) 2024-09-27 02:43:23 +02:00
Aleksana
6de7b1dfe1
rana: init at 0.5.4 (#325911) 2024-09-26 15:43:46 +08:00
R. Ryantm
545aadd2f2 rainfrog: 0.2.4 -> 0.2.5 2024-09-26 03:57:23 +00:00
Patka
7cefd8416d rainfrog: init at 0.2.4
A database management TUI for postgres. https://github.com/achristmascarl/rainfrog
2024-09-25 16:02:10 +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
R. Ryantm
5ecbbed1ce railway: 3.14.0 -> 3.14.1 2024-09-23 18:18:43 +00:00
Ryan Cao
644f6061be
ratchet: 0.9.2 -> 0.10.0 2024-09-22 23:29:48 +08:00
MinerSebas
4f959fdb30 raspberrypi-eeprom: Add flashrom to path
The update script prefers to use flashrom to update raspberrypi 5 devices.
2024-09-22 15:08:19 +02:00
Robert Schütz
e537b1502b
raffi: 0.4.0 -> 0.5.1 (#342392) 2024-09-21 19:46:58 -07:00
R. Ryantm
74437ce964 rasm: 2.2.6 -> 2.2.7 2024-09-20 21:55:13 +00:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
Vincent Ambo
f6c31a3b66 radicle-explorer: init at 0.17.0
This commit adds radicle-explorer, a web interface for Radicle which displays
repositories, issues and patches.

The package builds the web interface itself, but a web server still needs to be
configured to serve it. This is out-of-scope for this commit, but may be added
to the related NixOS modules in the future.

The web interface is based on the API exposed by radicle-httpd. For this reason
the sources and version of the web interface have been tied directly to the
radicle-httpd package, necessitating corresponding updates on this package
whenever httpd is updated.

There's a little bit of fixed-point magic in this change to enable two features:

* Overriding build-time configuration (required to, for example, display a
  different Radicle seed by default). Documentation for this is available in the
  upstream repo.

* Building radicle-explorer without plausible, a web tracking package which
  sends user-data to a remote host by default.

These are configured through slightly different overriding mechanisms, but I
hope to simplify this in the future with some upstream patches.
2024-09-19 07:17:08 +00:00
R. Ryantm
c512277d2a raspberrypi-eeprom: 2024.07.30-2712 -> 2024.09.10-2712 2024-09-17 05:00:45 +00:00
R. Ryantm
7ca008e7b8 raffi: 0.4.0 -> 0.5.1 2024-09-16 20:31:23 +00:00
nixpkgs-merge-bot[bot]
cfe9dfe9c3
railway: 3.13.0 -> 3.14.0 (#341669) 2024-09-14 01:06:53 +00:00
R. Ryantm
9f4db6cbf8 railway: 3.13.0 -> 3.14.0 2024-09-13 21:09:33 +00:00
qubitnano
3da9f7c158 raze: wrap vulkan-loader 2024-09-12 21:58:25 -04:00
Lorenz Leutgeb
6f5b0ef201 radicle-node: 1.0.0-rc.17 → 1.0.0 2024-09-10 13:54:51 +02:00
R. Ryantm
3ab46c9f85 raspberrypi-eeprom: 2024.06.05-2712 -> 2024.07.30-2712 2024-09-05 15:42:15 +00:00
Florian
f7b5d44018
radicle-node: 1.0.0-rc.14 -> 1.0.0-rc.17 (#338983) 2024-09-04 15:42:55 +02:00
Florian Brandes
2f0d100ce4
radicle-node: 1.0.0-rc.16 -> 1.0.0-rc.17
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-09-04 08:34:31 +02:00
Florian
d1d7733013
radicle-httpd: 0.15.0 -> 0.17.0 (#338980) 2024-09-02 17:20:31 +02:00
Marcus Ramberg
281bd586ee
radio-cli: init at 2.3.1 (#330817) 2024-09-02 16:33:44 +02:00
Florian Brandes
6280d2eadb
radicle-node: 1.0.0-rc.14 -> 1.0.0-rc.16
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-09-02 12:56:47 +02:00
Florian Brandes
83f2253514
radicle-httpd: 0.15.0 -> 0.17.0
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-09-02 12:34:14 +02:00
luftmensch-luftmensch
46cfae2907
radio-cli: init at 2.3.1 2024-09-02 08:38:08 +02:00
Kerstin Humm
4de50c9c5c
radicale: 3.2.1 -> 3.2.3
Changelog: https://github.com/Kozea/Radicale/releases/tag/v3.2.3
2024-08-30 11:33:10 +02:00
Pol Dellaiera
3bdb21ef9a
rabbit: 2.1.0 -> 2.2.0
Diff: https://github.com/natarajan-chidambaram/RABBIT/compare/refs/tags/2.1.0...2.2.0
2024-08-28 23:13:25 +02:00
Sandro
8aa6fbde77
rathole: 0.5.0 -> 0.5.0-unstable-2024-06-06 (#337095) 2024-08-27 14:09:38 +02:00
nixpkgs-merge-bot[bot]
bb0d7fa0f2
railway: 3.12.2 -> 3.13.0 (#337603) 2024-08-27 01:55:29 +00:00
R. Ryantm
b706033252 railway: 3.12.2 -> 3.13.0 2024-08-27 00:30:51 +00:00
Sergei Zimmerman
7fcb06ad6d rathole: 0.5.0 -> 0.5.0-unstable-2024-06-06
- Update to [be14d12](https://github.com/rapiz1/rathole/commit/be14d12),
  which has Rust 1.80 fixes
- Re-enable doCheck
- Add myself as maintainer
- Sort meta attributes
- Remove with lib; usage
- Drop changelog for unstable version, since upstream
  does not track unreleased changes
2024-08-27 00:31:26 +03:00