From 77361da1e59ec800db78d045a857027369fdc488 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Mon, 10 Jul 2023 09:51:21 -0500 Subject: [PATCH] rqbit: 2.1.5 -> 2.2.0 Diff: https://github.com/ikatson/rqbit/compare/v2.1.5...v2.2.0 --- pkgs/applications/networking/p2p/rqbit/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/p2p/rqbit/default.nix b/pkgs/applications/networking/p2p/rqbit/default.nix index 1364acc16cce..f8b151ac339a 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 ];