Merge pull request #255289 from ehmry/eris-go

eris-go: 20230729 -> 20230914
This commit is contained in:
Nick Cao 2023-09-15 16:01:12 -04:00 committed by GitHub
commit 6b827eb339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 // {