Unverified Commit 6220a040 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

rio: 0.2.10 -> 0.2.12 (#396524)

parents e0754b43 f8010113
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.10";
  version = "0.2.12";

  src = fetchFromGitHub {
    owner = "raphamorim";
    repo = "rio";
    rev = "v${version}";
    hash = "sha256-zDik7uHbg177Np9ukX3yZnQSYbuyif7fh+gxCoeeDvU=";
    hash = "sha256-NAg8Hm90CxRt3rthFas8IyAjc1oj/PSRjjG/5R68CD8=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-N2CyZBKfpLT9vkTtIhhJy/PeMT6Iic5WJYc8yYWZbEs=";
  cargoHash = "sha256-myOZNiLdc9430jn5bSKtGmW4dY4yo7wt2Mf3dEQZaSs=";

  nativeBuildInputs =
    [