Unverified Commit c3fc184b authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

md-tui: 0.9.5 -> 0.10.0 (#514874)

parents 84a255aa b6f5012d
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -8,16 +8,19 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "md-tui";
  version = "0.9.5";
  version = "0.10.0";

  __structuredAttrs = true;
  strictDeps = true;

  src = fetchFromGitHub {
    owner = "henriklovhaug";
    repo = "md-tui";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Y6AkkZc9d+I4vVeyGnkShHBAAM70shKCWaZpJxn0a0k=";
    hash = "sha256-ZyCPaeY1fcUEx5LNHlp84BJ525BTeqiwLGxvGElWIVA=";
  };

  cargoHash = "sha256-3iD5xp+v9xz5Ru/OGR8SBMmuAioS7usjtfbCgWaizzs=";
  cargoHash = "sha256-E/WW3LnD5qVJciyOYmAZSVBhXKRuTgEHbV0UHC18+Vw=";

  nativeBuildInputs = [ pkg-config ];