mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
clj-kondo: 2023.02.17 -> 2023.03.17
This commit is contained in:
parent
4a3d90135b
commit
6cba36d3b2
@ -2,11 +2,11 @@
|
||||
|
||||
buildGraalvmNativeImage rec {
|
||||
pname = "clj-kondo";
|
||||
version = "2023.02.17";
|
||||
version = "2023.03.17";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/clj-kondo/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
|
||||
sha256 = "sha256-HVwZZ280ZABgG/LAAaRfq6wYmUF1c2ojR7XLMCwVSk0=";
|
||||
sha256 = "sha256-hI/0kYAQtkDSu8LE8CO6+2zDA6OOK/MdybsLQEPMkCk=";
|
||||
};
|
||||
|
||||
extraNativeImageBuildArgs = [
|
||||
|
Loading…
Reference in New Issue
Block a user