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

matterircd: 0.25.1 -> 0.26.1
This commit is contained in:
Weijia Wang
2023-01-23 06:25:20 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "matterircd";
version = "0.25.1";
version = "0.26.1";
src = fetchFromGitHub {
owner = "42wim";
repo = "matterircd";
rev = "v${version}";
sha256 = "sha256-qglr0QN0ca6waxhwEFgYP9RHvTJ4YVn90vl+crcktao=";
sha256 = "sha256-yC5b3OEylIOS4lWz+ZiHHy3ShLjkaNzDt4dX1E87iR0=";
};
vendorSha256 = null;