ergochat: 2.11.0 -> 2.11.1

This commit is contained in:
R. Ryantm 2023-04-19 15:46:19 +00:00
parent bb2009ca18
commit 7a9f916d97

View file

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