Unverified Commit 5aa26a45 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

markuplinkchecker: 0.19.2 -> 0.21.0 (#383361)

parents 5ede0d7d b50420db
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  darwin,
}:
let
  version = "0.19.2";
  version = "0.21.0";
in
rustPlatform.buildRustPackage {
  pname = "markuplinkchecker";
@@ -18,11 +18,11 @@ rustPlatform.buildRustPackage {
    owner = "becheran";
    repo = "mlc";
    rev = "v${version}";
    hash = "sha256-NsGgUAe8CYAZhQMR/Jg+MGGKmL2ziFqK+MalrDSLcJQ=";
    hash = "sha256-16ZGYUP7h6WmwjadLHqOQClejZ35LwavFgjs9x3NYVo=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-4H5dsLOggB/KlDcZ/eCxZxreczkg5rXsGyCO9P+OLvw=";
  cargoHash = "sha256-u60hjpQaF+EnWzMcM7T8UjcERF0+0ArltKcQXkEaxmc=";

  nativeBuildInputs = [ pkg-config ];