webdav: 5.7.1 -> 5.7.2 (#374161)

This commit is contained in:
Nick Cao
2025-01-16 09:59:43 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGo123Module rec {
pname = "webdav";
version = "5.7.1";
version = "5.7.2";
src = fetchFromGitHub {
owner = "hacdias";
repo = "webdav";
tag = "v${version}";
hash = "sha256-nLQ77RuOGYaL+U3X3yb4Kq47NA1A3SSUMKBbFnRP6o4=";
hash = "sha256-Xr42ZGzgwt0ipllpsnTsEOP1IxCBaDMd19rYpI7R19o=";
};
vendorHash = "sha256-x5CUy46c4SunzMw/v2DWpdahuXFZnJdGInQ0lSho/es=";