Merge pull request #128441 from NixOS/backport-126532-to-release-21.05

[Backport release-21.05] olm: 3.2.2 -> 3.2.4
This commit is contained in:
Robert Scott 2021-06-29 00:19:57 +01:00 committed by GitHub
commit 0c699a515d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "olm";
version = "3.2.2";
version = "3.2.4";
src = fetchFromGitLab {
domain = "gitlab.matrix.org";
owner = "matrix-org";
repo = pname;
rev = version;
sha256 = "0qji25wiwmkxyfpraxj96c54hyayqmjkvwh0gsy5gb5pz5bp4mcy";
sha256 = "1rl7j26li1irb1lqnnkzan7jrj38kvmdn69rlwbbp390v3z15lvh";
};
nativeBuildInputs = [ cmake ];