halloy: 2024.08 -> 2024.11 (#341510)

This commit is contained in:
Fabian Affolter 2024-09-23 08:38:48 +02:00 committed by GitHub
commit cad9e2e9be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 876 additions and 422 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,25 +13,26 @@
vulkan-loader,
wayland,
xorg,
alsa-lib,
}:
rustPlatform.buildRustPackage rec {
pname = "halloy";
version = "2024.8";
version = "2024.11";
src = fetchFromGitHub {
owner = "squidowl";
repo = "halloy";
rev = "refs/tags/${version}";
hash = "sha256-OxxXjenZjP+3KrkxyXYxOXRFmrYm3deeiCuGrhpnF2I=";
hash = "sha256-kmdsC0SQoL5gppzBhnF0LfOFj14zeI3C6SdCBiVoKj0=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"dpi-0.1.1" = "sha256-25sOvEBhlIaekTeWvy3UhjPI1xrJbOQvw/OkTg12kQY=";
"glyphon-0.5.0" = "sha256-+z2my51aUeK9txLZKVAyQcWJ6f2YDY1mjxfc8Xsqi8E=";
"iced-0.13.0-dev" = "sha256-eHlauEZibbuqK5mdkNP6gsy1z9qxqEDn/xfFw7W5TcY=";
"glyphon-0.5.0" = "sha256-OGXLqiMjaZ7gR5ANkuCgkfn/I7c/4h9SRE6MZZMW3m4=";
"iced-0.13.0-dev" = "sha256-XQUaI16lGEMGFxqK3UNd8jQfUiBzomxlT/I+yeZncFo=";
};
};
@ -43,6 +44,7 @@ rustPlatform.buildRustPackage rec {
buildInputs =
[
alsa-lib
libxkbcommon
openssl
vulkan-loader