sbt-extras: 2019-10-21 -> 2020-06-01 (#89289)

This commit is contained in:
contrun 2020-06-01 16:46:15 +08:00 committed by GitHub
parent d5117e795f
commit 99b5c0bcbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}";
@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "paulp";
repo = "sbt-extras";
inherit rev;
sha256 = "1pc8l78qp51ixa26z0n1djwmazpxw1p4j4w4njil7ywxl9xvr92i";
sha256 = "0a4dxpvw21yi3pji1s31pp17xplmczn2f2yijn58an9m2angw83j";
};
dontBuild = true;