mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
markuplinkchecker: 0.21.0 -> 0.22.0
This commit is contained in:
parent
ee2477b0b5
commit
4b15694f99
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
openssl,
|
openssl,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.21.0";
|
version = "0.22.0";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "markuplinkchecker";
|
pname = "markuplinkchecker";
|
||||||
|
@ -16,11 +16,11 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "becheran";
|
owner = "becheran";
|
||||||
repo = "mlc";
|
repo = "mlc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-16ZGYUP7h6WmwjadLHqOQClejZ35LwavFgjs9x3NYVo=";
|
hash = "sha256-3saRIAKVTCi145hoD0SGPloCeIwVKR3Wp3Qo3zo9g7k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-u60hjpQaF+EnWzMcM7T8UjcERF0+0ArltKcQXkEaxmc=";
|
cargoHash = "sha256-DHpOReEdufQ4++74CJDnW6EJtUwhtq+RgZ6hVGqHkKE=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue