ergochat: 2.14.0 -> 2.15.0

This commit is contained in:
R. Ryantm 2025-01-26 13:37:34 +00:00
parent bafca6cbe1
commit 1612db3c80

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "ergo";
version = "2.14.0";
version = "2.15.0";
src = fetchFromGitHub {
owner = "ergochat";
repo = "ergo";
rev = "v${version}";
sha256 = "sha256-vXspI0BkwpS9w7PQpj+U3REQcSPaPJAfIBRj62loQzQ=";
sha256 = "sha256-8qZ5pnbCYN/j8B5cS456HVK2hDGqJwrPo1k4oagJrqU=";
};
vendorHash = null;