Merge pull request #195819 from r-ryantm/auto-update/lazydocker

lazydocker: 0.18.1 -> 0.19.0
This commit is contained in:
Mario Rodas
2022-10-14 01:57:17 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazydocker";
version = "0.18.1";
version = "0.19.0";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazydocker";
rev = "v${version}";
sha256 = "sha256-qtGPsfZVu5ZuCusO5nYgxR/qHiwyhzMmBMLMDpKzKDA=";
sha256 = "sha256-Ns758mqz4O8hKpu3LHFFm1U1vxF1TJZ4GKstWADXOl0=";
};
vendorSha256 = null;