mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: kind: Update to 0.23.0
* nongnu/packages/k8s.scm (kind): Update to 0.23.0. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
663d6ca760
commit
cc0f27fb8d
1 changed files with 2 additions and 2 deletions
|
@ -181,13 +181,13 @@ define, install, and upgrade Kubernetes applications.")
|
|||
(define-public kind
|
||||
(package
|
||||
(name "kind")
|
||||
(version "0.20.0")
|
||||
(version "0.23.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://kind.sigs.k8s.io/dl/v" version "/kind-linux-amd64"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v9x953a5n0l3kz78wm29yh11vz56nmlvhi7xzcjscyksq9p4fji"))))
|
||||
"1356qhxkcbgs1lnqhf7qfl6f0y67rfp1i1li3agxmqzvkw3f71hx"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue