mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
Merge pull request #71686 from jonringer/fix-redeclipse
redeclipse: fix src url
This commit is contained in:
commit
a6d5d5c871
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue