3
0
Fork 0
forked from mirrors/nixpkgs

anki: update download url

The original repo has been transferred on github, so the URL is a redirect to here.
This commit is contained in:
Benjamin Hipple 2020-06-20 00:36:47 -04:00 committed by Profpatsch
parent b799808261
commit ae56f20b71

View file

@ -31,7 +31,7 @@
let let
# when updating, also update rev-manual to a recent version of # when updating, also update rev-manual to a recent version of
# https://github.com/dae/ankidocs # https://github.com/ankitects/anki-docs
# The manual is distributed independently of the software. # The manual is distributed independently of the software.
version = "2.1.15"; version = "2.1.15";
sha256-pkg = "12dvyf3j9df4nrhhnqbzd9b21rpzkh4i6yhhangn2zf7ch0pclss"; sha256-pkg = "12dvyf3j9df4nrhhnqbzd9b21rpzkh4i6yhhangn2zf7ch0pclss";
@ -42,8 +42,8 @@ let
pname = "anki-manual"; pname = "anki-manual";
inherit version; inherit version;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dae"; owner = "ankitects";
repo = "ankidocs"; repo = "anki-docs";
rev = rev-manual; rev = rev-manual;
sha256 = sha256-manual; sha256 = sha256-manual;
}; };