Skip to content

Commit 767b0d3

Browse files
libchewing: 0.12.0 -> 0.13.0 (#539812)
2 parents a5a135b + d983ad8 commit 767b0d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/li/libchewing/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "libchewing";
16-
version = "0.12.0";
16+
version = "0.13.0";
1717

1818
src = fetchFromCodeberg {
1919
owner = "chewing";
2020
repo = "libchewing";
2121
tag = "v${finalAttrs.version}";
2222
fetchSubmodules = true;
23-
hash = "sha256-+oSO1HgLMF5+UcY+2NwQjPmspGqaPYuI7mdvSLrhkNg=";
23+
hash = "sha256-1/aamkc66pjAf/jl4pD2rJ9ipFW0bAWjvKg6KtINWuQ=";
2424
};
2525

2626
# ld: unknown option: -version-script
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
3131

3232
cargoDeps = rustPlatform.fetchCargoVendor {
3333
inherit (finalAttrs) src;
34-
hash = "sha256-TcNhoGCN+S/Tt3IdysVnGmXNl+hXQoWMppp8yN9N0NY=";
34+
hash = "sha256-1b8GbZ75jBVmvXquOjG2CEcLXg4AthAwQzdO68CjjPs=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)