rare-regex: 0.3.2 -> 0.3.3

Diff: https://github.com/zix99/rare/compare/0.3.2...0.3.3

Changelog: https://github.com/zix99/rare/releases/tag/0.3.3
This commit is contained in:
figsoda 2023-08-05 10:51:31 -04:00
parent 404abaa27a
commit 6c5c0bbcda

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "rare";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "zix99";
repo = "rare";
rev = version;
hash = "sha256-v3zczT3PMSm2AMKVnVdDxsCpYA8QhZcmOCuiQiz5hFo=";
hash = "sha256-83iHYWMdLOzWDu/WW2TN8D2gUe2Y74aGBUjfHIa9ki8=";
};
vendorHash = "sha256-wUOtxNjL/4MosACCzPTWKWrnMZhxINfN1ppkRsqDh9M=";