about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorFilipe Regadas <filiperegadas@gmail.com>2019-09-25 20:08:50 +0100
committerFilipe Regadas <filiperegadas@gmail.com>2019-09-25 20:08:50 +0100
commitcf72659ca08d2d1eee8aef859922172538ae31d2 (patch)
treec6c36dd89911ae187afabdd308ed271734bdc863 /pkgs/development/tools
parent5cd72ae5c4bf765eeaa986c5a715d7008563d68f (diff)
downloadnixlib-cf72659ca08d2d1eee8aef859922172538ae31d2.tar
nixlib-cf72659ca08d2d1eee8aef859922172538ae31d2.tar.gz
nixlib-cf72659ca08d2d1eee8aef859922172538ae31d2.tar.bz2
nixlib-cf72659ca08d2d1eee8aef859922172538ae31d2.tar.lz
nixlib-cf72659ca08d2d1eee8aef859922172538ae31d2.tar.xz
nixlib-cf72659ca08d2d1eee8aef859922172538ae31d2.tar.zst
nixlib-cf72659ca08d2d1eee8aef859922172538ae31d2.zip
fixup! Updated list of urls
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/build-managers/sbt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/build-managers/sbt/default.nix b/pkgs/development/tools/build-managers/sbt/default.nix
index 7d5e6b7aa34f..01a003fb482a 100644
--- a/pkgs/development/tools/build-managers/sbt/default.nix
+++ b/pkgs/development/tools/build-managers/sbt/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     urls = [
-      "https://piccolo.link/sbt-${version}.tgz",
+      "https://piccolo.link/sbt-${version}.tgz"
       "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz"
     ];
     sha256 = "1ncjc4yrnhp2kc5xw3ismnyx5n71541760rzs81hxi8x8vi36x5b";