Unverified Commit 2fff8e67 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

rio: 0.2.37 -> 0.3.1 (#506891)

parents 8f223430 cbdf299c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -50,16 +50,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "rio";
  version = "0.2.37";
  version = "0.3.1";

  src = fetchFromGitHub {
    owner = "raphamorim";
    repo = "rio";
    tag = "v${finalAttrs.version}";
    hash = "sha256-5otVXZf8C1yGpfJ8EC5cs8a97KB3+EOI8ulnCI1dspU=";
    hash = "sha256-RJRWcwqrmlK398lAh8LIkUj595ESKEyNwkC+V2hoKAE=";
  };

  cargoHash = "sha256-MGCH3l37ldBYygRv7IMDV5Coy1kjMi1a7ihjRS63ESA=";
  cargoHash = "sha256-gqUWK97xPrPpKkRsPA6oaZVJWKiq+l1I8WsHufVSjbo=";

  nativeBuildInputs = [
    rustPlatform.bindgenHook