Skip to content

Commit

Permalink
sbt: 1.2.3 -> 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 9, 2018
1 parent 583e983 commit 844bcbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/sbt/default.nix
Expand Up @@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
name = "sbt-${version}";
version = "1.2.3";
version = "1.2.4";

src = fetchurl {
urls = [
"https://dl.bintray.com/sbt/native-packages/sbt/${version}/${name}.tgz"
"https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz"
"https://cocl.us/sbt-${version}.tgz"
];
sha256 = "1szyp9hgrvr3r5rhr98cn5mkhca1mr0qfs6cd8fiihm6hzjzn0nm";
sha256 = "06zv1mm4rhl0h6qa7m4w5lbwjcyqp43r183q36q9zlyip965mnrn";
};

patchPhase = ''
Expand Down

0 comments on commit 844bcbd

Please sign in to comment.