rancher: 2.6.4 -> 2.6.5

This commit is contained in:
Bryan A. S 2022-06-17 03:51:19 -03:00
parent 71ed2d5b85
commit e26e051e80

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "rancher";
version = "2.6.4";
version = "2.6.5";
src = fetchFromGitHub {
owner = "rancher";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-5ceyScsCidJpHGfwhsq7/hDd3CClx29cD5Cdc1PSxTU=";
sha256 = "sha256-/HI3qcpgNJTurPFEZFlg+H0ndowSgEF6cHp1cuaJjR8=";
};
ldflags = [