Unverified Commit 6315e9c1 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

scala: 3.3.5 -> 3.3.6; scala-next: 3.6.4 -> 3.7.0 (#407352)

parents fa939cd6 7ffcfbef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ scala, fetchurl }:

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

stdenv.mkDerivation (finalAttrs: {
  version = "3.3.5";
  version = "3.3.6";
  pname = "scala-bare";

  src = fetchurl {
    url = "https://github.com/scala/scala3/releases/download/${finalAttrs.version}/scala3-${finalAttrs.version}.tar.gz";
    hash = "sha256-JVQG16L0/3RbahJc+FDz6pazTyb5vnxqP4272l0TalI=";
    hash = "sha256-cmdSQkDuKJl2/tG4vAjABF1dKQ0/ruB8a3E3pCUrW5c=";
  };

  propagatedBuildInputs = [