Skip to content

Commit 553859d

Browse files
author
Milan Pässler
committed
mumble: 1.3.1 -> 1.3.2
1 parent 38c590a commit 553859d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/networking/mumble/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ let
128128
} source;
129129

130130
source = rec {
131-
version = "1.3.1";
131+
version = "1.3.2";
132132

133133
# Needs submodules
134134
src = fetchFromGitHub {
135135
owner = "mumble-voip";
136136
repo = "mumble";
137137
rev = version;
138-
sha256 = "1xsla9g7xbq6xniwcsjik5hbjh0xahv44qh4z9hjn7p70b8vgnwc";
138+
sha256 = "1ljn7h7dr9iyhvq7rdh0prl7hzn9d2hhnxv0ni6dha6f7d9qbfy6";
139139
fetchSubmodules = true;
140140
};
141141
};

0 commit comments

Comments
 (0)