mangal: 4.0.4 -> 4.0.5

This commit is contained in:
R. Ryantm
2022-12-25 18:08:27 +08:00
committed by Bobby Rong
parent 4abe83ef30
commit 526e016373
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mangal";
version = "4.0.4";
version = "4.0.5";
src = fetchFromGitHub {
owner = "metafates";
repo = pname;
rev = "v${version}";
hash = "sha256-U1NmJsh7OuS0/kktmMcIjEaqc1ABtWG0ilSUw0UL8aU=";
hash = "sha256-T0QoHqL07J4Fb95qluYPb0yZYwdr7vDNLlrp7zPhtrA=";
};
proxyVendor = true;