From 7c1a3da1c414abb7a9eab8ea103c5ac77c1105bc Mon Sep 17 00:00:00 2001 From: Charles Strahan Date: Tue, 4 Aug 2015 17:46:45 -0500 Subject: [PATCH] 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. --- pkgs/applications/editors/vim/macvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vim/macvim.nix b/pkgs/applications/editors/vim/macvim.nix index 61c57611aac..d69c1e27c4a 100644 --- a/pkgs/applications/editors/vim/macvim.nix +++ b/pkgs/applications/editors/vim/macvim.nix @@ -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"; };