mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
photon-rss: fix the 404 error
Didn't realize it caused an error since the package name was finalized in the last minute. Whoops...
This commit is contained in:
parent
abef9a7738
commit
2e182005ed
@ -6,7 +6,7 @@ buildGoModule rec {
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~ghost08";
|
||||
repo = pname;
|
||||
repo = "photon";
|
||||
rev = "57687766a71add4751f68052666fed638fc45891";
|
||||
sha256 = "sha256-Q4WD1s9kvt5khvw9Zg7A688IECponIQ3HTAMoQpeQvY=";
|
||||
};
|
||||
@ -16,7 +16,7 @@ buildGoModule rec {
|
||||
|
||||
postInstall = ''
|
||||
# Move the plugins somewhere.
|
||||
install -Dm644 plugins/* -t $out/share/${pname}
|
||||
install -Dm644 plugins/* -t $out/share/photon
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user