moar: 1.23.10 -> 1.23.11

This commit is contained in:
R. Ryantm 2024-04-30 02:29:41 +00:00
parent 8cf34f783f
commit 68f8149965

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "moar";
version = "1.23.10";
version = "1.23.11";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
hash = "sha256-ue/ZcIIJJAxUMhsEA3FtrkE5mgtiY626b+GmX62Q8dM=";
hash = "sha256-dKsDvtFs1/WToqpfW84dxDAHRN13TUnZKKk26h3pQ18=";
};
vendorHash = "sha256-1u/2OlMX2FuZaxWnpU4n5r/4xKe+rK++GoCJiSq/BdE=";