Skip to content

Commit

Permalink
melpaPackages: update jade
Browse files Browse the repository at this point in the history
Fixes #18550.

(cherry picked from commit 7fd8f15)
  • Loading branch information
ttuegel committed Oct 26, 2016
1 parent 6a2d40d commit 22737d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/editors/emacs-modes/melpa-generated.nix
Expand Up @@ -34393,22 +34393,22 @@
license = lib.licenses.free;
};
}) {};
jade = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, js2-mode, lib, map, melpaBuild, seq, websocket }:
jade = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, js2-mode, lib, melpaBuild, seq, websocket }:
melpaBuild {
pname = "jade";
version = "20160808.129";
version = "20160913.816";
src = fetchFromGitHub {
owner = "NicolasPetton";
repo = "jade";
rev = "e5204d18a9a9563af2ba5d5f985d6161a906d7d9";
sha256 = "0l0q4c98jil0scr4spc3z3rgy4xy4w85zrsas1z8w142arvpiw70";
rev = "5d9c5cc88a4601700adba558aab2818591fcf02c";
sha256 = "1jfwns1jk0ixpxcf2rk49mr008bnnzq8g591vyd31lb5n10kwyc2";
};
recipeFile = fetchurl {
url = "https://raw.githubusercontent.com/milkypostman/melpa/b989c1bd83f20225314b6e903c5e1df972551c19/recipes/jade";
sha256 = "04w7pgn0dkppi6l15rkz8b1bcpw1dsgvvijy81a6i4nkigxxlv4y";
name = "jade";
};
packageRequires = [ company emacs js2-mode map seq websocket ];
packageRequires = [ company emacs js2-mode seq websocket ];
meta = {
homepage = "https://melpa.org/#/jade";
license = lib.licenses.free;
Expand Down
10 changes: 5 additions & 5 deletions pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
Expand Up @@ -16683,22 +16683,22 @@
license = lib.licenses.free;
};
}) {};
jade = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, js2-mode, lib, map, melpaBuild, seq, websocket }:
jade = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, js2-mode, lib, melpaBuild, seq, websocket }:
melpaBuild {
pname = "jade";
version = "0.17";
version = "0.19";
src = fetchFromGitHub {
owner = "NicolasPetton";
repo = "jade";
rev = "11769bf8419202819a25047f57dd9aa0c98f5ebb";
sha256 = "09zfvcirz7hcp255yhsf7d04vrc078kk69qhwy1j31ar0rb4fy1b";
rev = "94f53bbd8aa8719b3d83ce038f68e74695b86ed4";
sha256 = "0c40pg9f9w90fb1gwpl4z5wxhi0ng8j2fr6kf60yhbwg65x92w2k";
};
recipeFile = fetchurl {
url = "https://raw.githubusercontent.com/milkypostman/melpa/b989c1bd83f20225314b6e903c5e1df972551c19/recipes/jade";
sha256 = "04w7pgn0dkppi6l15rkz8b1bcpw1dsgvvijy81a6i4nkigxxlv4y";
name = "jade";
};
packageRequires = [ company emacs js2-mode map seq websocket ];
packageRequires = [ company emacs js2-mode seq websocket ];
meta = {
homepage = "https://melpa.org/#/jade";
license = lib.licenses.free;
Expand Down

0 comments on commit 22737d5

Please sign in to comment.