Commit 62d75959 authored by R. RyanTM's avatar R. RyanTM
Browse files

avdl: 0.1.5+1.12.1 -> 0.1.6+1.12.1

parent 76e87812
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "avdl";
  version = "0.1.5+1.12.1";
  version = "0.1.6+1.12.1";

  src = fetchFromGitHub {
    owner = "jonhoo";
    repo = "avdl";
    rev = "v${finalAttrs.version}";
    hash = "sha256-/YGDtezPMMdogk8eGoHgqt8B0t6SNA3TVqroLOOANxs=";
    hash = "sha256-ReTsyIZ+w7wWhREmkZT6tNsEFkpF2KVJsFAhCfL5CZQ=";
    fetchSubmodules = true;
  };

  cargoHash = "sha256-QPC58tt7e8O/KJyE3c5mdLMyEt37hKG9lEDBs47prAQ=";
  cargoHash = "sha256-WiAPUD5AAsYSxJ5tn8/6ZjMf3hEOtTXzOMIVXd6f9l0=";

  meta = {
    description = "Rust port of avro-tools' IDL tooling";