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

This commit is contained in:
kirillrdy
2026-04-30 10:22:38 +00:00
committed by GitHub
+6 -3
View File
@@ -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 ];