mangal: 4.0.5 -> 4.0.6

This commit is contained in:
Filippo Berto 2023-01-16 12:15:33 +01:00
parent 93676fa40a
commit e2769890eb
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mangal";
version = "4.0.5";
version = "4.0.6";
src = fetchFromGitHub {
owner = "metafates";
repo = pname;
rev = "v${version}";
hash = "sha256-T0QoHqL07J4Fb95qluYPb0yZYwdr7vDNLlrp7zPhtrA=";
hash = "sha256-nbJdePlzZFM2ihbvFIMKyYZ9C0uKjU3TE5VLduLvtKE=";
};
proxyVendor = true;