about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Moultrie <821688+tebriel@users.noreply.github.com>2023-11-15 17:04:46 -0500
committerChris Moultrie <821688+tebriel@users.noreply.github.com>2023-11-15 18:17:43 -0500
commitab23d42fdf330603f5b65fdd761db8b7b42e773d (patch)
treeb69be21494cae092e4df5e73314851baab9be1ea
parent9008bc4eb62c878d0812105ea1b34255d651df88 (diff)
outline: 0.72.2 -> 0.73.1
https://github.com/outline/outline/releases/tag/v0.73.1
-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 7adf281ff9bea..b555d1e371cd0 100644
--- a/pkgs/servers/web-apps/outline/default.nix
+++ b/pkgs/servers/web-apps/outline/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "outline";
-  version = "0.72.2";
+  version = "0.73.1";
 
   src = fetchFromGitHub {
     owner = "outline";
     repo = "outline";
     rev = "v${version}";
-    hash = "sha256-y54EYWI1DbxosUflp5z+b4i1vO1qDju8LxEK0nt4S/g=";
+    hash = "sha256-t1m9pKsM9E2iAg9vv/nKmQioRi6kMjFGcTXzcT3cMxs=";
   };
 
   nativeBuildInputs = [ makeWrapper yarn2nix-moretea.fixup_yarn_lock ];
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
 
   yarnOfflineCache = fetchYarnDeps {
     yarnLock = "${src}/yarn.lock";
-    hash = "sha256-uXWBYZAjMA88NtADA4s2kB4Ubb2atrW6F4kAzDGA1WI=";
+    hash = "sha256-TRZlkDe7ARLGmfw5a0Dw9hSBRhqWvOfuBfPZ5/Bt/TI=";
   };
 
   configurePhase = ''