privatebin: 1.7.5 -> 1.7.6

This commit is contained in:
Defelo 2025-02-01 15:54:26 +01:00
parent 277e781485
commit eaebf07e03
No known key found for this signature in database
GPG Key ID: 2A05272471204DD3

View File

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