redeclipse: fix src url

This commit is contained in:
Jonathan Ringer 2019-10-22 08:31:19 -07:00
parent 62e5aa3719
commit ec39360a7c
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
version = "1.6.0";
src = fetchurl {
url = "https://github.com/red-eclipse/base/releases/download/v${version}/redeclipse_${version}_nix.tar.bz2";
url = "https://github.com/redeclipse/base/releases/download/v${version}/redeclipse_${version}_nix.tar.bz2";
sha256 = "0j98zk7nivdsap4y50dlqnql17hdila1ikvps6vicwaqb3l4gaa8";
};