We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f14f7ab + bd9880a commit 7c4b41bCopy full SHA for 7c4b41b
pkgs/servers/webdav/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "webdav";
5
- version = "4.2.0";
+ version = "5.1.0";
6
7
src = fetchFromGitHub {
8
owner = "hacdias";
9
repo = "webdav";
10
rev = "v${version}";
11
- sha256 = "sha256-4rgDO1vItmmCRXRiO24MPa9IPzrsfzCWLH6hl6oKkxk=";
+ sha256 = "sha256-6hDMu3IgyQeRSxo1z3TAjrEH/XwdfHvoLVjyVwa0LdU=";
12
};
13
14
- vendorHash = "sha256-az+EasmKitFPWD5JfKaSKZGok/n/dPmIv90RiL750KY=";
+ vendorHash = "sha256-LQePicQUm55c0lzVCF6au2v3BfXvGIJHNn2SpTQEjpU=";
15
16
meta = with lib; {
17
description = "Simple WebDAV server";
0 commit comments