filebrowser: 2.63.14 -> 2.63.15 (#533743)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-21 08:59:41 +00:00
committed by GitHub
+3 -3
View File
@@ -13,13 +13,13 @@
}:
let
version = "2.63.14";
version = "2.63.15";
src = fetchFromGitHub {
owner = "filebrowser";
repo = "filebrowser";
tag = "v${version}";
hash = "sha256-9CXHoQWr1RpTwFR8JRR72oQZxHrndTrnxYa6/0Z3Mk0=";
hash = "sha256-O2USjwP1g+yDZpz0628YTRN2BUUnmjFvS+0qc6JU294=";
};
frontend = stdenvNoCC.mkDerivation (finalAttrs: {
@@ -62,7 +62,7 @@ buildGoModule {
pname = "filebrowser";
inherit version src;
vendorHash = "sha256-ofeQkbvBfCpu2g1CLAwUZAZISyAOz+0smEZRx/koj/8=";
vendorHash = "sha256-WXbXD75acK4woS7UC0G73pY48aGmp1l0spDc3sGYXMg=";
excludedPackages = [ "tools" ];