about summary refs log tree commit diff
path: root/pkgs/servers/web-apps/outline
diff options
context:
space:
mode:
authorAlexander Sieg <alex@xanderio.de>2024-05-14 16:02:43 +0200
committerAlexander Sieg <alex@xanderio.de>2024-05-14 16:02:43 +0200
commitafbc01990c07fbf3e076e91a09fe60606fc49826 (patch)
tree9d84239388f77f22825ec22b005647b2a8420616 /pkgs/servers/web-apps/outline
parentfd89cbcf6fee140ed703349bc96dfcb7d2b73393 (diff)
outline: 0.76.0 -> 0.76.1
Diffstat (limited to 'pkgs/servers/web-apps/outline')
-rw-r--r--pkgs/servers/web-apps/outline/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/web-apps/outline/default.nix b/pkgs/servers/web-apps/outline/default.nix
index 1e7d6c864085d..391aebf6c26c9 100644
--- a/pkgs/servers/web-apps/outline/default.nix
+++ b/pkgs/servers/web-apps/outline/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "outline";
-  version = "0.76.0";
+  version = "0.76.1";
 
   src = fetchFromGitHub {
     owner = "outline";
     repo = "outline";
     rev = "v${version}";
-    hash = "sha256-pTu1/7hEYvo/6MuN0yC+nrPCwUYqvcc2hZuiPtVFlwU=";
+    hash = "sha256-i+1Bd9equlYxxdmvoUim31SM5ymJjnauvqGOmnPmTWA=";
   };
 
   nativeBuildInputs = [ makeWrapper prefetch-yarn-deps fixup-yarn-lock ];
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   yarnOfflineCache = fetchYarnDeps {
     yarnLock = "${src}/yarn.lock";
-    hash = "sha256-10kqC4A9OFrpZzTBJIZ6I5TCOVgpX+h+hwfOWhXdhHs=";
+    hash = "sha256-xR6W9Kclgt7YZvkqNg7hOtY39mMNZvtDR/a1aOgD2Ko=";
   };
 
   configurePhase = ''