diff --git a/pkgs/darwin/cudatext/bin.nix b/pkgs/darwin/cudatext/bin.nix
index 9d97c8914b01b80579a64b6426cac07a7453cb1f..f810eede2e9fb0475b04f9d12a79c94b85c1c010 100644
--- a/pkgs/darwin/cudatext/bin.nix
+++ b/pkgs/darwin/cudatext/bin.nix
@@ -2,16 +2,16 @@ { lib, stdenv, fetchurl, undmg, cudatext }:
stdenv.mkDerivation (finalAttrs: {
pname = "cudatext-bin";
src = {
"aarch64-darwin" = fetchurl {
url = "mirror://sourceforge/cudatext/cudatext-macos-cocoa-aarch64-${finalAttrs.version}.dmg";
hash = "sha256-Rr1i+dkesQ4T6kFQZyjvMgGYltyf3UMbzrtaMw+6ToQ=";
hash = "sha256-GMaqPnSEjzENcNpFi7YF5qENyk/sDEHCU/Xk/hYQtrQ=";
};
"x86_64-darwin" = fetchurl {
url = "mirror://sourceforge/cudatext/cudatext-macos-cocoa-amd64-${finalAttrs.version}.dmg";
hash = "sha256-QgiVsiOrSafjlMDv9DXmjyCMR/J/iKw0NRBC3eV6aSw=";
hash = "sha256-pNwpTACaK/tpA2bcZa0QyAndbT/r2aLomfynNibJcH4=";
};
}.${stdenv.hostPlatform.system};
@@ -20,8 +20,12 @@
sourceRoot = ".";
installPhase = ''
mkdir -p $out/Applications
cp -R *.app $out/Applications
'';
meta = with lib; {
application/octet-stream
This content has been proxied by September (3851b).