Merge pull request #178314 from Lassulus/ergochat

ergochat: 2.9.1 -> 2.10.0
This commit is contained in:
ajs124 2022-06-22 19:12:46 +02:00 committed by GitHub
commit 45710c9928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ergo";
version = "2.9.1";
version = "2.10.0";
src = fetchFromGitHub {
owner = "ergochat";
repo = "ergo";
rev = "v${version}";
sha256 = "sha256-RxsmkTfHymferS/FRW0sLnstKfvGXkW6cEb/JbeS4lc=";
sha256 = "sha256-SydseZSEuFhbaU4OMnT8zFLbRfmeKwXsZZeDh8mbZco=";
};
vendorSha256 = null;

View File

@ -21865,7 +21865,9 @@ with pkgs;
gn = gn1924;
};
ergochat = callPackage ../servers/irc/ergochat { };
ergochat = callPackage ../servers/irc/ergochat {
buildGoModule = buildGo118Module;
};
etcd = etcd_3_3;
etcd_3_3 = callPackage ../servers/etcd/3.3.nix { };