Skip to content

Commit

Permalink
sbt-extras: 2019-10-21 -> 2020-06-01 (#89289)
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun authored Jun 1, 2020
1 parent d5117e7 commit 99b5c0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/build-managers/sbt-extras/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, which, curl, makeWrapper, jdk }:

let
rev = "f0669e9b6745b65fae3ec58c2d6a2bef133db456";
version = "2019-10-21";
rev = "fa06c268993aa72fc094dce06a71182827aad395";
version = "2020-06-01";
in
stdenv.mkDerivation {
name = "sbt-extras-${version}";
Expand All @@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "paulp";
repo = "sbt-extras";
inherit rev;
sha256 = "1pc8l78qp51ixa26z0n1djwmazpxw1p4j4w4njil7ywxl9xvr92i";
sha256 = "0a4dxpvw21yi3pji1s31pp17xplmczn2f2yijn58an9m2angw83j";
};

dontBuild = true;
Expand Down

0 comments on commit 99b5c0b

Please sign in to comment.