norisk client update

This commit is contained in:
joy 2024-11-18 17:52:21 +01:00
parent d0ec70972b
commit 0a2e2faa0a
2 changed files with 4 additions and 3 deletions

View file

@ -10,11 +10,11 @@
// { // {
noriskclient = pkgs.appimageTools.wrapType1 { noriskclient = pkgs.appimageTools.wrapType1 {
name = "noriskclient"; name = "noriskclient";
version = "0.5.11"; version = "0.5.13";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/NoRiskClient/noriskclient-launcher/releases/download/v0.5.11/NoRiskClient-Linux.AppImage"; url = "https://github.com/NoRiskClient/noriskclient-launcher/releases/download/v0.5.13/NoRiskClient-Linux.AppImage";
hash = "sha256-Y0TSMQkJhpEgOgPbJwEK3vW85qYnnj69bRp5V7lhd/Q="; hash = "sha256-Zg5kgoOLvBKyphYA32E+Jd4uGgYGQEameDFF85eiejA=";
}; };
}; };
}; };

View file

@ -12,5 +12,6 @@
environment.systemPackages = with pkgs; [lact]; environment.systemPackages = with pkgs; [lact];
systemd.packages = with pkgs; [lact]; systemd.packages = with pkgs; [lact];
systemd.services.lactd.wantedBy = ["multi-user.target"]; systemd.services.lactd.wantedBy = ["multi-user.target"];
hardware.amdgpu.initrd.enable = true;
}; };
} }