diff --git a/pkgs/darwin/cudatext/bin.nix b/pkgs/darwin/cudatext/bin.nix
index 7c7b874064b5714036b386a864a0fc11fd4e5d32..4fc4ffb77b002b2b4472eee99f484d3cf8c15a68 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-xJUOsp7AUKIXQ2L8ccAnZHcvIszT/NqV7TOOzzdlJkk=";
hash = "sha256-bupygHalXA3xtjaLlTvqAC+vYKtf63o9xbPhOb3sMbc=";
};
"x86_64-darwin" = fetchurl {
url = "mirror://sourceforge/cudatext/cudatext-macos-cocoa-amd64-${finalAttrs.version}.dmg";
hash = "sha256-FEhWBxbAoMvxgwW29dUzMnCBfJWUJaGxJZxI45JwJvs=";
hash = "sha256-9hOWiSFjR+rzrPXHCy4zZm/K0r8OzT857c/YII9K2FI=";
};
}.${stdenv.hostPlatform.system};
application/octet-stream
This content has been proxied by September (3851b).