mangal: 3.12.0 -> 3.14.0

This commit is contained in:
R. Ryantm 2022-10-23 20:23:47 +00:00 committed by Bobby Rong
parent 3dcfce65a0
commit 4a177de7f2

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "mangal";
version = "3.12.0";
version = "3.14.0";
src = fetchFromGitHub {
owner = "metafates";
repo = pname;
rev = "v${version}";
hash = "sha256-1fWy7riInrbReQ0sQ1TF8GhqWQG0KXk1JzhmxlSuvmk=";
hash = "sha256-IQSRPjtMaxwJuiKGjOYQ7jp0mAPS/V6fA1/Ek/K5yqk=";
};
proxyVendor = true;
vendorSha256 = "sha256-+HDuGSZinotUtCqffrmFkjHegxdArSJMWwnUG/tnLRc=";
vendorSha256 = "sha256-XslNMrFCI+dGaSw7ro1vBMamFukbMA3m0I3hOl9QccM=";
ldflags = [ "-s" "-w" ];