maccy: 2.5.1 -> 2.6.1

This commit is contained in:
Shun Ueda
2025-12-18 23:02:30 -05:00
parent 3bb2c20bce
commit 9ccc4f5143
+2 -2
View File
@@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "maccy";
version = "2.5.1";
version = "2.6.1";
src = fetchurl {
url = "https://github.com/p0deje/Maccy/releases/download/${finalAttrs.version}/Maccy.app.zip";
hash = "sha256-pwMiCAS+1uEtEQv2e1UflxYuuh/qqYJbMcp2ZVvZBTA=";
hash = "sha256-hLlbrxlhvfMARRiMhVI3+QwUJqyPEjtK6PdBkfnzhoI=";
};
dontUnpack = true;