olm: 3.2.10 -> 3.2.11

https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.11
This commit is contained in:
Alvar Penning 2022-04-09 12:47:18 +02:00
parent 0d1284e59a
commit 8b5d305e7c

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 ];