Merge pull request #323815 from r-ryantm/auto-update/ergochat

ergochat: 2.13.1 -> 2.14.0
This commit is contained in:
lassulus
2024-07-01 23:03:20 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ergo";
version = "2.13.1";
version = "2.14.0";
src = fetchFromGitHub {
owner = "ergochat";
repo = "ergo";
rev = "v${version}";
sha256 = "sha256-WQvXrG82hcPd4viA1cyIsTd5HbR0KD1b5r2me8MKoR8=";
sha256 = "sha256-vXspI0BkwpS9w7PQpj+U3REQcSPaPJAfIBRj62loQzQ=";
};
vendorHash = null;