mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
nongnu: clj-kondo: Update to 2022.06.22.
* nongnu/packages/clojure.scm (clj-kondo): Update to 2022.06.22. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
674d04a5fb
commit
dffdad1431
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ lets you focus on your code.")
|
|||
(define-public clj-kondo
|
||||
(package
|
||||
(name "clj-kondo")
|
||||
(version "2021.12.16")
|
||||
(version "2022.06.22")
|
||||
(source (origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append
|
||||
|
@ -109,7 +109,7 @@ lets you focus on your code.")
|
|||
version "/clj-kondo-" version "-linux-amd64.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"16sxrf4080wpqjis4clj1nrljcibabaxb3h24055kiad4fh6pj2q"))))
|
||||
"057h48kf14pdnnyvgmbqkga1bspbr4ag22q2279s14c2c9bcinzz"))))
|
||||
(build-system binary-build-system)
|
||||
(arguments
|
||||
`(#:patchelf-plan
|
||||
|
|
Loading…
Reference in a new issue