Skip to content

Commit 3e8c138

Browse files
committed
ergochat: 2.12.0 -> 2.13.0
1 parent 61575af commit 3e8c138

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/irc/ergochat/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "ergo";
5-
version = "2.12.0";
5+
version = "2.13.0";
66

77
src = fetchFromGitHub {
88
owner = "ergochat";
99
repo = "ergo";
1010
rev = "v${version}";
11-
sha256 = "sha256-n7GJpR/zUsHxTeVmHfBTjMcMAN7ri3FDvJSkKMzPe2I=";
11+
sha256 = "sha256-EoYyLmz6MfLkLY0WbHfFvKwrcWApty6/+UCslm8P0Q0=";
1212
};
1313

1414
vendorHash = null;

0 commit comments

Comments
 (0)