Skip to content

Commit 836aba1

Browse files
authored
webdav: 5.4.3 -> 5.4.4 (#360253)
2 parents 9396352 + 9ba5483 commit 836aba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/we/webdav/package.nix

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

33
buildGo123Module rec {
44
pname = "webdav";
5-
version = "5.4.3";
5+
version = "5.4.4";
66

77
src = fetchFromGitHub {
88
owner = "hacdias";
99
repo = "webdav";
1010
rev = "v${version}";
11-
sha256 = "sha256-ASc+ioVBpCFESEryI0EwKYZln1JzPCOKLJJWmh7L8oA=";
11+
sha256 = "sha256-8T/CRIVB4jW9kJ26om6fcm/khfzqdYCWbhJIIRZlMC0=";
1212
};
1313

14-
vendorHash = "sha256-d8WauJ1i429dr79iHgrbFRZCmx+W6OobSINy8aNGG6w=";
14+
vendorHash = "sha256-f/Og0FkuaeUJ4bjqeUXVacIWnp6uiod7s146iKDSMgU=";
1515

1616
__darwinAllowLocalNetworking = true;
1717

0 commit comments

Comments
 (0)