about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-23 00:59:35 -0500
committerGitHub <noreply@github.com>2023-11-23 00:59:35 -0500
commit860e25b5293f908ce1f6c78551a69253ee602fa2 (patch)
treeca6bdf8f30ba0af0e302b9121888e89de918f8a5 /pkgs/by-name
parent05f0b2ab961f819d10357fa2c351ad68acd43c4a (diff)
parent7eeb6a2856ede52861747a062462dbe2a1793035 (diff)
Merge pull request #269089 from marsam/update-rqbit
rqbit: 2.2.2 -> 3.1.0
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/rq/rqbit/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/rq/rqbit/package.nix b/pkgs/by-name/rq/rqbit/package.nix
index 0505cbb1b69ef..078fd7a9b35d9 100644
--- a/pkgs/by-name/rq/rqbit/package.nix
+++ b/pkgs/by-name/rq/rqbit/package.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rqbit";
-  version = "2.2.2";
+  version = "3.2.0";
 
   src = fetchFromGitHub {
     owner = "ikatson";
     repo = "rqbit";
     rev = "v${version}";
-    hash = "sha256-9yYHxlvRlO8iJ3SPi0+4lEgBgAaqaDffKChqAe4OsYU=";
+    hash = "sha256-c0JYFr2yy1lcaJ+xOZnFsGzPVGPoFgCiFTGDlDaHdZk=";
   };
 
-  cargoHash = "sha256-dUQiW6J3Wycp5D3mAwGwruU6CkQ534OyP1GdsY7jzEw=";
+  cargoHash = "sha256-VnkAokOC5xSqO7MVASssKs0EqQ+re5EsEar4eLspTSA=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];