ergochat: 2.15.0 -> 2.16.0

This commit is contained in:
R. Ryantm
2025-05-18 07:23:55 +00:00
parent 20dbed8a6e
commit 1f899da194
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "ergo";
version = "2.15.0";
version = "2.16.0";
src = fetchFromGitHub {
owner = "ergochat";
repo = "ergo";
rev = "v${version}";
sha256 = "sha256-8qZ5pnbCYN/j8B5cS456HVK2hDGqJwrPo1k4oagJrqU=";
sha256 = "sha256-AUXuH7YjC/yG5Ocs+kAOF8bAR4UVgfx96VDSHEqmqgg=";
};
vendorHash = null;