photon-rss: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 06:40:26 +10:00
parent 67fe8f94d2
commit af296b4bb3
2 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,7 @@ buildGoModule rec {
proxyVendor = true;
vendorSha256 = "sha256-MLNgaxxvPGRzBEWRuKTDskl0J2IVushW11E5prpYsE4=";
vendorSha256 = "sha256-1vlgnY4kZJfoAtbv+r8onxL03Ak32zKLJgtrBYZX09g=";
meta = with lib; {
description = "RSS/Atom reader with the focus on speed, usability and a bit of unix philosophy";

View file

@ -8826,7 +8826,9 @@ with pkgs;
phodav = callPackage ../tools/networking/phodav { };
photon-rss = callPackage ../applications/networking/feedreaders/photon { };
photon-rss = callPackage ../applications/networking/feedreaders/photon {
buildGoModule = buildGo117Module;
};
pim6sd = callPackage ../servers/pim6sd { };