We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e47dcb9 commit ff965a5Copy full SHA for ff965a5
pkgs/applications/editors/scite/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "scite-${version}";
5
- version = "3.7.3";
+ version = "3.7.5";
6
7
src = fetchurl {
8
- url = "mirror://sourceforge/project/scintilla/SciTE/${version}/scite373.tgz";
9
- sha256 = "05d81h1fqhjlw9apvrni3x2q4a562cd5ra1071qpna8h4ml0an9m";
+ url = http://www.scintilla.org/scite375.tgz;
+ sha256 = "11pg9bifyyqpblqsrl1b9f8shb3fa6fgzclvjba6hwh7hh98drji";
10
};
11
12
nativeBuildInputs = [ pkgconfig ];
0 commit comments