Unverified Commit 8c87ca1d authored by Yt's avatar Yt Committed by GitHub
Browse files

lemmy: 0.19.5 -> 0.19.7 (#356549)

parents 891bfded 802f38ff
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "serverVersion": "0.19.5",
  "uiVersion": "0.19.5",
  "serverHash": "sha256-ellHimZdbB5EQSHVsppBNYyZOODpUADvUn7u6JOu1ns=",
  "serverCargoHash": "sha256-UdFw8RPKYLqY98So8z9kiaVCl3b8KaqIoUMK/EV2uNM=",
  "uiHash": "sha256-bhbZQ8tDnJ6TWYj+ki/JQW8cbVjRfLzxaXRDX9JAIm4=",
  "uiPNPMDepsHash": "sha256-+L6evDPMlEwWk/5qedvITHYRzu1jzB1cLiCTsauPbUI="
  "serverVersion": "0.19.7",
  "uiVersion": "0.19.7",
  "serverHash": "sha256-f1KpjXfGIOzO4L6sjohq2EBJEAqZaPS7osu05RwDs6M=",
  "serverCargoHash": "sha256-vpjRZ1bFa6If8XX2lfn5QJLpwxeRs8CJui6i/KwozH0=",
  "uiHash": "sha256-nDO+Cp/DHgw9JuRRAx3IBFIrmhtYDidNKOdtiwZk0N8=",
  "uiPNPMDepsHash": "sha256-sEN8NUlXWuvfmuAaoy/Vx3X+xG/TbeAdYG2LfctcOGc="
}
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {

    # tests require network access
    "--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;