diff --git a/pkgs/applications/goldendict/bin.nix b/pkgs/applications/goldendict/bin.nix
index b936ac215947b10e96c618d909c284a8506285c9..9721e82c3d537de1b3f7402c881e9c68757fa6bf 100644
--- a/pkgs/applications/goldendict/bin.nix
+++ b/pkgs/applications/goldendict/bin.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, undmg }:
let
pname = "goldendict";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
sha256 = "1zvkwnpsybflgbgs3dvjcivrdpq4fc8njb96nsw507dmbnysq15w";
name = "Goldendict-${version}.dmg";
};
application/octet-stream
This content has been proxied by September (3851b).