scala: 3.1.0 → 3.1.3
Release notes: - https://github.com/lampepfl/dotty/releases/tag/3.1.1 - https://github.com/lampepfl/dotty/releases/tag/3.1.2 - https://github.com/lampepfl/dotty/releases/tag/3.1.3
This commit is contained in:
parent
0b4b412714
commit
4a70e004c0
@ -1,12 +1,12 @@
|
||||
{ lib, stdenv, fetchurl, makeWrapper, jre, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.1.0";
|
||||
version = "3.1.3";
|
||||
pname = "scala-bare";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz";
|
||||
sha256 = "9bsZ2FtIb6AvA3W3r2Vv0dPNicuYjMBz3X48z45Avv8=";
|
||||
sha256 = "sha256-nh7v3Kt3stKpBXs9b3gwFZHpwnUTySQT88NTp3CT8tc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ jre ncurses.dev ] ;
|
||||
|
Loading…
Reference in New Issue
Block a user