simpleBuildTool: 1.8.2 -> 1.8.3

This commit is contained in:
R. Ryantm 2023-05-13 00:59:24 +00:00
parent 587ac4e842
commit bf79b2b541

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "sbt";
version = "1.8.2";
version = "1.8.3";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
sha256 = "sha256-H2U0TaB029Zt/vqTwO/40xnXcuXK1H/L62rheLvfRoY=";
sha256 = "sha256-IfQhB4b9aP0V3KP0yO6crg2yScVOGw726Cnp+kk2Qjo=";
};
postPatch = ''