Merge pull request #299064 from marsam/update-rqbit

rqbit: 5.5.0 -> 5.5.3
This commit is contained in:
Mario Rodas 2024-03-25 22:38:24 -05:00 committed by GitHub
commit 41f0ccb8c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 338 additions and 278 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "rqbit";
version = "5.5.0";
version = "5.5.3";
src = fetchFromGitHub {
owner = "ikatson";
repo = "rqbit";
rev = "v${version}";
hash = "sha256-3Wqej2Zb/RxxOOhWscZiyafGftl3ShozqVkUF7V0fP4=";
hash = "sha256-r/ff/Z/nsmQEWCVvmS0hGKXRuzIoDGhzfIRAxC6EaZk=";
};
cargoLock = {