mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
overlayupdt
This commit is contained in:
parent
91986ec122
commit
a3b7306675
1 changed files with 2 additions and 2 deletions
|
|
@ -8,13 +8,13 @@ in
|
|||
{
|
||||
halloy = rustPlatform.buildRustPackage rec {
|
||||
pname = "halloy";
|
||||
version = "2026.3";
|
||||
version = "2026.4";
|
||||
|
||||
src = super.fetchFromGitHub {
|
||||
owner = "squidowl";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-lIPLJSiQmDBpFgKALjT/hSdiY5YfQkIZo8LdrxPHGqs=";
|
||||
sha256 = "";
|
||||
};
|
||||
|
||||
# RUSTC_BOOTSTRAP = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue