sqlcl: 24.3.0.285.0530 -> 24.3.2.330.1718 (#362122)

This commit is contained in:
Wolfgang Walther
2024-12-12 20:22:12 +01:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sqlcl";
version = "24.3.0.285.0530";
version = "24.3.2.330.1718";
src = fetchurl {
url = "https://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-${finalAttrs.version}.zip";
hash = "sha256-WUGPFJENRvSOTOPtkxEjITZASajWrNgsVJbuMEKm1SI=";
hash = "sha256-7+cC7RJ4fXtNwEoZvTc2pVPpChQXxhp2XafrTLny6pw=";
};
nativeBuildInputs = [ makeWrapper unzip ];