1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

webdav: 5.4.1 -> 5.4.2

Diff: https://github.com/hacdias/webdav/compare/v5.4.1...v5.4.2
This commit is contained in:
Peder Bergebakken Sundt 2024-10-23 00:23:58 +02:00
parent 1ef1cac17c
commit 52cd5fa20c

View file

@ -2,13 +2,13 @@
buildGo123Module rec {
pname = "webdav";
version = "5.4.1";
version = "5.4.2";
src = fetchFromGitHub {
owner = "hacdias";
repo = "webdav";
rev = "v${version}";
sha256 = "sha256-Sm8xnQ6f4Xi4mGTf1rL65wXub6u1zQtCqUjc2caKwpE=";
sha256 = "sha256-a1XAlmEW8gNTgVZiJ200CP/wvbwvyv4Lc3L6KP/4Mik=";
};
vendorHash = "sha256-d8WauJ1i429dr79iHgrbFRZCmx+W6OobSINy8aNGG6w=";