filebrowser: 2.63.5 -> 2.63.14

Backport of #530744 to release-25.11. Bumps version and source hash only, keeping the existing buildNpmPackage frontend; the master-branch refactor (#528537) depends on pnpmBuildHook, which is not available on this release branch.

Addresses security fixes released upstream in filebrowser 2.63.6 (archive path traversal, login DoS, symlink scope escape, and public-share access-control bugs; see the project's GHSA security advisories).

(cherry picked from commit bd64720c17)
This commit is contained in:
Hritwik
2026-06-13 15:40:43 +05:30
parent 592fcb3312
commit 36546b7cd3

View File

@@ -12,13 +12,13 @@
}:
let
version = "2.63.5";
version = "2.63.14";
src = fetchFromGitHub {
owner = "filebrowser";
repo = "filebrowser";
rev = "v${version}";
hash = "sha256-/X/TztbZDC1hkRL97jkm6Ak8QmKFDMycekLl6NVPS0k=";
hash = "sha256-9CXHoQWr1RpTwFR8JRR72oQZxHrndTrnxYa6/0Z3Mk0=";
};
frontend = buildNpmPackage rec {