mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
Wave update
This commit is contained in:
parent
60ec323686
commit
8996f62363
2 changed files with 3 additions and 2 deletions
|
|
@ -355,4 +355,5 @@ in
|
|||
};
|
||||
|
||||
programs.eza.enable = true;
|
||||
programs.waveterm.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
final: prev: {
|
||||
waveterm = prev.waveterm.overrideAttrs (oldAttrs: rec {
|
||||
version = "0.13.1";
|
||||
version = "0.14.0";
|
||||
|
||||
src = prev.fetchurl {
|
||||
url = "https://github.com/wavetermdev/waveterm/releases/download/v${version}/waveterm-linux-amd64-${version}.deb";
|
||||
sha256 = "q2rdc/DpVVRDK2X9QyS8w7gkHZAQR+Wopn40Vip9CeE=";
|
||||
sha256 = "";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue