pkgs/sqlcl: fix version

This commit is contained in:
Gabriel Fontes
2022-09-19 14:56:10 -03:00
parent 4bc510a55c
commit 453284ffd1
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, stdenv, makeWrapper, requireFile, unzip, jdk }:
let
version = "20.4.1.351.1718";
version = "22.2.1.201.1451";
fileVersion = "1022102-01";
url = "https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/download/";
name = "V${fileVersion}.zip";