treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -55,7 +55,7 @@ let suffix = if stdenv.is64bit then "64" else "32"; in
|
||||
cog = pharo-vm-build-legacy rec {
|
||||
version = "2016.02.18";
|
||||
name = "pharo-cog${suffix}";
|
||||
base-url = http://files.pharo.org/vm/src/vm-unix-sources/blessed;
|
||||
base-url = "http://files.pharo.org/vm/src/vm-unix-sources/blessed";
|
||||
src = fetchurl {
|
||||
url = "${base-url}/pharo-vm-${version}.tar.bz2";
|
||||
sha256 = "16n2zg7v2s1ml0vvpbhkw6khmgn637sr0d7n2b28qm5yc8pfhcj4";
|
||||
|
||||
Reference in New Issue
Block a user