crawl: Update repo url

This commit is contained in:
André-Patrick Bubel 2019-02-06 11:07:31 +01:00
parent 3aaab7ca3d
commit 61a20d6d64
No known key found for this signature in database
GPG Key ID: 28925CBA8869FF29

View File

@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
version = "0.22.1"; version = "0.22.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "crawl-ref"; owner = "crawl";
repo = "crawl-ref"; repo = "crawl";
rev = version; rev = version;
sha256 = "19yzl241glv2zazifgz59bw3jlh4hj59xx5w002hnh9rp1w15rnr"; sha256 = "19yzl241glv2zazifgz59bw3jlh4hj59xx5w002hnh9rp1w15rnr";
}; };