Merge pull request #4761 from aespinosa/fix-sha256-of-macvim

Update the sha256sum of the new MacVim build
This commit is contained in:
cillianderoiste 2014-11-03 14:24:44 +01:00
commit 83a7b4974b

View file

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, ncurses, gettext, { stdenv, fetchurl, ncurses, gettext,
pkgconfig, cscope, python, ruby, tcl, perl, luajit pkgconfig, cscope, python, ruby, tcl, perl, luajit
}: }:
@ -7,11 +7,9 @@ stdenv.mkDerivation rec {
version = "7.4.479"; version = "7.4.479";
src = fetchFromGitHub { src = fetchurl {
owner = "genoma"; url = "https://github.com/genoma/macvim/archive/g-snapshot-21.tar.gz";
repo = "macvim"; sha256 = "1f6l39s6cgyzzr9ix729axmc299mpl29abbc7571g4vply17m7nv";
rev = "f9c084b97fa9d5cad2448dfd3eff3d9b7f0fac59";
sha256 = "190bngg8m4bwqcia7w24gn7mmqkhk0mavxy81ziwysam1f652ymf";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;