File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
pkgs/by-name/lt/lttoolbox Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 1515
1616stdenv . 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
You can’t perform that action at this time.
0 commit comments