Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 009bda0

Browse files
web-flowgithub-actions[bot]
authored andcommitted
Automatic Update
1 parent c646921 commit 009bda0

File tree

4 files changed

+44
-44
lines changed

4 files changed

+44
-44
lines changed

flake.lock

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/matrix/mautrix-whatsapp/gomod2nix.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ schema = 3
113113
version = "v1.0.0"
114114
hash = "sha256-fYc/WwqE0ev0dvnu5qGmHJsYiSTuWeOTiAVzmQIKWyY="
115115
[mod."maunium.net/go/mautrix"]
116-
version = "v0.21.1-0.20241010140510-38610d681dcd"
117-
hash = "sha256-qcSQFYiFo/uWfrcCBLGD1cKieokp5/BP6YBHVCgBorc="
116+
version = "v0.21.1-0.20241014164722-965008e8462e"
117+
hash = "sha256-05bhQSorY9ziYlwfrkC50+lHFhWsIDzHnAs/QPD4E8k="

packages/matrix/mautrix-whatsapp/source.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"url": "https://github.com/mautrix/whatsapp",
3-
"rev": "878c7b8718d32c7e5430e450b5f579598581b864",
4-
"date": "2024-10-12T18:54:32+03:00",
5-
"path": "/nix/store/m90cjnr6gfg8llakgpps10bz5q4fmmbh-whatsapp",
6-
"sha256": "1zgyvv02dkr16mbgwbzkr1z1flx5l81m0pmcjij5wxqn7xpp6snm",
7-
"hash": "sha256-1Wpzbz8Wd15klKxeUAOipVMXfsjzL/5WNSHPJsDe/v0=",
3+
"rev": "cd1fee807e49770835b7ec93228bee6127480992",
4+
"date": "2024-10-14T20:01:19+03:00",
5+
"path": "/nix/store/srxb84wp3fqgrjp0pvpsq5mnrx9624jx-whatsapp",
6+
"sha256": "1xnbx13q010ww504vp2l6yb1b6m39g4r3smn6xy2pda4rj0srdvg",
7+
"hash": "sha256-b7esgcxEtSt8N7bqkclLo5oVljdU3E1A4RwEgEfoy/Y=",
88
"fetchLFS": false,
99
"fetchSubmodules": false,
1010
"deepClone": false,

packages/plover/plover-lapwing-aio.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
in
1515
buildPythonPackage rec {
1616
pname = "plover_lapwing_aio";
17-
version = "1.3.4";
17+
version = "1.3.5";
1818
src = fetchPypi {
1919
inherit pname version;
20-
sha256 = "sha256-0GqmWGe5uN2JfnH/XMWrIH5As3xueREBU6nk3gGi3Vw=";
20+
sha256 = "sha256-wE/enSIds7BJqwlHbye/u+PC4riuLkcH9QpeGemjEUM=";
2121
};
2222

2323
postPatch = ''

0 commit comments

Comments
 (0)