Skip to content

Commit

Permalink
Merge pull request NixOS#150550 from oxzi/olm-3.2.8
Browse files Browse the repository at this point in the history
olm: 3.2.6 -> 3.2.8
  • Loading branch information
fpletz authored Dec 13, 2021
2 parents b7c98cf + 74ca17a commit d5e6591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/olm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
pname = "olm";
version = "3.2.6";
version = "3.2.8";

src = fetchFromGitLab {
domain = "gitlab.matrix.org";
owner = "matrix-org";
repo = pname;
rev = version;
sha256 = "1srmw36nxi0z2y5d9adks09p950qm0fscbnrq1fl37fdypvjl1sk";
sha256 = "1jfhydfcnqpksb2bhi960v3h10prf4v5gx42mm2rp6p0jfbqcy50";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit d5e6591

Please sign in to comment.