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

moar: 1.18.5 -> 1.18.6
This commit is contained in:
Mario Rodas 2023-12-23 08:38:29 -05:00 committed by GitHub
commit 716df2e80a
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.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=";