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: self: super:
let let
nightlyRustPlatform = super.makeRustPlatform { rustPlatform = super.makeRustPlatform {
cargo = super.rust-bin.stable.latest.default; cargo = super.rust-bin.stable."1.92.0".default;
rustc = super.rust-bin.stable.latest.default; rustc = super.rust-bin.stable."1.92.0".default;
}; };
in in
{ {
halloy = nightlyRustPlatform.buildRustPackage rec { halloy = rustPlatform.buildRustPackage rec {
pname = "halloy"; pname = "halloy";
version = "2026.3"; version = "2026.3";