summary refs log tree commit diff
path: root/pkgs/applications/editors/moe
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-01-04 23:34:14 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-01-05 08:55:25 -0300
commite2a3c741260f1985224ed0459febd20fec261320 (patch)
treed2938876293ab904fef1aaa2b2be288fe5c6ebb7 /pkgs/applications/editors/moe
parent77f62f9820fccee88a1d62d1898646f3a6f4d55f (diff)
downloadnixpkgs-e2a3c741260f1985224ed0459febd20fec261320.tar
nixpkgs-e2a3c741260f1985224ed0459febd20fec261320.tar.gz
nixpkgs-e2a3c741260f1985224ed0459febd20fec261320.tar.bz2
nixpkgs-e2a3c741260f1985224ed0459febd20fec261320.tar.lz
nixpkgs-e2a3c741260f1985224ed0459febd20fec261320.tar.xz
nixpkgs-e2a3c741260f1985224ed0459febd20fec261320.tar.zst
nixpkgs-e2a3c741260f1985224ed0459febd20fec261320.zip
moe: 1.10 -> 1.11
Diffstat (limited to 'pkgs/applications/editors/moe')
-rw-r--r--pkgs/applications/editors/moe/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/applications/editors/moe/default.nix b/pkgs/applications/editors/moe/default.nix
index 060abda33d0..d6dbe100652 100644
--- a/pkgs/applications/editors/moe/default.nix
+++ b/pkgs/applications/editors/moe/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchurl
-, lzip, ncurses
+{ stdenv
+, fetchurl
+, ncurses
+, lzip
 }:
 
-with stdenv.lib;
 stdenv.mkDerivation rec {
-
   pname = "moe";
-  version = "1.10";
+  version = "1.11";
 
   src = fetchurl {
     url = "mirror://gnu/moe/${pname}-${version}.tar.lz";
-    sha256 = "0fymywdiy9xqppcmvgs7mf7d3gfrky3jp5jkxs2l3v93asml9zcc";
+    sha256 = "sha256-DvvLz1pKjZZlQcbLCZugq2QWeANm286C2f+ZWoWl4vk=";
   };
 
   prePatch = ''
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ lzip ];
   buildInputs = [ ncurses ];
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "A small, 8-bit clean editor";
     longDescription = ''
       GNU moe is a powerful, 8-bit clean, console text editor for ISO-8859 and