Loading pkgs/applications/terminal-emulators/xterm/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ stdenv.mkDerivation rec { # No nicer place to find latest release. url = "https://github.com/ThomasDickey/xterm-snapshots.git"; rev-prefix = "xterm-"; # # Tags that end in letters are unstable # Tags that end in letters are unstable ignoredVersions = "[a-z]$"; }; }; Loading Loading
pkgs/applications/terminal-emulators/xterm/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ stdenv.mkDerivation rec { # No nicer place to find latest release. url = "https://github.com/ThomasDickey/xterm-snapshots.git"; rev-prefix = "xterm-"; # # Tags that end in letters are unstable # Tags that end in letters are unstable ignoredVersions = "[a-z]$"; }; }; Loading