lazygit: 0.36 -> 0.37.0

This commit is contained in:
Matt Carrier 2023-02-06 22:16:45 -08:00
parent cad065dddd
commit a6c1d83fd4

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.36.0";
version = "0.37.0";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0emAo/K27lmQ+409maTR/hnonQVkbijF0RAwvIErBFo=";
sha256 = "sha256-A6aFHC4MNNFl7IieR/7aQ3cMzhBXfQwq6sPv+v5Gu4o=";
};
vendorSha256 = null;