16 stdenv.mkDerivation (finalAttrs: {
20 src = fetchFromGitHub {
23 rev = "v${finalAttrs.version}";
24 hash = "sha256-sfhhxeQa0rmBerfAemuHou0N001Zq5Hh7s7utxLQHOI=";
43 __structuredAttrs = true;
45 passthru.updateScript = nix-update-script { };
48 description = "Pretty small HTTP server - a command-line tool to share files";
50 homepage = "https://github.com/mgorny/pshs";
51 sourceProvenance = [ lib.sourceTypes.fromSource ];
52 license = lib.licenses.gpl2Plus;
53 platforms = lib.platforms.unix;