ecwolf: Fetch src from GitHub instead of Bitbucket
The ECWolf project switched from using Bitbucket to using GitHub on 2025-12-26. See <https://maniacsvault.net/entry94>.
This commit is contained in:
committed by
Jason Yundt
parent
ed28d513ca
commit
9dc15fabb7
@@ -1,7 +1,7 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromBitbucket,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
pkg-config,
|
||||
makeWrapper,
|
||||
@@ -21,9 +21,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ecwolf";
|
||||
version = "1.4.2";
|
||||
|
||||
src = fetchFromBitbucket {
|
||||
owner = "ecwolf";
|
||||
repo = "ecwolf";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ECWolfEngine";
|
||||
repo = "ECWolf";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-T5K6B2fWMKMLB/662p/YLEv0Od9n0vUakznyoOnr0kI=";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user