Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/pkgs/applications/editors/textadept/default.nix b/pkgs/applications/editors/textadept/default.nix
- index bb771c89010..aef71ddf4fa 100644
- --- a/pkgs/applications/editors/textadept/default.nix
- +++ b/pkgs/applications/editors/textadept/default.nix
- @@ -1,6 +1,6 @@
- { lib, stdenv, fetchhg, fetchurl, gtk2, glib, pkgconfig, unzip, ncurses, zip }:
- stdenv.mkDerivation rec {
- - version = "10.2";
- + version = "10.8";
- pname = "textadept";
- nativeBuildInputs = [ pkgconfig ];
- @@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
- ];
- src = fetchhg {
- - url = "http://foicica.com/hg/textadept";
- + url = "https://foicica.com/hg/textadept/";
- rev = "textadept_${version}";
- - sha256 = "0fai8xqddkkprmbf0cf8wwgv7ccfdb1iyim30nppm2m16whkc8fl";
- + sha256 = "1hl8mq4vdkkyy4s2in58zxawq0zkjgm45i5c4x1y9hddgflpih5m";
- };
- preConfigure =
Add Comment
Please, Sign In to add comment