about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-08-20 15:57:25 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-08-20 15:57:28 -0700
commit8255ac0d68f937b46b3b86aa90c390e68ce7fe75 (patch)
tree575207eeef6a1499a9812d5d57e6815ef1fe5d24 /pkgs/applications/editors/vim
parentb5d599af8c95393d8e73d9d7c705101e525f0a3d (diff)
vim: 7.4.826 -> 7.4.827
Fix the version string to match the new versioning scheme after the
github migration.
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vim/default.nix b/pkgs/applications/editors/vim/default.nix
index 54b3127898ee0..3bdd44529ddbf 100644
--- a/pkgs/applications/editors/vim/default.nix
+++ b/pkgs/applications/editors/vim/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   name = "vim-${version}";
-  version = "7.4.826";
+  version = "7.4.827";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
-    rev = "v${stdenv.lib.replaceChars ["."] ["-"] version}";
-    sha256 = "147lkcjdd0jbc7y2hflfzwnyjhdgi1971pmkizihybxmmj1a4g8y";
+    rev = "v${version}";
+    sha256 = "1m34s2hsc5lcish6gmvn2iwaz0k7jc3kg9q4nf30fj9inl7gaybs";
   };
 
   # this makes maintainers very sad