ammonite: 2.4.0 -> 2.4.1

main
R. Ryantm 3 years ago
parent a6b0f5af47
commit ed35f91ec8
  1. 24
      pkgs/development/tools/ammonite/default.nix

@ -1,16 +1,5 @@
{ lib
, stdenv
, fetchurl
, jre
, writeScript
, common-updater-scripts
, git
, nixfmt
, nix
, coreutils
, gnused
, disableRemoteLogging ? true
}:
{ lib, stdenv, fetchurl, jre, writeScript, common-updater-scripts, git, nixfmt
, nix, coreutils, gnused, disableRemoteLogging ? true }:
with lib;
@ -20,7 +9,7 @@ let
common = { scalaVersion, sha256 }:
stdenv.mkDerivation rec {
pname = "ammonite";
version = "2.4.0";
version = "2.4.1";
src = fetchurl {
url =
@ -91,14 +80,13 @@ let
maintainers = [ maintainers.nequissimus ];
};
};
in
{
in {
ammonite_2_12 = common {
scalaVersion = "2.12";
sha256 = "K8JII6SAmnBjMWQ9a3NqSLLuP1OLcbwobj3G+OCiLdA=";
sha256 = "5n9q/7d/PwDJfBPITYyDua24+fci6bi1oG5dSw8A244=";
};
ammonite_2_13 = common {
scalaVersion = "2.13";
sha256 = "2F35qhWI6hNb+Eh9ZTDznqo116yN7MZIGVchaAIM36A=";
sha256 = "RIuNyWvwNM39/rczUH328K5ky5hePflokW/VP603j+I=";
};
}

Loading…
Cancel
Save