summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/ne
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-29 03:56:46 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-02-29 03:56:46 +0000
commit5d90f9c1eb4ad3bd1c4c899477c6a6dedeee9af1 (patch)
tree7fb8deefa3162111812cb805a6af55db3de6dfaa /pkgs/applications/editors/ne
parentf7d07d48513dd3bf8f84f347c3c0e1800207f01d (diff)
ne: 3.2.1 -> 3.3.0
Diffstat (limited to 'pkgs/applications/editors/ne')
-rw-r--r--pkgs/applications/editors/ne/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/ne/default.nix b/pkgs/applications/editors/ne/default.nix
index 3c96ba911651..4faf1e28b1cc 100644
--- a/pkgs/applications/editors/ne/default.nix
+++ b/pkgs/applications/editors/ne/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ne";
- version = "3.2.1";
+ version = "3.3.0";
src = fetchFromGitHub {
owner = "vigna";
repo = pname;
rev = version;
- sha256 = "0h6d08cnwrk96ss83i9bragwwanph6x54sm3ak1z81146dsqsiif";
+ sha256 = "01aglnsfljlvx0wvyvpjfn4y88jf450a06qnj9a8lgdqv1hdkq1a";
};
postPatch = ''