Merge pull request #282575 from marsam/update-rqbit

rqbit: 5.4.1 -> 5.4.2
This commit is contained in:
Mario Rodas 2024-01-21 09:24:36 -05:00 committed by GitHub
commit 5e2aa82c00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1253,7 +1253,7 @@ dependencies = [
[[package]]
name = "librqbit"
version = "5.4.1"
version = "5.4.2"
dependencies = [
"anyhow",
"axum 0.7.3",
@ -2025,7 +2025,7 @@ dependencies = [
[[package]]
name = "rqbit"
version = "5.4.1"
version = "5.4.2"
dependencies = [
"anyhow",
"bytes",

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "rqbit";
version = "5.4.1";
version = "5.4.2";
src = fetchFromGitHub {
owner = "ikatson";
repo = "rqbit";
rev = "v${version}";
hash = "sha256-dD9nGxyUA+Vw5efB4eXdz4WdxXlwyhT6mSyblcX65Bs=";
hash = "sha256-ZC68RQi0UcdALKVgwRUyO0+ZmKtGMjudYQabsAnghzg=";
};
cargoLock = {