Unverified Commit 81ce91ea authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

markuplinkchecker: 1.0.0 -> 1.2.0 (#471792)

parents 50172f85 0801a8b9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];