7 with python3.pkgs; buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-zJH2ojLQChElRvU2TWg4lW+Mey+wP0XbLJhVF16nvss=";
29 propagatedBuildInputs = [
44 __darwinAllowLocalNetworking = true;
46 passthru.tests = nixosTests.pinnwand;
49 changelog = "https://github.com/supakeen/pinnwand/releases/tag/v${version}";
50 description = "A Python pastebin that tries to keep it simple";
51 homepage = "https://supakeen.com/project/pinnwand/";
52 license = licenses.mit;
53 maintainers = with maintainers; [ hexa ];
54 mainProgram = "pinnwand";