lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

olm: 3.2.14 -> 3.2.15

+2 -2
+2 -2
pkgs/development/libraries/olm/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "olm"; 5 - version = "3.2.14"; 5 + version = "3.2.15"; 6 6 7 7 src = fetchFromGitLab { 8 8 domain = "gitlab.matrix.org"; 9 9 owner = "matrix-org"; 10 10 repo = pname; 11 11 rev = version; 12 - sha256 = "sha256-Bcdl3myzWZb8vu3crYDKt8hEXD9QcZGOphT2KIZ+R14="; 12 + sha256 = "sha256-1mT0mcwssqe+DN502ExkcC/q3w9uBmlTil2gVJsMvvc="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ cmake ];