Merge pull request #184133 from r-ryantm/auto-update/webdav

webdav: 4.1.1 -> 4.2.0
This commit is contained in:
Bobby Rong 2022-08-05 20:08:03 +08:00 committed by GitHub
commit ac843005db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "webdav";
version = "4.1.1";
version = "4.2.0";
src = fetchFromGitHub {
owner = "hacdias";
repo = "webdav";
rev = "v${version}";
sha256 = "0jnh1bhc98vcx2vm6hmgak6zwfc0rx898qcdjcca5y9dni4120aq";
sha256 = "sha256-4rgDO1vItmmCRXRiO24MPa9IPzrsfzCWLH6hl6oKkxk=";
};
vendorSha256 = "19nhz6z8h4fxpy4gjx7zz69si499jak7qj9yb17x32lar5m88gvb";
vendorSha256 = "sha256-az+EasmKitFPWD5JfKaSKZGok/n/dPmIv90RiL750KY=";
meta = with lib; {
description = "Simple WebDAV server";