mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 06:33:42 +00:00
kubefetch: 0.7.2 -> 0.8.0
This commit is contained in:
parent
dfd6a4a50f
commit
eb79afa5ff
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user