mubeng: 0.14.1 -> 0.14.2

This commit is contained in:
R. Ryantm 2024-01-26 12:16:51 +00:00
parent 5af80acc9a
commit 872269ab0e

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "mubeng";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "kitabisa";
repo = pname;
rev = "v${version}";
hash = "sha256-AxgvZdsJX16sZi4g8LnfceKuw/wBwvj6uoF/5zKldBk=";
hash = "sha256-MdTgYhHjgDFplh+wcb9QTwzwMZSmF2kqMmu1x8WmOyQ=";
};
vendorHash = "sha256-kOLeaEKtpI3l0qLphRTnm27Ms63ID4LJ6VkUHJzGAcc=";