markuplinkchecker: 0.22.0 -> 1.0.0
This commit is contained in:
parent
877118771f
commit
c84bd6c750
@ -6,7 +6,7 @@
|
|||||||
openssl,
|
openssl,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.22.0";
|
version = "1.0.0";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "markuplinkchecker";
|
pname = "markuplinkchecker";
|
||||||
@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
|
|||||||
owner = "becheran";
|
owner = "becheran";
|
||||||
repo = "mlc";
|
repo = "mlc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-3saRIAKVTCi145hoD0SGPloCeIwVKR3Wp3Qo3zo9g7k=";
|
hash = "sha256-Bj1Yf+lrKwMvYnE/YVb+KC8tZtRr2OkWoYxQChLINyY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-DHpOReEdufQ4++74CJDnW6EJtUwhtq+RgZ6hVGqHkKE=";
|
cargoHash = "sha256-r3LGWJ5RsvWRXNVXWIM83quC3AT8T+WDfSJnD3sVoOM=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user