librime: 1.13.0 -> 1.13.1 (#382563)

Co-authored-by: Vonfry <dev@vonfry.name>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-17 11:20:51 +00:00
committed by GitHub
co-authored by Vonfry
+2 -2
View File
@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation rec {
pname = "librime";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "rime";
repo = pname;
rev = version;
sha256 = "sha256-vkliraMsBLX05gae834R0LX4uT+XaxrfHmDkFPh1XIQ=";
sha256 = "sha256-pv1I/YFzPLOmBDcT4HcrJWSikPEErEB5UzGrGqfJBvg=";
};
nativeBuildInputs = [