Unverified Commit 1832c184 authored by Jakub Kozłowski's avatar Jakub Kozłowski Committed by GitHub
Browse files

Scala 3.3.4 -> 3.3.5, Scala (next) 3.6.3 -> 3.6.4 (#394000)

parents a13ec5d0 112e7ced
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ scala, fetchurl }:

scala.bare.overrideAttrs (oldAttrs: {
  version = "3.6.3";
  version = "3.6.4";
  pname = "scala-next";
  src = fetchurl {
    inherit (oldAttrs.src) url;
    hash = "sha256-I+PYPSRLS8Q0SJ/BEAoFwB7EcFERZpN5pGcD5cGwlNU=";
    hash = "sha256-I8Jpq/aelCJyAZzvNq5/QbfdD0Mk5mPuzTDxVdkIxKU=";
  };
})
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "3.3.4";
  version = "3.3.5";
  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-JVQG16L0/3RbahJc+FDz6pazTyb5vnxqP4272l0TalI=";
  };

  propagatedBuildInputs = [