fence: update upstream repo (#523390)

This commit is contained in:
Aleksana
2026-05-27 09:41:47 +00:00
committed by GitHub
+3 -2
View File
@@ -17,7 +17,7 @@ buildGoModule (finalAttrs: {
version = "0.1.58";
src = fetchFromGitHub {
owner = "Use-Tusk";
owner = "jy-tan";
repo = "fence";
tag = "v${finalAttrs.version}";
hash = "sha256-ACe3N4bXYJW6QDQHtRChFWOTXTZTbEUbZ4d8cuFRqMY=";
@@ -76,7 +76,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Lightweight, container-free sandbox for running commands with network and filesystem restrictions";
homepage = "https://github.com/Use-Tusk/fence";
homepage = "https://fencesandbox.com";
changelog = "https://github.com/jy-tan/fence/releases";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dwt ];
mainProgram = "fence";