Skip to content

Commit ff965a5

Browse files
committedJul 12, 2017
scite: 3.7.3 -> 3.7.5
1 parent e47dcb9 commit ff965a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/editors/scite/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "scite-${version}";
5-
version = "3.7.3";
5+
version = "3.7.5";
66

77
src = fetchurl {
8-
url = "mirror://sourceforge/project/scintilla/SciTE/${version}/scite373.tgz";
9-
sha256 = "05d81h1fqhjlw9apvrni3x2q4a562cd5ra1071qpna8h4ml0an9m";
8+
url = http://www.scintilla.org/scite375.tgz;
9+
sha256 = "11pg9bifyyqpblqsrl1b9f8shb3fa6fgzclvjba6hwh7hh98drji";
1010
};
1111

1212
nativeBuildInputs = [ pkgconfig ];

0 commit comments

Comments
 (0)
Please sign in to comment.