Skip to content

Commit 206bfc5

Browse files
authored
timbl: 6.10 -> 6.11 (NixOS#470329)
2 parents d183ba2 + 17295cc commit 206bfc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ti/timbl/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "timbl";
21-
version = "6.10";
21+
version = "6.11";
2222

2323
src = fetchFromGitHub {
2424
owner = "LanguageMachines";
2525
repo = "timbl";
2626
tag = "v${finalAttrs.version}";
27-
hash = "sha256-kAPYKAlgr9c4OU6ARTizOmWvQa1mrK0IoOWshJ4Ctjg=";
27+
hash = "sha256-DzHVUb+inFQ4Z0zrAUuO1+4775ZLMp/gDyN8x7z8EKI=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)