Unverified Commit a9de1be7 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

cherry-studio: 1.4.2 -> 1.4.3 (#418109)

parents 710f23cf 3d97d71a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''