Commit 7a536c71 authored by R. RyanTM's avatar R. RyanTM
Browse files

rio: 0.2.16 -> 0.2.18

parent 047f31d2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -53,17 +53,17 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "rio";
  version = "0.2.16";
  version = "0.2.18";

  src = fetchFromGitHub {
    owner = "raphamorim";
    repo = "rio";
    rev = "v${version}";
    hash = "sha256-m2DAJ8kSD5Z13ycMQGz1RHrarnObhHl9wrXxG+kaaZk=";
    hash = "sha256-VEiurf5y3BAQ2UCl0AKBL4fz36F8RH+GOpJwCZxSnMg=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-heitZrB+LDQ8sWDCYjK31GiajUC6x4T/f4+G3YcyX1Q=";
  cargoHash = "sha256-d7t6XbJs5D8QXyDfXfOqeP6ZhYobcyRADD2SAZX+YQA=";

  nativeBuildInputs =
    [