webdav: 5.4.0 -> 5.4.1

Diff: https://github.com/hacdias/webdav/compare/v5.4.0...v5.4.1
This commit is contained in:
Peder Bergebakken Sundt
2024-10-20 22:10:54 +02:00
parent 053473838f
commit 0e349d6abd
+4 -2
View File
@@ -2,17 +2,19 @@
buildGo123Module rec {
pname = "webdav";
version = "5.4.0";
version = "5.4.1";
src = fetchFromGitHub {
owner = "hacdias";
repo = "webdav";
rev = "v${version}";
sha256 = "sha256-fZhzU2Buy/MScJNZeq/bMU5WhYCVVMaOF63SODe/+sQ=";
sha256 = "sha256-Sm8xnQ6f4Xi4mGTf1rL65wXub6u1zQtCqUjc2caKwpE=";
};
vendorHash = "sha256-d8WauJ1i429dr79iHgrbFRZCmx+W6OobSINy8aNGG6w=";
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Simple WebDAV server";
homepage = "https://github.com/hacdias/webdav";