Merge pull request #211076 from bertof/mangal

mangal: 4.0.5 -> 4.0.6

authored by

Bobby Rong and committed by
GitHub
b9e0d894 dc793f5a

+2 -2
+2 -2
pkgs/applications/misc/mangal/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "mangal"; 5 - version = "4.0.5"; 5 + version = "4.0.6"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "metafates"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-T0QoHqL07J4Fb95qluYPb0yZYwdr7vDNLlrp7zPhtrA="; 11 + hash = "sha256-nbJdePlzZFM2ihbvFIMKyYZ9C0uKjU3TE5VLduLvtKE="; 12 12 }; 13 13 14 14 proxyVendor = true;