moar: 1.18.5 -> 1.18.6

This commit is contained in:
Gabriel Arazas 2023-12-13 21:06:14 +08:00
parent 14c5d38b53
commit a3c72d132a
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.5";
version = "1.18.6";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
hash = "sha256-3s95PjuHIQ0qeTtVOXqsrWFrCeuUUaaA9Lgab4ATetg=";
hash = "sha256-QQapWDTJkP0YuyNR8J1N2IEETG1BfkdWv40SPD/JKYg=";
};
vendorHash = "sha256-x6BeU6JDayCOi8T8+NvXZe59QmTaO9RAYwSiFlDPL/c=";