privatebin: 1.7.6 -> 1.7.8

Changelog: https://github.com/PrivateBin/PrivateBin/releases/tag/1.7.8
Diff: https://github.com/PrivateBin/PrivateBin/compare/1.7.6...1.7.8
(cherry picked from commit 7255241a51)
This commit is contained in:
Defelo
2025-06-28 20:25:22 +00:00
committed by github-actions[bot]
parent bd8e95f548
commit 02951f8e7e

View File

@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "privatebin";
version = "1.7.6";
version = "1.7.8";
src = fetchFromGitHub {
owner = "PrivateBin";
repo = "PrivateBin";
tag = finalAttrs.version;
hash = "sha256-tKzuPpll1GOMlaIDfs5udXrHcTko6jmWJq4dPuPYy6Y=";
hash = "sha256-/28uzEDVEn7uy8c6/oCMFjKDJFPyHH50f890cc6fmjg=";
};
installPhase = ''