markuplinkchecker: 1.0.0 -> 1.2.0 (#471792)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-17 20:23:10 +00:00
committed by GitHub
@@ -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 ];