mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
photon-rss: update vendorSha256
This commit is contained in:
parent
67fe8f94d2
commit
af296b4bb3
@ -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";
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user