We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e9d4a commit b0ce386Copy full SHA for b0ce386
pkgs/by-name/xt/xtermcontrol/package.nix
@@ -5,12 +5,12 @@
5
}:
6
7
stdenv.mkDerivation rec {
8
- version = "3.8";
+ version = "3.10";
9
pname = "xtermcontrol";
10
11
src = fetchurl {
12
url = "https://thrysoee.dk/xtermcontrol/xtermcontrol-${version}.tar.gz";
13
- sha256 = "sha256-Vh6GNiDkjNhaD9U/3fG2LpMLN39L3jRUgG/FQeG1z40=";
+ sha256 = "sha256-Prl7HZ2KrhutT+LEHKOj27ENLWfmykWZqh9jGkBQPe4=";
14
};
15
16
meta = {
0 commit comments