Unverified Commit 6ee32103 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

maccy: 0.31.0 -> 2.3.0 (#365215)

parents 3a94001e 7d16d84f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2510,6 +2510,12 @@
    githubId = 66330398;
    name = "Victor Hang";
  };
  baongoc124 = {
    email = "baongoc124@gmail.com";
    github = "baongoc124";
    githubId = 766221;
    name = "Ngoc Nguyen";
  };
  barab-i = {
    email = "barab_i@outlook.com";
    github = "barab-i";
+6 −3
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "maccy";
  version = "0.31.0";
  version = "2.3.0";

  src = fetchurl {
    url = "https://github.com/p0deje/Maccy/releases/download/${finalAttrs.version}/Maccy.app.zip";
    hash = "sha256-vjfFtlX0b3howUc2bTR/pqXwnzjXpK6qPR8+81sANTs=";
    hash = "sha256-Prr0t3OvPWUnUQ3cTE3D+jj1ASKKmDvGZInKlT1WsJ0=";
  };

  dontUnpack = true;
@@ -32,7 +32,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    homepage = "https://maccy.app";
    license = licenses.mit;
    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
    maintainers = with maintainers; [ emilytrau ];
    maintainers = with maintainers; [
      emilytrau
      baongoc124
    ];
    platforms = platforms.darwin;
  };
})