matterircd: 0.24.2 -> 0.25.0

This commit is contained in:
R. Ryantm 2021-12-07 13:09:36 +00:00
parent a98017a5f9
commit da866f83d3

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "matterircd";
version = "0.24.2";
version = "0.25.0";
src = fetchFromGitHub {
owner = "42wim";
repo = "matterircd";
rev = "v${version}";
sha256 = "sha256-SatnrRKYCngBZJwRNMad9Vt2xd7FktH79t3TB83cwhg=";
sha256 = "sha256-AuY6tAZ1WlUkiKcbDcXBDh2OdKwWllx2xJxPCbqQguM=";
};
goPackagePath = "github.com/42wim/matterircd";