From 470ce24daee634e105b4ea3f123a51e3bf11162a Mon Sep 17 00:00:00 2001 From: whispers Date: Tue, 18 Aug 2026 00:04:36 -0400 Subject: [PATCH] hevi: switch from github to codeberg source as per the readme of the github repo: > This repo was migrated to codeberg. The github repo is not a mirror. > It won't receive any new commits. Please use the new repo. the github repo is also now archived. --- pkgs/by-name/he/hevi/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/he/hevi/package.nix b/pkgs/by-name/he/hevi/package.nix index b1a6bae5167b..e5c031b16d0e 100644 --- a/pkgs/by-name/he/hevi/package.nix +++ b/pkgs/by-name/he/hevi/package.nix @@ -1,6 +1,6 @@ { callPackage, - fetchFromGitHub, + fetchFromCodeberg, lib, stdenv, zig_0_13, @@ -13,8 +13,8 @@ stdenv.mkDerivation (finalAttrs: { pname = "hevi"; version = "1.1.0"; - src = fetchFromGitHub { - owner = "Arnau478"; + src = fetchFromCodeberg { + owner = "arnauc"; repo = "hevi"; tag = "v${finalAttrs.version}"; hash = "sha256-wnpuM2qlbeDIupDPQPKdWmjAKepCG0+u3uxcLDFB09w="; @@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Hex viewer"; - homepage = "https://github.com/Arnau478/hevi"; + homepage = "https://codeberg.org/arnauc/hevi"; license = lib.licenses.gpl3Only; maintainers = [ lib.maintainers.jmbaur ]; mainProgram = "hevi";