markuplinkchecker: 1.0.0 -> 1.2.0

This commit is contained in:
R. Ryantm
2025-12-17 20:09:39 +00:00
parent 233f4672b9
commit 0801a8b9f2
@@ -6,7 +6,7 @@
openssl,
}:
let
version = "1.0.0";
version = "1.2.0";
in
rustPlatform.buildRustPackage {
pname = "markuplinkchecker";
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
owner = "becheran";
repo = "mlc";
rev = "v${version}";
hash = "sha256-Bj1Yf+lrKwMvYnE/YVb+KC8tZtRr2OkWoYxQChLINyY=";
hash = "sha256-6v4tRCtoABbb0bwOagEGHk2QoUs3u/AnME5g7vhbkI4=";
};
cargoHash = "sha256-r3LGWJ5RsvWRXNVXWIM83quC3AT8T+WDfSJnD3sVoOM=";
cargoHash = "sha256-W4aOrKnRDAvHC4c+7e/XYSOgB/wFExqQhimaPJNiJk8=";
nativeBuildInputs = [ pkg-config ];