Gaetan Lepage
2025-06-28 15:21:24 +02:00
parent 7ae0be94c6
commit ac3c394f9b
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "md-tui";
version = "0.8.7";
version = "0.9.0";
src = fetchFromGitHub {
owner = "henriklovhaug";
repo = "md-tui";
tag = "v${version}";
hash = "sha256-O+EIhh83nIYE2GWaThkDLIVsYsg62g/6ksS+1fKm4AY=";
hash = "sha256-K+s4p0d4b3c8Xqw8RGaEZb62zsbKo84J0yXM4j+n95I=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-h0ikwdGmyBsCJvILJTlDd9x0DXYwblfBcK2wuWHmjYA=";
cargoHash = "sha256-AgWOjsa6n4kaXjQSCqW4lYqhhMqvdemEFlCJp99KiUg=";
nativeBuildInputs = [ pkg-config ];