chore(packages): bump pi-coding-agent to 0.72.1

This commit is contained in:
2026-05-02 17:17:17 -04:00
parent 3cc4649979
commit 3117a3569f

View File

@@ -16,16 +16,16 @@
buildNpmPackage rec {
pname = "pi-coding-agent";
version = "0.71.1";
version = "0.72.1";
src = fetchFromGitHub {
owner = "badlogic";
repo = "pi-mono";
rev = "v${version}";
hash = "sha256-FOR0py2stVmRwdeMr7Oh6xwYrlcyUWE9f0OEKF2rO5g=";
hash = "sha256-SqUxghc60P3HfmaFJGB/m23mvzw0cD7cDEUrNFOqo0Y=";
};
npmDepsHash = "sha256-irLlmq/to4x0GnNhSFVmfiuaiPx3B9l+PhlVeJSfhpU=";
npmDepsHash = "sha256-KUC1xQK6oJXtg962YeLOnO76uTdR10/VNa9iiCdT3VM=";
nativeBuildInputs = [ pkg-config makeWrapper ];