halloy: 2024.12 -> 2024.14 (#359000)

This commit is contained in:
Donovan Glover
2024-12-27 16:57:19 +00:00
committed by GitHub
2 changed files with 4 additions and 6099 deletions
-6089
View File
File diff suppressed because it is too large Load Diff
+4 -10
View File
@@ -18,23 +18,17 @@
rustPlatform.buildRustPackage rec {
pname = "halloy";
version = "2024.12";
version = "2024.14";
src = fetchFromGitHub {
owner = "squidowl";
repo = "halloy";
rev = "refs/tags/${version}";
hash = "sha256-NEm6qsU/Kes1rtNCsEauShpJZzrhBtOqo70uzrWpYtE=";
hash = "sha256-Tns0Jd5v+lizU7NMVqS/hoqjHhmqrc9VVawjoZvhk78=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"dpi-0.1.1" = "sha256-25sOvEBhlIaekTeWvy3UhjPI1xrJbOQvw/OkTg12kQY=";
"glyphon-0.5.0" = "sha256-OGXLqiMjaZ7gR5ANkuCgkfn/I7c/4h9SRE6MZZMW3m4=";
"iced-0.13.0-dev" = "sha256-VXaE4+qXakYSyO5rcBbCe4QuJv/oguxdqUEbhXfmh2U=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-K1xbJK7kJsDON+Nd8cUK+yZO2sAXAnA9bcYz7bTSbro=";
nativeBuildInputs = [
copyDesktopItems