Guest User

Untitled

a guest
Sep 24th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. diff --git a/pkgs/applications/editors/textadept/default.nix b/pkgs/applications/editors/textadept/default.nix
  2. index bb771c89010..aef71ddf4fa 100644
  3. --- a/pkgs/applications/editors/textadept/default.nix
  4. +++ b/pkgs/applications/editors/textadept/default.nix
  5. @@ -1,6 +1,6 @@
  6. { lib, stdenv, fetchhg, fetchurl, gtk2, glib, pkgconfig, unzip, ncurses, zip }:
  7. stdenv.mkDerivation rec {
  8. - version = "10.2";
  9. + version = "10.8";
  10. pname = "textadept";
  11.  
  12. nativeBuildInputs = [ pkgconfig ];
  13. @@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
  14. ];
  15.  
  16. src = fetchhg {
  17. - url = "http://foicica.com/hg/textadept";
  18. + url = "https://foicica.com/hg/textadept/";
  19. rev = "textadept_${version}";
  20. - sha256 = "0fai8xqddkkprmbf0cf8wwgv7ccfdb1iyim30nppm2m16whkc8fl";
  21. + sha256 = "1hl8mq4vdkkyy4s2in58zxawq0zkjgm45i5c4x1y9hddgflpih5m";
  22. };
  23.  
  24. preConfigure =
  25.  
  26.  
Add Comment
Please, Sign In to add comment