[Backport release-25.05] outline: 0.86.1 -> 0.87.3 (#440705)

This commit is contained in:
xanderio
2025-09-07 11:41:21 +02:00
committed by GitHub

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 = ''