olm: 2.3.0 -> 3.0.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/olm/versions
This commit is contained in:
parent
0ab6572324
commit
7722c43f0a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "olm-${version}";
|
name = "olm-${version}";
|
||||||
version = "2.3.0";
|
version = "3.0.0";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Implements double cryptographic ratchet and Megolm ratchet";
|
description = "Implements double cryptographic ratchet and Megolm ratchet";
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://matrix.org/git/olm/snapshot/${name}.tar.gz";
|
url = "https://matrix.org/git/olm/snapshot/${name}.tar.gz";
|
||||||
sha256 = "1y2yasq94zjw3nadn1915j85xwc5j3pic3brhp0h83l6hkxi8dsk";
|
sha256 = "1iivxjk458v9lhqgzp0c4k5azligsh9k3rk6irf9ssj29wzgjm2c";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user