about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-12-04 17:33:33 -0500
committerGitHub <noreply@github.com>2022-12-04 17:33:33 -0500
commitb44f78a2c76e2461f6a89eb487bcd03f9fe17bfb (patch)
treece5a34544d42708e8302597530bd7b6d24fce6ca /pkgs
parent9bd0730b274640c1f9900d9cf592faa7f2b68d1f (diff)
parent68e26554ec7d4d475e6aeade693247add71abe3b (diff)
Merge pull request #204496 from marsam/update-rqbit
rqbit: 2.1.4 -> 2.1.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/p2p/rqbit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/p2p/rqbit/default.nix b/pkgs/applications/networking/p2p/rqbit/default.nix
index 40f6f1ed4edb3..1364acc16cced 100644
--- a/pkgs/applications/networking/p2p/rqbit/default.nix
+++ b/pkgs/applications/networking/p2p/rqbit/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rqbit";
-  version = "2.1.4";
+  version = "2.1.5";
 
   src = fetchFromGitHub {
     owner = "ikatson";
     repo = "rqbit";
     rev = "v${version}";
-    sha256 = "sha256-PkU3QJvAK2b1KQC1o5md35iucjq+SYoKAGxqiojf4rw=";
+    sha256 = "sha256-AzlYeHPCDri/FxAh5R5AES+OAfzhwqB8/ewRwDU1nnU=";
   };
 
-  cargoSha256 = "sha256-Jj2CK3nwktv2MU+EHXzQ/lKDUlC+4HkaItMTtoGF1Pw=";
+  cargoSha256 = "sha256-CqEnQNbwiB6+zM8gWhplvFPblKp+mPMAtnHP8JZiKv4=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];