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]] [[package]]
name = "librqbit" name = "librqbit"
version = "5.4.1" version = "5.4.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"axum 0.7.3", "axum 0.7.3",
@ -2025,7 +2025,7 @@ dependencies = [
[[package]] [[package]]
name = "rqbit" name = "rqbit"
version = "5.4.1" version = "5.4.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",

View File

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