kubefetch: 0.7.2 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-11-30 16:39:51 +00:00
parent dfd6a4a50f
commit eb79afa5ff

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "kubefetch";
version = "0.7.2";
version = "0.8.0";
src = fetchFromGitHub {
owner = "jkulzer";
repo = "kubefetch";
rev = "${version}";
hash = "sha256-ksnqlfm++Np5I7ZUXvVPgm3T2hHM6x9sAWdmK0Whn5k=";
hash = "sha256-p7YRE+o/omuGwXGpVUOvI7KbFyYGymYCRZk+Phh30RM=";
};
vendorHash = "sha256-qsncOsCxepySJI+rJnzbIGxSWlxMzqShtzcEoJD2UPw=";