Gaetan Lepage
2026-06-05 21:41:16 +00:00
parent 4dc5c9c472
commit e00ab5e88f
+3 -4
View File
@@ -8,19 +8,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "md-tui";
version = "0.10.0";
version = "0.10.1";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "henriklovhaug";
repo = "md-tui";
tag = "v${finalAttrs.version}";
hash = "sha256-ZyCPaeY1fcUEx5LNHlp84BJ525BTeqiwLGxvGElWIVA=";
hash = "sha256-bFL84y0735L93x0nWkKAAmTDMdZzs5DDoxqbQhgXUMQ=";
};
cargoHash = "sha256-E/WW3LnD5qVJciyOYmAZSVBhXKRuTgEHbV0UHC18+Vw=";
cargoHash = "sha256-xR9bWWDxerP2zGAb43ZWONLcsbmUn8KzMXwDEmrjioU=";
nativeBuildInputs = [ pkg-config ];