clonehero: fix invalid url
This commit is contained in:
parent
774c35c2a1
commit
6972c1c378
1 changed files with 1 additions and 1 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue