moar: 1.11.4 -> 1.13.0

This commit is contained in:
R. Ryantm 2023-03-21 08:21:28 +00:00
parent d384095645
commit 401cead6cb

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "moar";
version = "1.11.4";
version = "1.13.0";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Op9A0C1MnVoNyxTEKARASrKDTIT/vNa01Bnww6BWg0Y=";
sha256 = "sha256-5gWPqGrnb/wMdr+AQ1nkl3wUUpmgn3eDTaktWHLDAxc=";
};
vendorSha256 = "sha256-XexIBg49gK+b2Zef5eR7NfqFZHPp5DXhlcC3Loh6PfI=";
vendorHash = "sha256-aFCv6VxHD1bOLhCHXhy4ubik8Z9uvU6AeqcMqIZI2Oo=";
nativeBuildInputs = [ installShellFiles ];