scala-cli: 1.0.5 -> 1.1.0

This commit is contained in:
Jakub Kozłowski 2023-12-05 18:32:54 +01:00
parent 7cb7b7f98d
commit 6ae04cdf6e
No known key found for this signature in database
GPG Key ID: A061936F31D567DC
2 changed files with 12 additions and 5 deletions

View File

@ -8,6 +8,8 @@
, makeWrapper
, callPackage
, jre
, testers
, scala-cli
}:
let
@ -77,4 +79,9 @@ stdenv.mkDerivation {
};
passthru.updateScript = callPackage ./update.nix { } { inherit platforms pname version; };
passthru.tests.version = testers.testVersion {
package = scala-cli;
command = "scala-cli version --offline";
};
}

View File

@ -1,21 +1,21 @@
{
"version": "1.0.5",
"version": "1.1.0",
"assets": {
"aarch64-darwin": {
"asset": "scala-cli-aarch64-apple-darwin.gz",
"sha256": "1p2ibii71digdz7qqqyahvdmmxyx19crwgn4bmas0hahl6mz553x"
"sha256": "1w8vxfyn1h5x5jxh4w133w0l566ly3chhkff06jy1gik4hszd97y"
},
"aarch64-linux": {
"asset": "scala-cli-aarch64-pc-linux.gz",
"sha256": "1y9ghb829jz9yg4l7bgwnbl3cm7z7c20cyfc71v9iz8bq5ns9akr"
"sha256": "0k3nsn2zzfqbkibrd5hzrsbg35x08ss4l2f7nwwa59grj5jgpm0f"
},
"x86_64-darwin": {
"asset": "scala-cli-x86_64-apple-darwin.gz",
"sha256": "12qjrm979pfbr0j7s59dyn7xkk585av7l0qxf77rz71009kvql0a"
"sha256": "016mdi5bp1x0r2hak4c3j26y8zrhvhsl1w7gvzsbybpbfd5p45hv"
},
"x86_64-linux": {
"asset": "scala-cli-x86_64-pc-linux.gz",
"sha256": "17x4nv5f8g1kx8l4n8ncxf60zwhwpqg8fh5cl8qy9s5h9h81n0rz"
"sha256": "0q2aqwjldsdbir8s8mix2wqkhiwb4q5d3ljf9gzxqqxgc9h4v78j"
}
}
}