privatebin: 2.0.5 -> 2.0.6

Diff: https://github.com/PrivateBin/PrivateBin/compare/2.0.5...2.0.6

Changelog: https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.6
(cherry picked from commit d50b83041e)
This commit is contained in:
Sandro Jäckel
2026-08-08 20:17:41 +02:00
committed by github-actions[bot]
parent 0efbe38d70
commit f67ee67581

View File

@@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "privatebin";
version = "2.0.5";
version = "2.0.6";
src = fetchFromGitHub {
owner = "PrivateBin";
repo = "PrivateBin";
tag = finalAttrs.version;
hash = "sha256-om0l9psEus4+XZ+aXQ3DK5iWtQeCfCi2D6lNP+9FM6U=";
hash = "sha256-RSgTbFUbpGUSL7rg/aWkkzDRHt/Iq9w5xDpjEsZLYa8=";
};
installPhase = ''