mubeng: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm 2023-09-19 23:51:03 +00:00
parent 5ba549eafc
commit 6f0356993b

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "mubeng";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "kitabisa";
repo = pname;
rev = "v${version}";
hash = "sha256-Z1MwI76jOJft68+/yX4QEO7zYkUyQY7+DdZlejtNA8k=";
hash = "sha256-AxgvZdsJX16sZi4g8LnfceKuw/wBwvj6uoF/5zKldBk=";
};
vendorHash = "sha256-1RJAmz3Tw6c2Y7lXlXvq/aEkVLO+smkwuNJbi7aBUNo=";
vendorHash = "sha256-kOLeaEKtpI3l0qLphRTnm27Ms63ID4LJ6VkUHJzGAcc=";
ldflags = [
"-s"