moar: 1.15.4 -> 1.16.0

This commit is contained in:
Gabriel Arazas 2023-09-01 14:00:11 +08:00
parent f25f30b17a
commit 55dca060e3

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "moar";
version = "1.15.4";
version = "1.16.0";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
hash = "sha256-jZ5CqTs38WotATYyptje3oVszD5ztHbAFRzUMchyK+U=";
hash = "sha256-m3IG5xZITh+iAE233NFMI+25VRt6GvK694oVd1wU5jA=";
};
vendorHash = "sha256-aFCv6VxHD1bOLhCHXhy4ubik8Z9uvU6AeqcMqIZI2Oo=";