moar: 1.18.4 -> 1.18.5

This commit is contained in:
Gabriel Arazas 2023-12-03 16:09:15 +08:00
parent 0b5d3ae0c3
commit eb1f66715a
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

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=";