mirrorbits: 0.6 -> 0.6.1

This commit is contained in:
R. Ryantm 2025-08-16 07:40:05 +00:00
parent b6b47963d8
commit d1bf677d6a

View File

@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "mirrorbits";
version = "0.6";
version = "0.6.1";
src = fetchFromGitHub {
owner = "etix";
repo = "mirrorbits";
tag = "v${finalAttrs.version}";
hash = "sha256-99eOfVSlGIEzNm+0gI/y0+UPd+dnZiGzaHlkqUNtO1U=";
hash = "sha256-PqPE/PgIyQylbYoABC/saxLF83XjgRAS0QimragJ8P8=";
};
postPatch = ''