Merge pull request #254688 from kashw2/scala

scala_3: 3.3.0 -> 3.3.1, scala_2_13: 2.13.11 -> 2.13.12
This commit is contained in:
Fabián Heredia Montiel
2023-09-18 22:47:16 -06:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -24,8 +24,8 @@ let
};
"2.13" = {
version = "2.13.11";
sha256 = "YYLdgdICPM5SczPteFsaojqY6H3IVauji6SJLcaq8eM=";
version = "2.13.12";
sha256 = "r+fm+1njyIRX6Z9wGHMOUvuifI0V49cVT3KWggbKhxk=";
pname = "scala_2_13";
};
};
@@ -114,6 +114,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.all;
branch = versions.majorMinor version;
maintainers = [ maintainers.nequissimus ];
maintainers = with maintainers; [ nequissimus kashw2 ];
};
}
+3 -3
View File
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, ncurses }:
stdenv.mkDerivation rec {
version = "3.3.0";
version = "3.3.1";
pname = "scala-bare";
src = fetchurl {
url = "https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz";
hash = "sha256-Bk7lCKjjucaYQxAsg2qomJQUgCK/N688JqlGTfoQFHU=";
hash = "sha256-EcDqD3HEOvD7GzVd3kFL/vAaYMFyk2deI6RNAlJpzRU=";
};
propagatedBuildInputs = [ jre ncurses.dev ] ;
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
homepage = "http://dotty.epfl.ch/";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = [maintainers.karolchmist maintainers.virusdave];
maintainers = with maintainers; [ karolchmist virusdave kashw2 ];
};
}