clonehero: fix invalid url

This commit is contained in:
ardishco 2023-09-24 21:23:34 +03:00 committed by Bjørn Forsman
parent 774c35c2a1
commit 6972c1c378

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "1.0.0.4080";
src = fetchurl {
url = "https://pubdl.clonehero.net/clonehero-v${finalAttrs.version}-final/clonehero-linux.tar.xz";
url = "https://github.com/clonehero-game/releases/releases/download/V${finalAttrs.version}/CloneHero-linux.tar.xz";
hash = "sha256-YWLV+wgQ9RfKRSSWh/x0PMjB6tFA4YpHb9WtYOOgZZI=";
};