Skip to content

Commit 2d1f8b3

Browse files
Merge pull request #404 from NuschtOS/bump-hash
matrix: bump providers hash
2 parents 4af6e3c + 34969cc commit 2d1f8b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/matrix.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ in
9595
(
9696
let
9797
providers = pkgs.fetchurl {
98-
url = "https://oembed.com/providers.json?2024-12-13";
99-
hash = "sha256-s5zsZlsM77Wf+JZa/ZXdcytl7ov8FVFUsKM9eA+WUBo=";
98+
url = "https://oembed.com/providers.json?2026-07-02";
99+
hash = "sha256-0RkvLBlI1R1N8ewcQ2LOO4rRZjlIHZmXiI3GJoU+EwY=";
100100
};
101101
in
102102
pkgs.runCommand "providers.json"

0 commit comments

Comments
 (0)