agent-safehouse: 0.10.1 -> 0.11.0

Diff: https://github.com/eugene1g/agent-safehouse/compare/v0.10.1...v0.11.0
This commit is contained in:
Oleksii Filonenko
2026-07-13 03:22:35 +01:00
parent a7dfe14355
commit bf291f75e1
+6 -2
View File
@@ -2,18 +2,19 @@
lib,
stdenvNoCC,
fetchFromGitHub,
versionCheckHook,
nix-update-script,
}:
stdenvNoCC.mkDerivation rec {
pname = "safehouse";
version = "0.10.1";
version = "0.11.0";
src = fetchFromGitHub {
owner = "eugene1g";
repo = "agent-safehouse";
rev = "v" + version;
hash = "sha256-Nm04UnyQ2mVLkIIEspDd2vbdcJxZ17MH07fW6PvokJI=";
hash = "sha256-2GWxh5J9qqudc2QM/CACXpqJLcNULKSfTAHBzR++UAE=";
};
postPatch = "patchShebangs scripts bin";
@@ -37,6 +38,9 @@ stdenvNoCC.mkDerivation rec {
runHook postInstall
'';
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
meta = {
description = "Sandbox your local AI agents so they can read/write only what they need";
homepage = "https://github.com/eugene1g/agent-safehouse";