@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
if stdenv.hostPlatform.system == "i686-linux" then
|
if stdenv.hostPlatform.system == "i686-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
name = "sublimetext-2.0.2.tar.bz2";
|
name = "sublimetext-2.0.2.tar.bz2";
|
||||||
url = [
|
urls = [
|
||||||
"http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2.tar.bz2"
|
"http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2.tar.bz2"
|
||||||
"https://download.sublimetext.com/Sublime%20Text%202.0.2.tar.bz2"
|
"https://download.sublimetext.com/Sublime%20Text%202.0.2.tar.bz2"
|
||||||
];
|
];
|
||||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
else
|
else
|
||||||
fetchurl {
|
fetchurl {
|
||||||
name = "sublimetext-2.0.2.tar.bz2";
|
name = "sublimetext-2.0.2.tar.bz2";
|
||||||
url = [
|
urls = [
|
||||||
"http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2.tar.bz2"
|
"http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2.tar.bz2"
|
||||||
"https://download.sublimetext.com/Sublime%20Text%202.0.2%20x64.tar.bz2"
|
"https://download.sublimetext.com/Sublime%20Text%202.0.2%20x64.tar.bz2"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user