zfind: 0.4.5 -> 0.4.6

This commit is contained in:
R. Ryantm 2024-11-08 01:20:02 +00:00
parent c8ce709a65
commit 4bd5790369

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "zfind";
version = "0.4.5";
version = "0.4.6";
src = fetchFromGitHub {
owner = "laktak";
repo = "zfind";
rev = "v${version}";
hash = "sha256-sRZAsmh193K5HX7oC1UdCQccNpSc5QHtec+UpvpntKU=";
hash = "sha256-bbeS2x9HzrsOE5h1y07LoEBm9dinMCHX9GJftj5Md9s=";
};
vendorHash = "sha256-blq0/pRppdf2jcuhIqYeNhcazFNZOGeEjPTSLgHqhrU=";