mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
clj-kondo: 2022.04.23 -> 2022.04.25
This commit is contained in:
parent
e23890fd99
commit
93b1a0432f
@ -2,11 +2,11 @@
|
||||
|
||||
buildGraalvmNativeImage rec {
|
||||
pname = "clj-kondo";
|
||||
version = "2022.04.23";
|
||||
version = "2022.04.25";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/clj-kondo/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
|
||||
sha256 = "sha256-TFDaIpsR1Q0510HZl31bB9jh9D3K0LspCARiE7QKLx0=";
|
||||
sha256 = "sha256-BqqeJQ7mBMofX6efJCSUr6qMZXubO9CuDiCNNNKT3DA=";
|
||||
};
|
||||
|
||||
extraNativeImageBuildArgs = [
|
||||
|
Loading…
Reference in New Issue
Block a user