mubeng: 0.18.0 -> 0.19.0 (#367259)

This commit is contained in:
Nick Cao
2024-12-22 09:29:34 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "mubeng";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "kitabisa";
repo = "mubeng";
rev = "refs/tags/v${version}";
hash = "sha256-V+0XPuMM2Jg2LEpWzxRNLZ44YRoEnf/Fvbj51p9hwL4=";
hash = "sha256-DZwtHLSsV6JYEqb6fdLtJs8DdaMBBb0uSx6AL1cjjBs=";
};
vendorHash = "sha256-TZDQCvcwsCa08bBBb8Zs8W0OFDYb+ZWN85+VCelFgyc=";