sbt: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm 2022-02-02 03:08:10 +00:00 committed by Tim Steinbach
parent ec8d683d65
commit 55c151b450

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "sbt";
version = "1.6.1";
version = "1.6.2";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
sha256 = "sha256-YChr8bh1sx4pVfimmYiM0mEumv2U0DzeCi5x79dJL/w=";
sha256 = "sha256-Y3Y3tsTm+gSrYs02QGHjKxJICwkAHNIzA99is2+t1EA=";
};
postPatch = ''