kubectl-df-pv: 0.3.0 -> 0.4.1 (#441823)
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "kubectl-df-pv";
|
||||
version = "0.3.0";
|
||||
version = "0.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "yashbhutwala";
|
||||
repo = "kubectl-df-pv";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-FxKqkxLMNfCXuahKTMod6kWKZ/ucYeIEFcS8BmpbLWg=";
|
||||
hash = "sha256-dGWGPamVD/26iEgKQcWGKpFIMMlDivFpD/XzmjCr8pQ=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-YkDPgN7jBvYveiyU8N+3Ia52SEmlzC0TGBQjUuIAaw0=";
|
||||
vendorHash = "sha256-J15tCwYiVSPa2hSB3DMFtVW9Uer7pFMCD1OpCobnYMc=";
|
||||
|
||||
meta = {
|
||||
description = "df-like utility for persistent volumes on Kubernetes";
|
||||
|
||||
Reference in New Issue
Block a user