mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
writegood-mode: update to version 1.3
https://github.com/bnbeckwith/writegood-mode/issues/7
This commit is contained in:
parent
9856172956
commit
c3dc693586
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{stdenv, fetchurl, emacs}:
|
||||
|
||||
let version = "1.2";
|
||||
let version = "1.3";
|
||||
|
||||
in stdenv.mkDerivation {
|
||||
name = "writegood-mode-${version}";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/bnbeckwith/writegood-mode/archive/v${version}.tar.gz";
|
||||
sha256 = "1kgi2i5pq0vk751z079yp7kdw721cclfg9d9p28h3a8xbr95l7b6";
|
||||
sha256 = "0p34rgawnqg94vk4lcw14x99rrvsd23dmbwkxz2vax5kq6l8y5yf";
|
||||
};
|
||||
|
||||
buildInputs = [ emacs ];
|
||||
|
|
Loading…
Reference in a new issue