dotty: 3.0.0 → 3.1.0
This commit is contained in:
parent
1e9e6e7427
commit
c5c02ea320
@ -1,12 +1,12 @@
|
|||||||
{ lib, stdenv, fetchurl, makeWrapper, jre, ncurses }:
|
{ lib, stdenv, fetchurl, makeWrapper, jre, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.0.0";
|
version = "3.1.0";
|
||||||
pname = "dotty-bare";
|
pname = "dotty-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 = "/F2yv4XH0I3oC3IFqj+jwpzShCtTEfTzg+J26Xl+P+Y=";
|
sha256 = "9bsZ2FtIb6AvA3W3r2Vv0dPNicuYjMBz3X48z45Avv8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ jre ncurses.dev ] ;
|
propagatedBuildInputs = [ jre ncurses.dev ] ;
|
||||||
|
Loading…
Reference in New Issue
Block a user