Loading pkgs/by-name/we/webdav/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildGo123Module rec { pname = "webdav"; version = "5.7.2"; version = "5.7.3"; src = fetchFromGitHub { owner = "hacdias"; repo = "webdav"; tag = "v${version}"; hash = "sha256-Xr42ZGzgwt0ipllpsnTsEOP1IxCBaDMd19rYpI7R19o="; hash = "sha256-f/EYuaLuF9HuoC2S4JHjtgau2ZmOocRIAtxXqnUpUE8="; }; vendorHash = "sha256-x5CUy46c4SunzMw/v2DWpdahuXFZnJdGInQ0lSho/es="; Loading @@ -18,6 +18,7 @@ buildGo123Module rec { meta = { description = "Simple WebDAV server"; homepage = "https://github.com/hacdias/webdav"; changelog = "https://github.com/hacdias/webdav/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pmy Loading Loading
pkgs/by-name/we/webdav/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildGo123Module rec { pname = "webdav"; version = "5.7.2"; version = "5.7.3"; src = fetchFromGitHub { owner = "hacdias"; repo = "webdav"; tag = "v${version}"; hash = "sha256-Xr42ZGzgwt0ipllpsnTsEOP1IxCBaDMd19rYpI7R19o="; hash = "sha256-f/EYuaLuF9HuoC2S4JHjtgau2ZmOocRIAtxXqnUpUE8="; }; vendorHash = "sha256-x5CUy46c4SunzMw/v2DWpdahuXFZnJdGInQ0lSho/es="; Loading @@ -18,6 +18,7 @@ buildGo123Module rec { meta = { description = "Simple WebDAV server"; homepage = "https://github.com/hacdias/webdav"; changelog = "https://github.com/hacdias/webdav/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pmy Loading