privatebin: 1.7.8 -> 2.0.0 (#429227)

authored by Sandro and committed by GitHub 963a110c 7311812d

+4 -2
+2
doc/release-notes/rl-2511.section.md
··· 64 64 of the [4.3 release](https://github.com/netbox-community/netbox/releases/tag/v4.2.0), 65 65 make the required changes to your database, if needed, then upgrade by setting `services.netbox.package = pkgs.netbox_4_3;` in your configuration. 66 66 67 + - `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. 68 + 67 69 - `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/ 68 70 69 71 - [private-gpt](https://github.com/zylon-ai/private-gpt) service has been removed by lack of maintenance upstream.
+2 -2
pkgs/by-name/pr/privatebin/package.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 10 pname = "privatebin"; 11 - version = "1.7.8"; 11 + version = "2.0.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "PrivateBin"; 15 15 repo = "PrivateBin"; 16 16 tag = finalAttrs.version; 17 - hash = "sha256-/28uzEDVEn7uy8c6/oCMFjKDJFPyHH50f890cc6fmjg="; 17 + hash = "sha256-qAGCpxOWJ+hF8/KV8E8xB30nL3c2JhbQmhFiQsoHQ68="; 18 18 }; 19 19 20 20 installPhase = ''