Gaetan Lepage
2026-04-29 22:07:32 +00:00
parent b4c0f0107e
commit b6f5012d30
+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 ];