Merge pull request #263363 from r-ryantm/auto-update/matterircd

matterircd: 0.27.1 -> 0.28.0
This commit is contained in:
Mario Rodas 2023-10-25 19:10:11 -05:00 committed by GitHub
commit 5ea6ec23eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "matterircd";
version = "0.27.1";
version = "0.28.0";
src = fetchFromGitHub {
owner = "42wim";
repo = "matterircd";
rev = "v${version}";
sha256 = "sha256-bDM+P9UwH4cpieOQQfEi2xIKTRQ1zInW9iFK3yAU1Xk=";
sha256 = "sha256-qA07i31fGLLIfWoCBW1f5nvf4AWEIkSXZh22F6rRnpM=";
};
vendorHash = null;