Commit 7852f421 authored by Mario Rodas's avatar Mario Rodas
Browse files
parent b1940d0b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

rustPlatform.buildRustPackage rec {
  pname = "rbw";
  version = "1.9.0";
  version = "1.10.0";

  src = fetchzip {
    url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz";
    sha256 = "sha256-NjMH99rmJYbCxDdc7e0iOFoslSrIuwIBxuHxADp0Ks4=";
    hash = "sha256-uJ1QLEaab/Vb5GiAmbwjve3Y/3SM2XbNTRTvl2vPDYc=";
  };

  cargoHash = "sha256-AH35v61FgUQe9BwDgVnXwoVTSQduxeMbXWy4ga3WU3k=";
  cargoHash = "sha256-tDgkANbUmNLe3us+05gD9IS0f+RTQBXTGvuz2cr2zYY=";

  nativeBuildInputs = [
    installShellFiles