summary refs log tree commit diff
path: root/services/shiori.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/shiori.nix')
-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;