mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
scala_3: 3.1.3 -> 3.2.0
This commit is contained in:
parent
089ab7f5e1
commit
b6b832b8b4
@ -1,12 +1,12 @@
|
|||||||
{ lib, stdenv, fetchurl, makeWrapper, jre, ncurses }:
|
{ lib, stdenv, fetchurl, makeWrapper, jre, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.1.3";
|
version = "3.2.0";
|
||||||
pname = "scala-bare";
|
pname = "scala-bare";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz";
|
url = "https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz";
|
||||||
sha256 = "sha256-nh7v3Kt3stKpBXs9b3gwFZHpwnUTySQT88NTp3CT8tc=";
|
sha256 = "sha256-GUvQMICPb8feCDv9fHUjDXGa7cIPPLdWLcZdGLShcng=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ jre ncurses.dev ] ;
|
propagatedBuildInputs = [ jre ncurses.dev ] ;
|
||||||
|
Loading…
Reference in New Issue
Block a user