matterircd: 0.22.0 -> 0.23.1

This commit is contained in:
R. RyanTM 2021-03-03 01:41:27 +00:00 committed by Jonathan Ringer
parent a16a2fd956
commit a34553bc4b

View file

@ -2,13 +2,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "matterircd"; pname = "matterircd";
version = "0.22.0"; version = "0.23.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "42wim"; owner = "42wim";
repo = "matterircd"; repo = "matterircd";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0HeqKnFOrXcoXKEkWxNfoRv77As86aLUAgH/+ZUymAs="; sha256 = "sha256-1oItl0mLyAFah9qaaYl+IAT/H4X+GW82GBHYuLWacVI=";
}; };
goPackagePath = "github.com/42wim/matterircd"; goPackagePath = "github.com/42wim/matterircd";