summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/nano
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-10-08 10:59:20 -0400
committerTim Steinbach <tim@nequissimus.com>2020-10-08 11:00:18 -0400
commit3f1321a03d49dde3e1e3f13190df912ddd81ec76 (patch)
tree91f6aa4b27d4d9e9188d8f3fd1ae7d44d20a2fd0 /pkgs/applications/editors/nano
parent6224bfd839035f685c8e7c21275f7eb2cc4cc6ad (diff)
nanorc: 2018-09-05 -> 2020-01-25
Diffstat (limited to 'pkgs/applications/editors/nano')
-rw-r--r--pkgs/applications/editors/nano/nanorc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/nano/nanorc/default.nix b/pkgs/applications/editors/nano/nanorc/default.nix
index 5f3a1ac91bd6..4d4b093233bd 100644
--- a/pkgs/applications/editors/nano/nanorc/default.nix
+++ b/pkgs/applications/editors/nano/nanorc/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "nanorc";
- version = "2018-09-05";
+ version = "2020-01-25";
src = fetchFromGitHub {
owner = "scopatz";
repo = "nanorc";
- rev = "1e589cb729d24fba470228d429e6dde07973d597";
- sha256 = "136yxr38lzrfv8bar0c6c56rh54q9s94zpwa19f425crh44drppl";
+ rev = "2020.1.25";
+ sha256 = "1y8jk3jsl4bd6r4hzmxzcf77hv8bwm0318yv7y2npkkd3a060z8d";
};
dontBuild = true;