summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-08 01:11:26 +0200
committerMel <mel@rnrd.eu>2025-07-08 01:12:08 +0200
commitd8daf09dbaec2610ce80986265b998271725d680 (patch)
treeb8f592b06d19c87f58503fbe30290017e8bc8c42 /services
parent84b9c6e39ef3dde16acf396c29555ae2e0c268b7 (diff)
downloadnetwork-d8daf09dbaec2610ce80986265b998271725d680.tar.zst
network-d8daf09dbaec2610ce80986265b998271725d680.zip
Update shiori to new revision with built-in PWA
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'services')
-rw-r--r--services/shiori.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/services/shiori.nix b/services/shiori.nix
index f7943ed..f822e08 100644
--- a/services/shiori.nix
+++ b/services/shiori.nix
@@ -4,18 +4,15 @@ let
   inherit (pkgs) dockerTools;
   inherit (auxiliaryPkgs) common;
 
-  # using my own fork for updated
-  # pocket data import support.
-  # see: https://github.com/go-shiori/shiori/pull/1023
   shiori = pkgs.shiori.overrideAttrs {
     src = pkgs.fetchFromGitHub {
-      owner = "melnary";
+      owner = "go-shiori";
       repo = "shiori";
-      rev = "68e2e50ce57113e3074504ed7a537415396fa757";
-      sha256 = "sha256-8EPW3iot/14nv4G3rLSKMy+fOw6NiCT5TIBjleIPJxE=";
+      rev = "98564fa64696c276bbbc39dba715eee3ea379e99";
+      sha256 = "sha256-waXrI6lQFvZTMD4mZC3gWbwxW6bauRc9c1tPelhvHAk=";
     };
 
-    vendorHash = "sha256-PEQemiipVywSuSY2LCAa8g5YT/0bjdyDfyiAVjgTfOA=";
+    vendorHash = "sha256-H2IakJKaX/LzD+vzkGWK9YuCKvBfnKCZT6bm1zDaWeY=";
   };
 
   shioriLocalPort = 1989;