Unverified Commit 810392ce authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #315249 from r-ryantm/auto-update/rio

rio: 0.0.37 -> 0.0.39
parents 5bf588d8 be2eda69
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -51,16 +51,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "rio";
  version = "0.0.37";
  version = "0.0.39";

  src = fetchFromGitHub {
    owner = "raphamorim";
    repo = "rio";
    rev = "v${version}";
    hash = "sha256-rY5nuZcMbK9PYxfGYdVheOOVIC4I/11EOWpNmG6gH9A=";
    hash = "sha256-pnU2wxgopHMWgJ7JGdO2P/MCfxqCY7MTEE39qtD0XKw=";
  };

  cargoHash = "sha256-tHcUMxe9HwTzm2oDwaTyuh+UZUwW64xPX/cftxqZoz8=";
  cargoHash = "sha256-GwI2zHX1YcR4pC+qtkDoxx2U+zipbqqxsCI8/XNg2BU=";

  nativeBuildInputs = [
    ncurses