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

ergochat: 2.11.0 -> 2.11.1
This commit is contained in:
Nick Cao 2023-04-20 09:22:38 +08:00 committed by GitHub
commit 514f726c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ergo";
version = "2.11.0";
version = "2.11.1";
src = fetchFromGitHub {
owner = "ergochat";
repo = "ergo";
rev = "v${version}";
sha256 = "sha256-sZ2HSfYa7Xiu7dw8dUgqaf/tCh66bLlrXC+46J5i3iQ=";
sha256 = "sha256-LBKGwtprhtDHaghnU6YPQ4Pf2fqD8VN7OV9gzvFgLPY=";
};
vendorSha256 = null;
vendorHash = null;
passthru.tests.ergochat = nixosTests.ergochat;