Merge pull request #271824 from foo-dogsquared/update-moar

moar: 1.18.4 -> 1.18.5
This commit is contained in:
Nick Cao 2023-12-03 09:38:29 -05:00 committed by GitHub
commit 9b1e04974d
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.4";
version = "1.18.5";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
hash = "sha256-zF+Hnsmw5TJCYYoItrwcnyh3NSmKrV9JoTPwTMVyw7Y=";
hash = "sha256-3s95PjuHIQ0qeTtVOXqsrWFrCeuUUaaA9Lgab4ATetg=";
};
vendorHash = "sha256-x6BeU6JDayCOi8T8+NvXZe59QmTaO9RAYwSiFlDPL/c=";