about summary refs log tree commit diff
path: root/pkgs/by-name/rq
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-21 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-11-21 04:20:00 +0000
commit7eeb6a2856ede52861747a062462dbe2a1793035 (patch)
treee8e8a971ca421d0dc5af1ff16e677821f45c6b29 /pkgs/by-name/rq
parent681e1e07bf6adbccfa002659a7b3dcea6787a279 (diff)
rqbit: 3.1.0 -> 3.2.0
Diff: https://github.com/ikatson/rqbit/compare/v3.1.0...v3.2.0
Diffstat (limited to 'pkgs/by-name/rq')
-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 cb919a198cbff..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 = "3.1.0";
+  version = "3.2.0";
 
   src = fetchFromGitHub {
     owner = "ikatson";
     repo = "rqbit";
     rev = "v${version}";
-    hash = "sha256-bPLbraHxP/rV9OJROOx8nULycAsmwPzF3LGkgQFRfBk=";
+    hash = "sha256-c0JYFr2yy1lcaJ+xOZnFsGzPVGPoFgCiFTGDlDaHdZk=";
   };
 
-  cargoHash = "sha256-j4iW9/ixoUu8W9yAhqIsflBQKRFiCbEtUVHhb775ezA=";
+  cargoHash = "sha256-VnkAokOC5xSqO7MVASssKs0EqQ+re5EsEar4eLspTSA=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];