mangal: 3.14.2 -> 4.0.1

This commit is contained in:
R. Ryantm 2022-11-03 16:54:04 +00:00 committed by Bobby Rong
parent 389bb67e7a
commit 709f5c2777

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mangal";
version = "3.14.2";
version = "4.0.1";
src = fetchFromGitHub {
owner = "metafates";
repo = pname;
rev = "v${version}";
hash = "sha256-W3oToI7frUfd3zwtr3UpbwAWzCVxDaZY9zhn8dO/4wA=";
hash = "sha256-pMiZgO/+koyIDm7ONZn0qEq+d6HeFfQFaU1Qjovqmc4=";
};
proxyVendor = true;