There was an error while loading. Please reload this page.
2 parents a5a135b + d983ad8 commit 767b0d3Copy full SHA for 767b0d3
1 file changed
pkgs/by-name/li/libchewing/package.nix
@@ -13,14 +13,14 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "libchewing";
16
- version = "0.12.0";
+ version = "0.13.0";
17
18
src = fetchFromCodeberg {
19
owner = "chewing";
20
repo = "libchewing";
21
tag = "v${finalAttrs.version}";
22
fetchSubmodules = true;
23
- hash = "sha256-+oSO1HgLMF5+UcY+2NwQjPmspGqaPYuI7mdvSLrhkNg=";
+ hash = "sha256-1/aamkc66pjAf/jl4pD2rJ9ipFW0bAWjvKg6KtINWuQ=";
24
};
25
26
# ld: unknown option: -version-script
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
31
32
cargoDeps = rustPlatform.fetchCargoVendor {
33
inherit (finalAttrs) src;
34
- hash = "sha256-TcNhoGCN+S/Tt3IdysVnGmXNl+hXQoWMppp8yN9N0NY=";
+ hash = "sha256-1b8GbZ75jBVmvXquOjG2CEcLXg4AthAwQzdO68CjjPs=";
35
36
37
nativeBuildInputs = [
0 commit comments