forked from mirrors/nixpkgs
writegood: update from 2.0 to 2.0.2
This commit is contained in:
parent
4576a72e45
commit
a3b2058153
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{stdenv, fetchurl, emacs}:
|
{stdenv, fetchurl, emacs}:
|
||||||
|
|
||||||
let version = "2.0";
|
let version = "2.0.2";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "writegood-mode-${version}";
|
name = "writegood-mode-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/bnbeckwith/writegood-mode/archive/v${version}.tar.gz";
|
url = "https://github.com/bnbeckwith/writegood-mode/archive/v${version}.tar.gz";
|
||||||
sha256 = "0wf7bj9d00ggy3xigym885a3njfr98i3aqrrawf8x6lgbfc56dgp";
|
sha256 = "1ilbqj24vzpfh9n1wph7idj0914ga290jkpv9kr1pff3a0v5hf6k";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs ];
|
buildInputs = [ emacs ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue