Unverified Commit 877e0106 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

sbt: 1.12.2 -> 1.12.4 (#493561)

parents 087dfb0c 14559938
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sbt";
  version = "1.12.2";
  version = "1.12.4";

  src = fetchurl {
    url = "https://github.com/sbt/sbt/releases/download/v${finalAttrs.version}/sbt-${finalAttrs.version}.tgz";
    hash = "sha256-l7t331CsM+P4yH0UFcHWa7WFhvb+Ayt4CP14P5SVMfA=";
    hash = "sha256-OgLUzZhn/OJZgvmxaMJF/05HjddpQV21QuW+65+fuHo=";
  };

  postPatch = ''