Merge pull request #152416 from JesusMtnezForks/sbt

sbt: 1.5.8 -> 1.6.0
This commit is contained in:
Bobby Rong 2021-12-28 14:38:16 +08:00 committed by GitHub
commit 5754dbe5e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''