sbt: 1.5.8 -> 1.6.0

This commit is contained in:
JesusMtnez 2021-12-28 05:38:25 +01:00
parent be52722509
commit ad4a23c292
No known key found for this signature in database
GPG key ID: D54244C88732F2A1

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "sbt";
version = "1.5.8";
version = "1.6.0";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
sha256 = "sha256-WnT3UrfcIAs7HRxRUyfwHCH++DPpVzjeQsJC+3hA1Ik=";
sha256 = "sha256-Y52xcPZRDQ+IX/QAVGRODshbuDb5oJA45r9OT2Jxusw=";
};
postPatch = ''