sbt: 1.5.5 -> 1.5.6

CVE-2021-44228: https://github.com/apache/logging-log4j2/pull/608
This commit is contained in:
Rasmus Précenth 2021-12-10 12:04:56 +01:00 committed by Tim Steinbach
parent b327cb8891
commit 39d9c3c4c9

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "sbt";
version = "1.5.5";
version = "1.5.6";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
sha256 = "1jdknan2gckkfl79pzshgb4009xn2y3nlp0ws1xd47n9yl6dbz60";
sha256 = "sha256-PC0ndJkv4nNIdZMCtZhi3XRp/dRlXXx1yHvK8bAwIGg=";
};
postPatch = ''