From 4c81ac3320cc11277cd57e46ebb7578d775f2d74 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 3 Nov 2014 15:26:59 -0600 Subject: [PATCH] macvim: Update sha256 --- 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 0003779a52e..784be80ecf4 100644 --- a/pkgs/applications/editors/vim/macvim.nix +++ b/pkgs/applications/editors/vim/macvim.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://github.com/genoma/macvim/archive/g-snapshot-21.tar.gz"; - sha256 = "1f6l39s6cgyzzr9ix729axmc299mpl29abbc7571g4vply17m7nv"; + sha256 = "1s86dpb8bcxh309gikiz8gm9ygv3d2jy6i4qlnxarbvcdk65fzv4"; }; enableParallelBuilding = true;