filebrowser: 2.63.15 -> 2.63.18

(cherry picked from commit eef8a4246e)
This commit is contained in:
R. Ryantm
2026-07-07 16:09:48 +00:00
committed by Hritwik
parent 01b8588d2c
commit 894cee1e08

View File

@@ -12,13 +12,13 @@
}:
let
version = "2.63.15";
version = "2.63.18";
src = fetchFromGitHub {
owner = "filebrowser";
repo = "filebrowser";
rev = "v${version}";
hash = "sha256-O2USjwP1g+yDZpz0628YTRN2BUUnmjFvS+0qc6JU294=";
hash = "sha256-0j0i6bKKbyUi4O0wBT+xYjvywjRzAGd0/13Yh/dG5GA=";
};
frontend = buildNpmPackage rec {
@@ -59,7 +59,7 @@ buildGoModule {
pname = "filebrowser";
inherit version src;
vendorHash = "sha256-WXbXD75acK4woS7UC0G73pY48aGmp1l0spDc3sGYXMg=";
vendorHash = "sha256-BXw+fURCh1qNlwWo49aXIpSM339bV3Gwn9Ov8HLEVF0=";
excludedPackages = [ "tools" ];