hyperlink: 0.1.31 -> 0.1.32

Diff: https://github.com/untitaker/hyperlink/compare/0.1.31...0.1.32
This commit is contained in:
GitHub Actions 2023-11-30 00:15:17 +00:00
parent 6440101120
commit df5d029a08
1 changed files with 3 additions and 3 deletions

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=";
doCheck = false;