markuplinkchecker: 0.22.0 -> 1.0.0

This commit is contained in:
R. Ryantm 2025-07-08 02:23:24 +00:00 committed by Weijia Wang
parent 877118771f
commit c84bd6c750

View File

@ -6,7 +6,7 @@
openssl,
}:
let
version = "0.22.0";
version = "1.0.0";
in
rustPlatform.buildRustPackage {
pname = "markuplinkchecker";
@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
owner = "becheran";
repo = "mlc";
rev = "v${version}";
hash = "sha256-3saRIAKVTCi145hoD0SGPloCeIwVKR3Wp3Qo3zo9g7k=";
hash = "sha256-Bj1Yf+lrKwMvYnE/YVb+KC8tZtRr2OkWoYxQChLINyY=";
};
cargoHash = "sha256-DHpOReEdufQ4++74CJDnW6EJtUwhtq+RgZ6hVGqHkKE=";
cargoHash = "sha256-r3LGWJ5RsvWRXNVXWIM83quC3AT8T+WDfSJnD3sVoOM=";
nativeBuildInputs = [ pkg-config ];