Unverified Commit ca3e6198 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #242993 from marsam/update-rqbit

rqbit: 2.2.0 -> 2.2.1
parents 9a1074ae 9a971216
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "rqbit";
  version = "2.2.0";
  version = "2.2.1";

  src = fetchFromGitHub {
    owner = "ikatson";
    repo = "rqbit";
    rev = "v${version}";
    hash = "sha256-RF/3eICbqYXSuOWTvRBImiLPWIh4Oip37S5gqoSmDzE=";
    hash = "sha256-7n+T+y60RjmZC7bE96Ljg0xVg4bSzV/LFgezTld4zfI=";
  };

  cargoHash = "sha256-wawlqnPYCLEkR9XpTQRZqG+wsqN/Nd5Q1IXpE6ikmY4=";
  cargoHash = "sha256-hcuZ4hqGJT/O7vFefKPGZlkqhdsAl5LGAcSRQAEopnM=";

  nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];