mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ammonite: 2.3.8 -> 2.4.0
This commit is contained in:
parent
b1cd2be1fc
commit
c3173699c7
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchurl, jre, nixosTests, writeScript, common-updater-scripts, git
|
||||
, nixfmt, nix, coreutils, gnused, disableRemoteLogging ? true }:
|
||||
{ lib, stdenv, fetchurl, jre, nixosTests, writeScript, common-updater-scripts
|
||||
, git, nixfmt, nix, coreutils, gnused, disableRemoteLogging ? true }:
|
||||
|
||||
with lib;
|
||||
|
||||
@ -9,7 +9,7 @@ let
|
||||
common = { scalaVersion, sha256 }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ammonite";
|
||||
version = "2.3.8";
|
||||
version = "2.4.0";
|
||||
|
||||
src = fetchurl {
|
||||
url =
|
||||
@ -75,10 +75,10 @@ let
|
||||
in {
|
||||
ammonite_2_12 = common {
|
||||
scalaVersion = "2.12";
|
||||
sha256 = "1kzk0437h2wd9jhwkvjkiaj6mscz4bh85iv266x9zz4zssb355hs";
|
||||
sha256 = "K8JII6SAmnBjMWQ9a3NqSLLuP1OLcbwobj3G+OCiLdA=";
|
||||
};
|
||||
ammonite_2_13 = common {
|
||||
scalaVersion = "2.13";
|
||||
sha256 = "0js84m6yqjd7d77md38z6nk3qzlm1ms8brzczaw05zq2c90pdbz7";
|
||||
sha256 = "2F35qhWI6hNb+Eh9ZTDznqo116yN7MZIGVchaAIM36A=";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user