moar: 1.16.0 -> 1.16.1

This commit is contained in:
Gabriel Arazas 2023-09-13 20:10:25 +08:00
parent dc8866c22f
commit 6f4cbe7841

View file

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