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

ergochat: 2.13.0 -> 2.13.1
This commit is contained in:
lassulus 2024-05-06 15:28:42 +02:00 committed by GitHub
commit a0feda2230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ergo";
version = "2.13.0";
version = "2.13.1";
src = fetchFromGitHub {
owner = "ergochat";
repo = "ergo";
rev = "v${version}";
sha256 = "sha256-EoYyLmz6MfLkLY0WbHfFvKwrcWApty6/+UCslm8P0Q0=";
sha256 = "sha256-WQvXrG82hcPd4viA1cyIsTd5HbR0KD1b5r2me8MKoR8=";
};
vendorHash = null;