Unverified Commit e5e6021e authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

rio: 0.2.14 -> 0.2.16 (#408644)

parents eaca26f1 6b771c48
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.14";
  version = "0.2.16";

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

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

  nativeBuildInputs =
    [