Skip to content

Commit

Permalink
sbt: 1.5.5 -> 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Prillan authored and jsoo1 committed Jul 18, 2022
1 parent a87cc93 commit c339909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/sbt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
pname = "sbt";
version = "1.5.5";
version = "1.5.6";

src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
sha256 = "1jdknan2gckkfl79pzshgb4009xn2y3nlp0ws1xd47n9yl6dbz60";
sha256 = "sha256-PC0ndJkv4nNIdZMCtZhi3XRp/dRlXXx1yHvK8bAwIGg=";
};

postPatch = ''
Expand Down

0 comments on commit c339909

Please sign in to comment.