leetgo: 1.4.1 -> 1.4.7

This commit is contained in:
R. Ryantm 2024-06-09 03:07:29 +00:00
parent 2a823de133
commit fba7a111f2

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "leetgo";
version = "1.4.1";
version = "1.4.7";
src = fetchFromGitHub {
owner = "j178";
repo = "leetgo";
rev = "v${version}";
hash = "sha256-LbY7GGPu2ZwcclCmsE9V421FUi+foR7CXyFHF7GrjQo=";
hash = "sha256-K/PaQakX0ZLu2Uh906kZ4p8J+GV7ewAeSVFMMQiKYBA=";
};
vendorHash = "sha256-GG9IfM50uVhsQVjXhUrYxuEbPlbsEsFubmUUSMr5SD4=";
vendorHash = "sha256-4QSfZzYLjPdGKLySP57fK9n6WXdCYzb3sWibfP85jLE=";
nativeBuildInputs = [ installShellFiles ];