moar: 1.23.4 -> 1.23.5

This commit is contained in:
R. Ryantm 2024-02-12 15:00:24 +00:00 committed by Yaya
parent 315ea8250e
commit 3e55757c55

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "moar";
version = "1.23.4";
version = "1.23.5";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
hash = "sha256-gttx2AQMSaU7JE/UwZsUwsgTbUmkQKvCzlt+TuTGP0A=";
hash = "sha256-DOscmjLjQnHUGrVPO/rwICPDWVzfE3yu3u84qCmwfgs=";
};
vendorHash = "sha256-1u/2OlMX2FuZaxWnpU4n5r/4xKe+rK++GoCJiSq/BdE=";