udpdate flake. update some pkgs
Some checks failed
Flake check / flake-check (pull_request) Failing after 1m2s
Build tests / build-hosts (pull_request) Successful in 2m3s

This commit is contained in:
sid 2026-05-27 19:26:41 +02:00
parent 86afbb213c
commit 998444f8f7
5 changed files with 21 additions and 22 deletions

View file

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