rare-regex: 0.4.3 -> 0.4.4

This commit is contained in:
R. Ryantm 2025-05-02 15:54:11 +00:00
parent de515c09c8
commit b6d584af5f

View file

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "rare";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = "zix99";
repo = "rare";
rev = version;
hash = "sha256-fb4JbfDVZpehDhWlQHoUOOstcPMgEFuRlIZQV6OdvkQ=";
hash = "sha256-hdOG7UGEi4MnFg0wbyDN4gDpQLb9sG3yUrQ/J0fwKkA=";
};
vendorHash = "sha256-wUOtxNjL/4MosACCzPTWKWrnMZhxINfN1ppkRsqDh9M=";