Unverified Commit 317484b1 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #279448 from TornaxO7/bump-rio

rio: 0.0.33 -> 0.0.34
parents 702762fa fa07b7c2
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.33";
  version = "0.0.34";

  src = fetchFromGitHub {
    owner = "raphamorim";
    repo = "rio";
    rev = "v${version}";
    hash = "sha256-/SpSOcxuEL2vsqbZAqbjTgnLhcyr0/ckfvcI1nwkWFg=";
    hash = "sha256-UHA2j7NOPBl7qrCu5bWLHjpVgWxlydtj0F7lfAlQZXg=";
  };

  cargoHash = "sha256-hXO/hdHmYjbwR3Ae5VV/HB1SVp/jhY05fIxi04n7X/Y=";
  cargoHash = "sha256-xqLticREnGxsuo2d7d3VaFWbGJ5A1L7GvDwV7qQ61xs=";

  nativeBuildInputs = [
    ncurses