Skip to content

Commit 617d450

Browse files
authored
ticcutils: 0.36 -> 0.37 (NixOS#470853)
2 parents 0ea380e + 7e3256e commit 617d450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ti/ticcutils/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 = "ticcutils";
21-
version = "0.36";
21+
version = "0.37";
2222

2323
src = fetchFromGitHub {
2424
owner = "LanguageMachines";
2525
repo = "ticcutils";
2626
tag = "v${finalAttrs.version}";
27-
hash = "sha256-iehbLpVdcJ9PPI4iwUweZjsD+r1dNFoOr38W53JpGdU=";
27+
hash = "sha256-jpwiRVpzALBUf4DxpRblEPLgXXOh2luHnTQg8nuQAwo=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)