Merge pull request #215067 from icecreammatt/master

lazygit: 0.36.0 -> 0.37.0
This commit is contained in:
Weijia Wang
2023-02-07 07:53:42 +01:00
committed by GitHub
+2 -2
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;