10 stdenv.mkDerivation rec {
15 url = "https://notroj.github.io/cadaver/cadaver-${version}.tar.gz";
16 hash = "sha256-Rs/y8+vTLNMoNoEspHvMdTU/wr51fwk9qIwN2PEP1fY=";
34 description = "Command-line WebDAV client";
35 homepage = "https://notroj.github.io/cadaver/";
36 changelog = "https://github.com/notroj/cadaver/blob/${version}/NEWS";
37 maintainers = with maintainers; [ ianwookim ];
38 license = licenses.gpl2Plus;
39 platforms = with platforms; linux ++ freebsd ++ openbsd;
40 mainProgram = "cadaver";