Merge pull request #153030 from r-ryantm/auto-update/sbt

sbt: 1.6.0 -> 1.6.1
This commit is contained in:
Jörg Thalheim 2022-01-01 13:49:57 +00:00 committed by GitHub
commit 48205e4d0a
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.6.0";
version = "1.6.1";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
sha256 = "sha256-Y52xcPZRDQ+IX/QAVGRODshbuDb5oJA45r9OT2Jxusw=";
sha256 = "sha256-YChr8bh1sx4pVfimmYiM0mEumv2U0DzeCi5x79dJL/w=";
};
postPatch = ''