emacs-dash: update to version 2.12.1
This commit is contained in:
parent
c9e3a8facc
commit
0608615f78
@ -1,14 +1,14 @@
|
|||||||
{stdenv, fetchurl, emacs}:
|
{stdenv, fetchurl, emacs}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.11.0";
|
version = "2.12.1";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "emacs-dash-${version}";
|
name = "emacs-dash-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/magnars/dash.el/archive/${version}.tar.gz";
|
url = "https://github.com/magnars/dash.el/archive/${version}.tar.gz";
|
||||||
sha256 = "1piwcwilkxcbjxx832mhb7q3pz1fgwp203r581bpqcw6kd5x726q";
|
sha256 = "082jl7mp4x063bpj5ad2pc5125k0d6p7rb89gcj7ny3lma9h2ij1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs ];
|
buildInputs = [ emacs ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user