Skip to content

Commit 70df4cf

Browse files
committed
lttoolbox: 3.7.1 -> 3.7.6
1 parent 4ef2831 commit 70df4cf

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pkgs/by-name/lt/lttoolbox/package.nix

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,15 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "lttoolbox";
18-
version = "3.7.1";
18+
version = "3.7.6";
1919

2020
src = fetchFromGitHub {
2121
owner = "apertium";
2222
repo = "lttoolbox";
2323
tag = "v${version}";
24-
hash = "sha256-3lHXKtwQSrMGQEGOGr27e3kB2qKkTFZcEzeAnIm89Rg=";
24+
hash = "sha256-T92TEhrWwPYW8e49rc0jfM0C3dmNYtuexhO/l5s+tQ0=";
2525
};
2626

27-
patches = [
28-
# can be removed once the version goes past this commit
29-
# https://github.com/apertium/lttoolbox/commit/e682fe18a96d5a865cfbd3e5661dbc7b3ace1821
30-
(fetchpatch {
31-
url = "https://github.com/apertium/lttoolbox/commit/e682fe18a96d5a865cfbd3e5661dbc7b3ace1821.patch";
32-
hash = "sha256-VeP8Mv2KYxX+eVjIRw/jHbURaWN665+fiFaoT3VxAno=";
33-
})
34-
];
35-
3627
nativeBuildInputs = [
3728
autoconf
3829
automake

0 commit comments

Comments
 (0)