leetgo: 1.4.10 -> 1.4.11

This commit is contained in:
R. Ryantm 2024-12-08 13:43:42 +00:00
parent 0bc7caf6ff
commit 5c0ec0e184

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "leetgo";
version = "1.4.10";
version = "1.4.11";
src = fetchFromGitHub {
owner = "j178";
repo = "leetgo";
rev = "v${version}";
hash = "sha256-0cBhJfxzzZ5IrVVYNWVoKK9c1baj5U2CvDO52wdsjcs=";
hash = "sha256-3euD5njhZowFOhR6sYym+qV2+ioYRXbdhSI1V4vhxxI=";
};
vendorHash = "sha256-1/U+sPauV3kYvQKTGSuX9FvvEFNsksTPXtfZH0a/o0s=";
vendorHash = "sha256-VrCdDHqq1ZPyK1Izh+E4O3E/iXyAHNQ3ANiCF0PkVBo=";
nativeBuildInputs = [ installShellFiles ];