Skip to content

Commit 0747d1b

Browse files
xtermcontrol: 3.8 -> 3.10 (#374292)
2 parents 102ebc7 + b0ce386 commit 0747d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xt/xtermcontrol/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
}:
66

77
stdenv.mkDerivation rec {
8-
version = "3.8";
8+
version = "3.10";
99
pname = "xtermcontrol";
1010

1111
src = fetchurl {
1212
url = "https://thrysoee.dk/xtermcontrol/xtermcontrol-${version}.tar.gz";
13-
sha256 = "sha256-Vh6GNiDkjNhaD9U/3fG2LpMLN39L3jRUgG/FQeG1z40=";
13+
sha256 = "sha256-Prl7HZ2KrhutT+LEHKOj27ENLWfmykWZqh9jGkBQPe4=";
1414
};
1515

1616
meta = {

0 commit comments

Comments
 (0)