macvim: fix bad copy/paste in 6f08fdd26

In 6f08fdd26, I left in a typo after copying from my `~/.nixpkgs/config`.
I would normally test this out locally, but I'm fixing up my conf locally,
and, in the interest of not forgetting to push this change up, made the edit
through GitHub's UI.
Oops.
This commit is contained in:
Charles Strahan 2015-08-04 17:46:45 -05:00
parent 6f08fdd26a
commit 7c1a3da1c4

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
version = "7.4.648";
src = self.fetchurl {
src = fetchurl {
url = "https://github.com/genoma/macvim/archive/g-snapshot-32.tar.gz";
sha256 = "1wqg5sy7krgqg3sj00gb34avg90ga2kbvv09bsxv2267j7agi0iq";
};