Merge pull request #167980 from oxzi/olm-3.2.11

olm: 3.2.10 -> 3.2.11
This commit is contained in:
Guillaume Girol 2022-06-05 18:19:27 +00:00 committed by GitHub
commit 260653fe9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "olm";
version = "3.2.10";
version = "3.2.11";
src = fetchFromGitLab {
domain = "gitlab.matrix.org";
owner = "matrix-org";
repo = pname;
rev = version;
sha256 = "0v0w98m11r2rqvlrxssnzhqkaxmpbi5s3rkk3csfzhhkpgiv46km";
sha256 = "sha256-/ozMvcHDhYruhzp8xfskKOYCbe/vS4pEOPn1+1Pb+Q0=";
};
nativeBuildInputs = [ cmake ];