halloy update cargo

This commit is contained in:
death916 2026-02-25 02:22:05 -08:00
parent c9283862f9
commit 3432c2170e

View file

@ -1,12 +1,12 @@
self: super:
let
nightlyRustPlatform = super.makeRustPlatform {
cargo = super.rust-bin.stable.latest.default;
rustc = super.rust-bin.stable.latest.default;
rustPlatform = super.makeRustPlatform {
cargo = super.rust-bin.stable."1.92.0".default;
rustc = super.rust-bin.stable."1.92.0".default;
};
in
{
halloy = nightlyRustPlatform.buildRustPackage rec {
halloy = rustPlatform.buildRustPackage rec {
pname = "halloy";
version = "2026.3";