mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Use fetchurl and the exact release tag
This commit is contained in:
parent
21880ab6fb
commit
c6089871bb
@ -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,10 +7,8 @@ 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";
|
|
||||||
rev = "f9c084b97fa9d5cad2448dfd3eff3d9b7f0fac59";
|
|
||||||
sha256 = "1f6l39s6cgyzzr9ix729axmc299mpl29abbc7571g4vply17m7nv";
|
sha256 = "1f6l39s6cgyzzr9ix729axmc299mpl29abbc7571g4vply17m7nv";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user