leetgo: 1.4.7 -> 1.4.8

This commit is contained in:
R. Ryantm 2024-08-11 13:43:05 +00:00
parent e7f2456df4
commit 938880ccbe

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "leetgo";
version = "1.4.7";
version = "1.4.8";
src = fetchFromGitHub {
owner = "j178";
repo = "leetgo";
rev = "v${version}";
hash = "sha256-K/PaQakX0ZLu2Uh906kZ4p8J+GV7ewAeSVFMMQiKYBA=";
hash = "sha256-4Y/NwgLNBdd2uL7oiIdM1I08ZnLjreHf397s/vhS+Ac=";
};
vendorHash = "sha256-4QSfZzYLjPdGKLySP57fK9n6WXdCYzb3sWibfP85jLE=";
vendorHash = "sha256-zpS+6Z31m6g67we4JaQ0sPodqC315lgftqGzZkelDCU=";
nativeBuildInputs = [ installShellFiles ];