Merge pull request #321888 from rossabaker/hyperlink-0.1.32

hyperlink: 0.1.31 -> 0.1.32
This commit is contained in:
Aleksana 2024-06-28 01:03:05 +08:00 committed by GitHub
commit eafafe7689
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "hyperlink";
version = "0.1.31";
version = "0.1.32";
src = fetchFromGitHub {
owner = "untitaker";
repo = "hyperlink";
rev = version;
hash = "sha256-ZmNw4NmDD0VWwnmNjxsA4y5gzVbTzshZLRYzaNJ4iGw=";
hash = "sha256-QejpyleugPWvr4p8JOMieswVtfQMGxtH+fb46mRLlH4=";
};
cargoHash = "sha256-5j1Ziwk5uQNIKCRMZpJP4qR0tcyUUvT8i/KZbXq3WzI=";
cargoHash = "sha256-d0JwxxI6Quyan2lgymxGpROKR757LEOUIgJcs5c9Kmc=";
meta = with lib; {
description = "Very fast link checker for CI";