lemmy: 0.19.5 -> 0.19.7

This commit is contained in:
Arjan Schrijver 2024-11-10 20:24:11 +01:00
parent e6914ee14c
commit 802f38ff29
2 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
{ {
"serverVersion": "0.19.5", "serverVersion": "0.19.7",
"uiVersion": "0.19.5", "uiVersion": "0.19.7",
"serverHash": "sha256-ellHimZdbB5EQSHVsppBNYyZOODpUADvUn7u6JOu1ns=", "serverHash": "sha256-f1KpjXfGIOzO4L6sjohq2EBJEAqZaPS7osu05RwDs6M=",
"serverCargoHash": "sha256-UdFw8RPKYLqY98So8z9kiaVCl3b8KaqIoUMK/EV2uNM=", "serverCargoHash": "sha256-vpjRZ1bFa6If8XX2lfn5QJLpwxeRs8CJui6i/KwozH0=",
"uiHash": "sha256-bhbZQ8tDnJ6TWYj+ki/JQW8cbVjRfLzxaXRDX9JAIm4=", "uiHash": "sha256-nDO+Cp/DHgw9JuRRAx3IBFIrmhtYDidNKOdtiwZk0N8=",
"uiPNPMDepsHash": "sha256-+L6evDPMlEwWk/5qedvITHYRzu1jzB1cLiCTsauPbUI=" "uiPNPMDepsHash": "sha256-sEN8NUlXWuvfmuAaoy/Vx3X+xG/TbeAdYG2LfctcOGc="
} }

View File

@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
# tests require network access # tests require network access
"--skip=scheduled_tasks::tests::test_nodeinfo_mastodon_social" "--skip=scheduled_tasks::tests::test_nodeinfo_mastodon_social"
"--skip=scheduled_tasks::tests::test_nodeinfo_voyager_lemmy_ml" "--skip=scheduled_tasks::tests::test_nodeinfo_lemmy_ml"
]; ];
passthru.updateScript = ./update.py; passthru.updateScript = ./update.py;