moar: 1.23.14 -> 1.23.15

This commit is contained in:
Gabriel Arazas 2024-05-18 17:02:24 +08:00
parent e8c4a99e94
commit 6708ce7cb9
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "moar";
version = "1.23.14";
version = "1.23.15";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
hash = "sha256-Ss4xblv7F3fco1qUXkzhUWEDnyE/bdXv6Gs8cN9HWZw=";
hash = "sha256-tRjKBHsNJL66oz+0gZTrL8xFHQEyHLG+W35LHUYQKwU=";
};
vendorHash = "sha256-1u/2OlMX2FuZaxWnpU4n5r/4xKe+rK++GoCJiSq/BdE=";