maccy: 0.31.0 -> 2.3.0 (#365215)

This commit is contained in:
Arne Keller
2024-12-31 18:06:26 +01:00
committed by GitHub
2 changed files with 12 additions and 3 deletions
+6
View File
@@ -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
View File
@@ -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;
};
})