outline: 0.86.1 -> 0.87.3

(cherry picked from commit e4af28d3ca)
This commit is contained in:
R. Ryantm
2025-09-06 15:25:49 +00:00
committed by github-actions[bot]
parent 408e69fd9c
commit be3a340988

View File

@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "outline";
version = "0.86.1";
version = "0.87.3";
src = fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "v${version}";
hash = "sha256-lsiwTpmb9E6C5FuYFfko4PqulDcqWU9sQnzSEJ3Y4NE=";
hash = "sha256-hayA8zYSl4PFRlsK6n2881eef2J9Oy3FhiMFgdFgONY=";
};
nativeBuildInputs = [
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-9xJ+N+UaHTlBzXvFPyYgB4jNwdiWCkvCSN22kEGuIxI=";
hash = "sha256-1u9/I1H2BsUS5qPwNAdCrug3ekCTyWHd60kR9FXugV0=";
};
configurePhase = ''