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

ergochat: 2.10.0 -> 2.11.0
This commit is contained in:
Lassulus 2022-12-29 00:01:24 +01:00 committed by GitHub
commit 05b88548aa
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.10.0";
version = "2.11.0";
src = fetchFromGitHub {
owner = "ergochat";
repo = "ergo";
rev = "v${version}";
sha256 = "sha256-SydseZSEuFhbaU4OMnT8zFLbRfmeKwXsZZeDh8mbZco=";
sha256 = "sha256-sZ2HSfYa7Xiu7dw8dUgqaf/tCh66bLlrXC+46J5i3iQ=";
};
vendorSha256 = null;