We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255804f commit b50420dCopy full SHA for b50420d
pkgs/by-name/ma/markuplinkchecker/package.nix
@@ -8,7 +8,7 @@
8
darwin,
9
}:
10
let
11
- version = "0.19.2";
+ version = "0.21.0";
12
in
13
rustPlatform.buildRustPackage {
14
pname = "markuplinkchecker";
@@ -18,11 +18,11 @@ rustPlatform.buildRustPackage {
18
owner = "becheran";
19
repo = "mlc";
20
rev = "v${version}";
21
- hash = "sha256-NsGgUAe8CYAZhQMR/Jg+MGGKmL2ziFqK+MalrDSLcJQ=";
+ hash = "sha256-16ZGYUP7h6WmwjadLHqOQClejZ35LwavFgjs9x3NYVo=";
22
};
23
24
useFetchCargoVendor = true;
25
- cargoHash = "sha256-4H5dsLOggB/KlDcZ/eCxZxreczkg5rXsGyCO9P+OLvw=";
+ cargoHash = "sha256-u60hjpQaF+EnWzMcM7T8UjcERF0+0ArltKcQXkEaxmc=";
26
27
nativeBuildInputs = [ pkg-config ];
28
0 commit comments