flips: change repo

Original repo at https://github.com/Alcaro/Flips is archived. More info: https://github.com/flathub/com.github.Alcaro.Flips/issues/5
This commit is contained in:
Keenan Weaver
2025-08-04 09:24:28 -05:00
parent 66635ccd3c
commit 150676294e
+5 -4
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromGitHub,
fetchFromGitea,
libdivsufsort,
pkg-config,
@@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
pname = "flips";
version = "198";
src = fetchFromGitHub {
owner = "Alcaro";
src = fetchFromGitea {
domain = "git.disroot.org";
owner = "Sir_Walrus";
repo = "Flips";
tag = "v${version}";
hash = "sha256-zYGDcUbtzstk1sTKgX2Mna0rzH7z6Dic+OvjZLI1umI=";
@@ -48,7 +49,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Patcher for IPS and BPS files";
homepage = "https://github.com/Alcaro/Flips";
homepage = "https://git.disroot.org/Sir_Walrus/Flips";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ aleksana ];
platforms = lib.platforms.unix;