Merge pull request #267002 from r-ryantm/auto-update/moar

moar: 1.18.2 -> 1.18.3
This commit is contained in:
Weijia Wang 2023-11-12 19:31:46 +01:00 committed by GitHub
commit 2cdf540863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "moar";
version = "1.18.2";
version = "1.18.3";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
hash = "sha256-bYrn1Ok1yyhiKPUBdvUvTKVeAwsWAwbNoK3IburOAuU=";
hash = "sha256-Wj7zKszVtaTwcIoTtjHasShEnSDoiZ53Gnz38Ci31Hs=";
};
vendorHash = "sha256-x6BeU6JDayCOi8T8+NvXZe59QmTaO9RAYwSiFlDPL/c=";