Skip to content

Commit 7c4b41b

Browse files
authored
Merge pull request #332028 from r-ryantm/auto-update/webdav
webdav: 4.2.0 -> 5.1.0
2 parents f14f7ab + bd9880a commit 7c4b41b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/webdav/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "webdav";
5-
version = "4.2.0";
5+
version = "5.1.0";
66

77
src = fetchFromGitHub {
88
owner = "hacdias";
99
repo = "webdav";
1010
rev = "v${version}";
11-
sha256 = "sha256-4rgDO1vItmmCRXRiO24MPa9IPzrsfzCWLH6hl6oKkxk=";
11+
sha256 = "sha256-6hDMu3IgyQeRSxo1z3TAjrEH/XwdfHvoLVjyVwa0LdU=";
1212
};
1313

14-
vendorHash = "sha256-az+EasmKitFPWD5JfKaSKZGok/n/dPmIv90RiL750KY=";
14+
vendorHash = "sha256-LQePicQUm55c0lzVCF6au2v3BfXvGIJHNn2SpTQEjpU=";
1515

1616
meta = with lib; {
1717
description = "Simple WebDAV server";

0 commit comments

Comments
 (0)