Skip to content

Commit

Permalink
sbt-extras: 77686b3 -> 3c8fcad
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jan 10, 2018
1 parent 98b3db2 commit ad0e0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/sbt-extras/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, which, curl, makeWrapper, jdk }:

let
rev = "77686b3dfa20a34270cc52377c8e37c3a461e484";
rev = "3c8fcadc3376edfd8e4b08b35f174935bf97bbac";
version = stdenv.lib.strings.substring 0 7 rev;
in
stdenv.mkDerivation {
Expand All @@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "paulp";
repo = "sbt-extras";
inherit rev;
sha256 = "1bhqigm0clv3i1gvn4gsllywcnwfsa73xvqp8m7pbvn8g7i2ws6x";
sha256 = "0r79w4kgdrsdnm4ma9rmb9k115rvidpaha7sr9rsxv68jpagwgrj";
};

dontBuild = true;
Expand Down

0 comments on commit ad0e0f2

Please sign in to comment.