lazygit: add v0.44.1 (#46736)

This commit is contained in:
Alec Scott 2024-10-02 16:25:35 -07:00 committed by GitHub
parent 21fbebd273
commit 21b03d149e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,10 @@ class Lazygit(GoPackage):
license("MIT")
version("0.44.1", sha256="02b67d38e07ae89b0ddd3b4917bd0cfcdfb5e158ed771566d3eb81f97f78cc26")
version("0.41.0", sha256="f2176fa253588fe4b7118bf83f4316ae3ecb914ae1e99aad8c474e23cea49fb8")
version("0.40.2", sha256="146bd63995fcf2f2373bbc2143b3565b7a2be49a1d4e385496265ac0f69e4128")
depends_on("c", type="build") # generated
depends_on("go@1.20:", type="build", when="@0.40:")
depends_on("go@1.21:", type="build", when="@0.41:")
depends_on("go@1.22:", type="build", when="@0.42:")