sqlcl: 22.3.1 -> 22.4.0.342.1212

This commit is contained in:
Gabriel Fontes 2023-01-14 12:01:33 -03:00
parent 3dc551d988
commit f259f92461
No known key found for this signature in database
GPG key ID: 2E54EA7BFE630916

View file

@ -1,8 +1,8 @@
{ lib, stdenv, makeWrapper, requireFile, unzip, jdk }:
let
version = "22.3.1";
fileVersion = "1032109-01";
version = "22.4.0.342.1212";
fileVersion = "1032835-01";
in
stdenv.mkDerivation {
@ -37,7 +37,7 @@ in
nix-prefetch-url --type sha256 file:///path/to/${name}
'';
sha256 = "0yqj8m2zwl8m7zxrzjnbl2rqnl2imn5h1bfpnmklp03nkakbzjbn";
sha256 = "0i4xsj502s465fgmlcqn80r8rqzr11mv74x9fzrlbqmkkh5c782k";
};
nativeBuildInputs = [ makeWrapper unzip ];