Unverified Commit 6c17fdb0 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

cherry-studio: 1.3.0 -> 1.3.2 (#406826)

parents d868730a 01d50d89
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.3.0";
  version = "1.3.2";

  src = fetchFromGitHub {
    owner = "CherryHQ";
    repo = "cherry-studio";
    tag = "v${finalAttrs.version}";
    hash = "sha256-/cj4wMYPWjO5tJxIDdP7GkciWLVZBiDivEIHiOxpk0s=";
    hash = "sha256-Tgd8MvxsiCDp2pdtz2MeCnTGY4Butw9V/UoTw0XEaIg=";
  };

  postPatch = ''