summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/scite
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhavsagar@gmail.com>2018-06-01 18:23:01 +0800
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-01 12:23:01 +0200
commit86990d26bad0d1ffafc7295eec595dd0325576e9 (patch)
tree167c1932fb171fb21c0c70591b87a08ddbfa150f /pkgs/applications/editors/scite
parent23e9126e755c221bb8bed69730e259fb20ec44bf (diff)
scite: 3.7.5 -> 4.0.5 (#41345)
Diffstat (limited to 'pkgs/applications/editors/scite')
-rw-r--r--pkgs/applications/editors/scite/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/scite/default.nix b/pkgs/applications/editors/scite/default.nix
index 61b28e02949e..76a00c44ebbe 100644
--- a/pkgs/applications/editors/scite/default.nix
+++ b/pkgs/applications/editors/scite/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "scite-${version}";
- version = "3.7.5";
+ version = "4.0.5";
src = fetchurl {
- url = http://www.scintilla.org/scite375.tgz;
- sha256 = "11pg9bifyyqpblqsrl1b9f8shb3fa6fgzclvjba6hwh7hh98drji";
+ url = http://www.scintilla.org/scite405.tgz;
+ sha256 = "0h16wk2986nkkhhdv5g4lxlcn02qwyja24x1r6vf02r1hf46b9q2";
};
nativeBuildInputs = [ pkgconfig ];