sbt: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2022-01-01 04:23:47 +00:00
parent 796af3ddba
commit a5d3e45d00

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