mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
pkgs/sqlcl: fix version
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user