commit 13413e66fe8fd52840047619ed122d0ea40db92f parent 4149dc241774eafc8c6cdcb769d0c74e03a2a6bd Author: Nikolay Korotkiy <sikmir@gmail.com> Date: Sun, 2 Aug 2020 20:41:01 +0300 goldendict-bin: fix url Diffstat:
M | pkgs/applications/goldendict/bin.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/applications/goldendict/bin.nix b/pkgs/applications/goldendict/bin.nix @@ -1,13 +1,13 @@ { stdenv, fetchurl, undmg }: let pname = "goldendict"; - version = "1.5.0-RC2-gc3ff15f"; + version = "1.5.0-RC2-372-gc3ff15f"; in stdenv.mkDerivation { inherit pname version; src = fetchurl { - url = "https://downloads.sourceforge.net/project/goldendict/early%20access%20builds/MacOS/GoldenDict-${version}}%28Qt_5121%29.dmg"; + url = "https://downloads.sourceforge.net/project/goldendict/early%20access%20builds/MacOS/GoldenDict-${version}%28Qt_5121%29.dmg"; sha256 = "1zvkwnpsybflgbgs3dvjcivrdpq4fc8njb96nsw507dmbnysq15w"; name = "Goldendict-${version}.dmg"; };