mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: clj-kondo: Update to 2021.12.01.
* nongnu/packages/clojure.scm (clj-kondo): Update to 2021.12.01.
This commit is contained in:
parent
5dac8274f7
commit
4c367c8eb1
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ lets you focus on your code.")
|
|||
(define-public clj-kondo
|
||||
(package
|
||||
(name "clj-kondo")
|
||||
(version "2021.10.19")
|
||||
(version "2021.12.01")
|
||||
(source (origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append
|
||||
|
@ -149,7 +149,7 @@ lets you focus on your code.")
|
|||
version "/clj-kondo-" version "-linux-amd64.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xiv7waaj2lkfxszaklg59gkkfsrqh39i3a8bj9slq6lg80q7lxs"))))
|
||||
"07nhb3x9nndbs4rh3q1xdwp1zdi1j11fz55f0273vaj1jjwxbrm7"))))
|
||||
(build-system binary-build-system)
|
||||
(arguments
|
||||
`(#:patchelf-plan
|
||||
|
|
Loading…
Reference in a new issue