summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/scite
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-12 22:11:36 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-12 22:11:36 +0200
commitff965a59f5c095ae4d6939e491892e0b786cc8a8 (patch)
tree15b49b38ceb7d8c84b6520976acc134554278b9c /pkgs/applications/editors/scite
parente47dcb9cefdf154450382662fb59db0593eb773f (diff)
scite: 3.7.3 -> 3.7.5
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 d02a08a0a597..05cf21fcc536 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.3";
+ version = "3.7.5";
src = fetchurl {
- url = "mirror://sourceforge/project/scintilla/SciTE/${version}/scite373.tgz";
- sha256 = "05d81h1fqhjlw9apvrni3x2q4a562cd5ra1071qpna8h4ml0an9m";
+ url = http://www.scintilla.org/scite375.tgz;
+ sha256 = "11pg9bifyyqpblqsrl1b9f8shb3fa6fgzclvjba6hwh7hh98drji";
};
nativeBuildInputs = [ pkgconfig ];