Skip to content

Commit 8eeecc4

Browse files
author
emaryn
committed
cherry-studio: 1.0.1 -> 1.1.8
1 parent 18214c6 commit 8eeecc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ch/cherry-studio/package.nix

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

1515
stdenvNoCC.mkDerivation (finalAttrs: {
1616
pname = "cherry-studio";
17-
version = "1.0.1";
17+
version = "1.1.8";
1818

1919
src = fetchFromGitHub {
2020
owner = "CherryHQ";
2121
repo = "cherry-studio";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-C8D0XCwIFWG+5WakAK+TmI4VVuIYJBSgkv5ynM2Ewkc=";
23+
hash = "sha256-zZwweJso4KaJMXNUJ+kEvbkHOkhvvPv/IYu/evXzsWs=";
2424
};
2525

2626
yarnOfflineCache = stdenvNoCC.mkDerivation {
@@ -50,7 +50,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
5050
'';
5151

5252
outputHashMode = "recursive";
53-
outputHash = "sha256-DrEkaXkbaY40uYH7niT10OFJH+PD7ip3A4OCwbKmtz8=";
53+
outputHash = "sha256-HKtd+zdP7e/6vmlL4NS8X8gZ8AhxThtOS7taQ+iAnK0=";
5454
};
5555

5656
nativeBuildInputs = [

0 commit comments

Comments
 (0)