summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-11-03 15:26:59 -0600
committerJohn Wiegley <johnw@newartisans.com>2014-11-03 15:27:32 -0600
commit4c81ac3320cc11277cd57e46ebb7578d775f2d74 (patch)
tree7b4212ff170a9f1aebc133996ae9cd4ff0c39c0e /pkgs/applications/editors/vim
parent4219c276328058dc8f7a4ab46f7ead11fc97a911 (diff)
downloadnixpkgs-4c81ac3320cc11277cd57e46ebb7578d775f2d74.tar
nixpkgs-4c81ac3320cc11277cd57e46ebb7578d775f2d74.tar.gz
nixpkgs-4c81ac3320cc11277cd57e46ebb7578d775f2d74.tar.bz2
nixpkgs-4c81ac3320cc11277cd57e46ebb7578d775f2d74.tar.lz
nixpkgs-4c81ac3320cc11277cd57e46ebb7578d775f2d74.tar.xz
nixpkgs-4c81ac3320cc11277cd57e46ebb7578d775f2d74.tar.zst
nixpkgs-4c81ac3320cc11277cd57e46ebb7578d775f2d74.zip
macvim: Update sha256
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/macvim.nix2
1 files changed, 1 insertions, 1 deletions
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;