sqlcl: 25.4.1.022.0618 -> 25.4.2.044.1837

This commit is contained in:
R. Ryantm
2026-02-18 01:25:14 +00:00
parent 24c32abce2
commit 9de2e66021
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sqlcl";
version = "25.4.1.022.0618";
version = "25.4.2.044.1837";
src = fetchurl {
url = "https://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-${finalAttrs.version}.zip";
hash = "sha256-txfYOqGnraLKOOfIvls2nqai+fUMX9tV4Y0mO0ceyrk=";
hash = "sha256-VHLCJZWSGEJVih1hyCLmv94YoWgEPNdKoVvHDCgDpQw=";
};
nativeBuildInputs = [