mubeng: 0.11.0 -> 0.12.0-dev

This commit is contained in:
R. Ryantm 2022-12-14 03:40:10 +00:00
parent e156da2bdd
commit cb45646eb1

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "mubeng";
version = "0.11.0";
version = "0.12.0-dev";
src = fetchFromGitHub {
owner = "kitabisa";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BY3X9N7XnBZ6mVX/o+EXruJmi3HYWMeY9enSuJY4jWI=";
sha256 = "sha256-NBZmu0VcVUhJSdM3fzZ+4Q5oX8uxO6GLpEUq74x8HUU=";
};
vendorSha256 = "sha256-1JxyP6CrJ4/g7o3eGeN1kRXJU/jNLEB8fW1bjJytQqQ=";