3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #200842 from r-ryantm/auto-update/mangal

mangal: 4.0.2 -> 4.0.4
This commit is contained in:
Mario Rodas 2022-11-12 10:27:33 -05:00 committed by GitHub
commit 1b0f65628f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mangal";
version = "4.0.2";
version = "4.0.4";
src = fetchFromGitHub {
owner = "metafates";
repo = pname;
rev = "v${version}";
hash = "sha256-ssvd8gdF5h6EKLY/W+1zbZWcVQqy+UirIS0p0DBQj0E=";
hash = "sha256-U1NmJsh7OuS0/kktmMcIjEaqc1ABtWG0ilSUw0UL8aU=";
};
proxyVendor = true;