mubeng: 0.12.0-dev -> 0.13.0

This commit is contained in:
R. Ryantm 2023-02-01 14:41:45 +00:00
parent f7bae54f01
commit 4fd407a52e

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "mubeng";
version = "0.12.0-dev";
version = "0.13.0";
src = fetchFromGitHub {
owner = "kitabisa";
repo = pname;
rev = "v${version}";
hash = "sha256-NBZmu0VcVUhJSdM3fzZ+4Q5oX8uxO6GLpEUq74x8HUU=";
hash = "sha256-FfqldK2iDB4Cy5M1uMUDEikV8JMMBzh2kgmvtZiJTOc=";
};
vendorHash = "sha256-1JxyP6CrJ4/g7o3eGeN1kRXJU/jNLEB8fW1bjJytQqQ=";
vendorHash = "sha256-5YqourXzrRdfmWdHE/ZsRTze2h02ZHAsprQrSTZFrhY=";
ldflags = [
"-s"