emacs-evil: 20141020 -> 1.2.3
Use the actual upstream source, not some random mirror.
This commit is contained in:
parent
e40579d91e
commit
04124c45a7
@ -11296,7 +11296,7 @@ let
|
|||||||
emacsPackagesNgGen = emacs: import ./emacs-packages.nix {
|
emacsPackagesNgGen = emacs: import ./emacs-packages.nix {
|
||||||
overrides = (config.emacsPackageOverrides or (p: {})) pkgs;
|
overrides = (config.emacsPackageOverrides or (p: {})) pkgs;
|
||||||
|
|
||||||
inherit lib stdenv fetchurl fetchgit fetchFromGitHub emacs;
|
inherit lib stdenv fetchurl fetchgit fetchFromGitHub fetchhg emacs;
|
||||||
|
|
||||||
trivialBuild = import ../build-support/emacs/trivial.nix {
|
trivialBuild = import ../build-support/emacs/trivial.nix {
|
||||||
inherit lib stdenv emacs texinfo;
|
inherit lib stdenv emacs texinfo;
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
{ overrides
|
{ overrides
|
||||||
|
|
||||||
, lib, stdenv, fetchurl, fetchgit, fetchFromGitHub
|
, lib, stdenv, fetchurl, fetchgit, fetchFromGitHub, fetchhg
|
||||||
|
|
||||||
, emacs
|
, emacs
|
||||||
, trivialBuild
|
, trivialBuild
|
||||||
@ -498,11 +498,11 @@ let self = _self // overrides;
|
|||||||
|
|
||||||
evil = melpaBuild {
|
evil = melpaBuild {
|
||||||
pname = "evil";
|
pname = "evil";
|
||||||
version = "20141020";
|
version = "1.2.3";
|
||||||
src = fetchgit {
|
src = fetchhg {
|
||||||
url = "https://github.com/emacsmirror/evil.git";
|
url = "https://bitbucket.org/lyro/evil";
|
||||||
rev = "999ec15587f85100311c031aa8efb5d50c35afe4";
|
rev = "e5588e50c0e40a66c099868ea825755e348311fb";
|
||||||
sha256 = "5f67643d19a31172e68f2f195959d33bcd26c2786eb71e67eb27eb52f5bf387a";
|
sha256 = "0185vrzfdz6iwhmc22rjy0n7ppfppp2ddc8xl0vvbda79q6w3bp8";
|
||||||
};
|
};
|
||||||
packageRequires = [ goto-chg undo-tree ];
|
packageRequires = [ goto-chg undo-tree ];
|
||||||
meta = {
|
meta = {
|
||||||
@ -740,10 +740,10 @@ let self = _self // overrides;
|
|||||||
goto-chg = melpaBuild rec {
|
goto-chg = melpaBuild rec {
|
||||||
pname = "goto-chg";
|
pname = "goto-chg";
|
||||||
version = "1.6";
|
version = "1.6";
|
||||||
src = fetchgit {
|
src = fetchhg {
|
||||||
url = "https://gitorious.org/evil/evil.git";
|
url = "https://bitbucket.org/lyro/evil";
|
||||||
rev = "999ec15587f85100311c031aa8efb5d50c35afe4";
|
rev = "e5588e50c0e40a66c099868ea825755e348311fb";
|
||||||
sha256 = "5f67643d19a31172e68f2f195959d33bcd26c2786eb71e67eb27eb52f5bf387a";
|
sha256 = "0185vrzfdz6iwhmc22rjy0n7ppfppp2ddc8xl0vvbda79q6w3bp8";
|
||||||
};
|
};
|
||||||
files = [ "lib/goto-chg.el" ];
|
files = [ "lib/goto-chg.el" ];
|
||||||
meta = { license = gpl3Plus; };
|
meta = { license = gpl3Plus; };
|
||||||
|
Loading…
Reference in New Issue
Block a user