about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-07-10 18:35:53 -0500
committerGitHub <noreply@github.com>2023-07-10 18:35:53 -0500
commitd5e2bee79ba131d56db29e9f65c04ef871c58780 (patch)
tree5adaad775d487d6736629a4a28e7a7bd4b3f934a
parentb2beb5cc272cc398c60612c758eaa3f8552b82ef (diff)
parent77361da1e59ec800db78d045a857027369fdc488 (diff)
Merge pull request #242639 from marsam/update-rqbit
rqbit: 2.1.5 -> 2.2.0
-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 1364acc16cced..f8b151ac339ad 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.5";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "ikatson";
     repo = "rqbit";
     rev = "v${version}";
-    sha256 = "sha256-AzlYeHPCDri/FxAh5R5AES+OAfzhwqB8/ewRwDU1nnU=";
+    hash = "sha256-RF/3eICbqYXSuOWTvRBImiLPWIh4Oip37S5gqoSmDzE=";
   };
 
-  cargoSha256 = "sha256-CqEnQNbwiB6+zM8gWhplvFPblKp+mPMAtnHP8JZiKv4=";
+  cargoHash = "sha256-wawlqnPYCLEkR9XpTQRZqG+wsqN/Nd5Q1IXpE6ikmY4=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];