tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
matterircd: 0.23.1 -> 0.24.2
R. RyanTM
4 years ago
3a388767
17b4b709
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
mattermost
matterircd.nix
+2
-2
pkgs/servers/mattermost/matterircd.nix
···
2
2
3
3
buildGoPackage rec {
4
4
pname = "matterircd";
5
5
-
version = "0.23.1";
5
5
+
version = "0.24.2";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "42wim";
9
9
repo = "matterircd";
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-1oItl0mLyAFah9qaaYl+IAT/H4X+GW82GBHYuLWacVI=";
11
11
+
sha256 = "sha256-SatnrRKYCngBZJwRNMad9Vt2xd7FktH79t3TB83cwhg=";
12
12
};
13
13
14
14
goPackagePath = "github.com/42wim/matterircd";