From d8daf09dbaec2610ce80986265b998271725d680 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 8 Jul 2025 01:11:26 +0200 Subject: Update shiori to new revision with built-in PWA Signed-off-by: Mel --- services/shiori.nix | 11 ++++------- 1 file 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; -- cgit 1.4.1