flips: change src repo (#430946)

This commit is contained in:
Sandro
2025-08-04 16:41:02 +02:00
committed by GitHub
+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;