8 stdenvNoCC.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${finalAttrs.version}";
15 hash = "sha256-RFP6rhzfBzTmqs4eJXv7LqdniWoeBJpQQ6fLdoGd5Fk=";
25 passthru.tests = nixosTests.privatebin;
28 changelog = "https://github.com/PrivateBin/PrivateBin/releases/tag/${finalAttrs.version}";
29 description = "Minimalist, open source online pastebin where the server has zero knowledge of pasted data.";
30 homepage = "https://privatebin.info";
31 license = lib.licenses.gpl2;
32 maintainers = [ lib.maintainers.savyajha ];