Skip to content

Commit

Permalink
sbt: 1.2.1 -> 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 15, 2018
1 parent 2193518 commit 7954884
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.1";
version = "1.2.3";

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 = "1pyp98svh5x8b6yp5vfl0jhz8aysjm0dqvqf7znyb3l7knfqk726";
sha256 = "1szyp9hgrvr3r5rhr98cn5mkhca1mr0qfs6cd8fiihm6hzjzn0nm";
};

patchPhase = ''
Expand Down

0 comments on commit 7954884

Please sign in to comment.