Skip to content

Commit

Permalink
Scala: 3.3.4 -> 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qxrein authored Mar 2, 2025
1 parent 6313551 commit 1a05967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/scala/bare.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
}:

stdenv.mkDerivation (finalAttrs: {
version = "3.3.4";
version = "3.6.3";
pname = "scala-bare";

src = fetchurl {
url = "https://github.com/scala/scala3/releases/download/${finalAttrs.version}/scala3-${finalAttrs.version}.tar.gz";
hash = "sha256-/Q7KKe8fbEGHS2cR57ZRTx3Hw4fAh3QvuHP25yCWN3A=";
hash = "sha256-I+PYPSRLS8Q0SJ/BEAoFwB7EcFERZpN5pGcD5cGwlNU=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 1a05967

Please sign in to comment.