Skip to content

Commit 5aa26a4

Browse files
markuplinkchecker: 0.19.2 -> 0.21.0 (#383361)
Co-authored-by: 0x61nas <[email protected]>
2 parents 5ede0d7 + b50420d commit 5aa26a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ma/markuplinkchecker/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
darwin,
99
}:
1010
let
11-
version = "0.19.2";
11+
version = "0.21.0";
1212
in
1313
rustPlatform.buildRustPackage {
1414
pname = "markuplinkchecker";
@@ -18,11 +18,11 @@ rustPlatform.buildRustPackage {
1818
owner = "becheran";
1919
repo = "mlc";
2020
rev = "v${version}";
21-
hash = "sha256-NsGgUAe8CYAZhQMR/Jg+MGGKmL2ziFqK+MalrDSLcJQ=";
21+
hash = "sha256-16ZGYUP7h6WmwjadLHqOQClejZ35LwavFgjs9x3NYVo=";
2222
};
2323

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

2727
nativeBuildInputs = [ pkg-config ];
2828

0 commit comments

Comments
 (0)