cherry-studio: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm
2025-06-19 08:17:33 +00:00
parent e7d291cd2a
commit 3d97d71a7b
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "cherry-studio";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "CherryHQ";
repo = "cherry-studio";
tag = "v${finalAttrs.version}";
hash = "sha256-P7nam15AhwFIy3qisp2cogJeCGe0sgNnF+eFl4ssf0Q=";
hash = "sha256-XDz5JJF9ntVYPzItRsdnTiiIPSHmtfCdZrhD0KpJNyI=";
};
postPatch = ''