mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
kubectl-klock: 0.8.0 -> 0.8.1 (#413873)
This commit is contained in:
commit
c731d5ffb2
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "kubectl-klock";
|
||||
version = "0.8.0";
|
||||
version = "0.8.1";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
|
@ -15,7 +15,7 @@ buildGoModule rec {
|
|||
owner = "applejag";
|
||||
repo = "kubectl-klock";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-1t/DJ6cTikAl2edJFfDzXAB8OgdZSjk1C7vOGXyTu0U=";
|
||||
hash = "sha256-WKWaQ7VKzlfgYb5B/GmcUKTjxfFRctt+N+zRJcOGukA=";
|
||||
};
|
||||
|
||||
ldflags = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue