update flake. update pkgs. new hp api
All checks were successful
Build tests / build-hosts (pull_request) Successful in 3m51s
Flake check / flake-check (pull_request) Successful in 3m50s

This commit is contained in:
sid 2026-04-15 22:23:01 +02:00
parent 9721481a69
commit b29b0895a5
8 changed files with 33 additions and 33 deletions

View file

@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "baibot";
version = "1.14.3";
version = "1.18.0";
src = fetchFromGitHub {
owner = "etkecc";
repo = "baibot";
rev = "v${version}";
hash = "sha256-bFUijsvwUQhISjWVoVvoDXNSDPaWZTunqUfxfgaxclM=";
hash = "sha256-TwtN8tEml/z0Js78jjWzEYV58Dg8a5YKxdEU9hBDtNs=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-/7KSCVWuxTk7gKOYxE/uQ5T0BnYlDYWOvdFXEiU9mB0=";
cargoHash = "sha256-2TJsFT+I7JG1DauEOvB8HluMDb1vW0qXD/mzzSlAfew=";
nativeBuildInputs = [
pkg-config