privatebin: 1.7.8 -> 2.0.0

Changelog: https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.0
Diff: https://github.com/PrivateBin/PrivateBin/compare/1.7.8...2.0.0

Defelo e04e700f 82bf514f

+4 -2
+2
doc/release-notes/rl-2511.section.md
··· 58 of the [4.3 release](https://github.com/netbox-community/netbox/releases/tag/v4.2.0), 59 make the required changes to your database, if needed, then upgrade by setting `services.netbox.package = pkgs.netbox_4_3;` in your configuration. 60 61 - `go-mockery` has been updated to v3. For migration instructions see the [upstream documentation](https://vektra.github.io/mockery/latest/v3/). If v2 is still required `go-mockery_v2` has been added but will be removed on or before 2029-12-31 in-line with it's [upstream support lifecycle](https://vektra.github.io/mockery/ 62 63 ## Other Notable Changes {#sec-nixpkgs-release-25.11-notable-changes}
··· 58 of the [4.3 release](https://github.com/netbox-community/netbox/releases/tag/v4.2.0), 59 make the required changes to your database, if needed, then upgrade by setting `services.netbox.package = pkgs.netbox_4_3;` in your configuration. 60 61 + - `privatebin` has been updated to `2.0.0`. This release changes configuration defaults including switching the template and removing legacy features. See the [v2.0.0 changelog entry](https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.0) for details on how to upgrade. 62 + 63 - `go-mockery` has been updated to v3. For migration instructions see the [upstream documentation](https://vektra.github.io/mockery/latest/v3/). If v2 is still required `go-mockery_v2` has been added but will be removed on or before 2029-12-31 in-line with it's [upstream support lifecycle](https://vektra.github.io/mockery/ 64 65 ## Other Notable Changes {#sec-nixpkgs-release-25.11-notable-changes}
+2 -2
pkgs/by-name/pr/privatebin/package.nix
··· 8 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 pname = "privatebin"; 11 - version = "1.7.8"; 12 13 src = fetchFromGitHub { 14 owner = "PrivateBin"; 15 repo = "PrivateBin"; 16 tag = finalAttrs.version; 17 - hash = "sha256-/28uzEDVEn7uy8c6/oCMFjKDJFPyHH50f890cc6fmjg="; 18 }; 19 20 installPhase = ''
··· 8 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 pname = "privatebin"; 11 + version = "2.0.0"; 12 13 src = fetchFromGitHub { 14 owner = "PrivateBin"; 15 repo = "PrivateBin"; 16 tag = finalAttrs.version; 17 + hash = "sha256-qAGCpxOWJ+hF8/KV8E8xB30nL3c2JhbQmhFiQsoHQ68="; 18 }; 19 20 installPhase = ''