eris-go: 20230729 -> 20230914

This commit is contained in:
Emery Hemingway 2023-09-15 13:34:15 +02:00
parent f2ea252d23
commit e1c5111a10

View File

@ -2,18 +2,20 @@
buildGoModule rec {
pname = "eris-go";
version = "20230729";
version = "20230914";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "eris";
repo = "eris-go";
rev = version;
hash = "sha256-yFWmfWmlGL4fC36XsjO/ao/v8FVI20EpXSblZ0EcosI=";
hash = "sha256-7aEsCQ+bZ//6Z+XXAEHgsAd61L+QgRl77+UtHr/BM1g=";
};
vendorHash = "sha256-Z6rirsiiBzH0herQAkxZp1Xr++489qNoiD4fqoLt9/A=";
skipNetworkTests = true;
passthru.tests = { inherit (nixosTests) eris-server; };
meta = src.meta // {