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

ergochat: 2.12.0 -> 2.13.0
This commit is contained in:
Lassulus 2024-01-16 12:19:00 +01:00 committed by GitHub
commit f032654298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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