lol

Merge pull request #43329 from r-ryantm/auto-update/olm

olm: 2.2.1 -> 2.3.0

authored by

xeji and committed by
GitHub
b4eaa238 537a8bf4

+3 -2
+3 -2
pkgs/development/libraries/olm/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "olm-${version}"; 5 - version = "2.2.1"; 5 + version = "2.3.0"; 6 6 7 7 meta = { 8 8 description = "Implements double cryptographic ratchet and Megolm ratchet"; 9 9 license = stdenv.lib.licenses.asl20; 10 10 homepage = https://matrix.org/git/olm/about; 11 + platforms = stdenv.lib.platforms.linux; 11 12 }; 12 13 13 14 src = fetchurl { 14 15 url = "https://matrix.org/git/olm/snapshot/${name}.tar.gz"; 15 - sha256 = "1spgsjmsw8afm2hg1mrq9c7cli3p17wl0ns7qbzn0h6ksh193709"; 16 + sha256 = "1y2yasq94zjw3nadn1915j85xwc5j3pic3brhp0h83l6hkxi8dsk"; 16 17 }; 17 18 18 19 doCheck = true;