···11-The Hoarder project uses a very specific version of pnpm (9.0.0-alpha.8) and
22-will fail to build with other pnpm versions. Instead of adding this pnpm
33-version to nixpkgs, we override this requirement and use the latest v9 release.
11+Karakeep uses a specific version of pnpm and will fail to build with other pnpm
22+versions. Instead of adding this pnpm version to nixpkgs, we override this
33+requirement.
4455---
66--- a/package.json
···99 "turbo": "^2.1.2"
1010 },
1111 "prettier": "@karakeep/prettier-config",
1212-- "packageManager": "pnpm@9.0.0-alpha.8+sha256.a433a59569b00389a951352956faf25d1fdf43b568213fbde591c36274d4bc30",
1212+- "packageManager": "pnpm@9.15.9",
1313+ "packageManager": "pnpm",
1414 "pnpm": {
1515 "patchedDependencies": {
1616 "xcode@3.0.1": "patches/xcode@3.0.1.patch"
1717---- a/pnpm-lock.yaml
1818-+++ b/pnpm-lock.yaml
1919-@@ -1,4 +1,4 @@
2020--lockfileVersion: '7.0'
2121-+lockfileVersion: '9.0'
2222-2323- settings:
2424- autoInstallPeers: true
···190190 };
191191192192 meta = {
193193+ broken = (lib.versionOlder version "3.32") && useNixpkgsEngine;
193194 description = "Makes it easy and fast to build beautiful apps for mobile and beyond";
194195 longDescription = ''
195196 Flutter is Google's SDK for crafting beautiful,
···706706 firefox-devedition-bin = lib.warnOnInstantiate "`firefox-devedition-bin` is removed. Please use `firefox-devedition` or `firefox-bin` instead." firefox-devedition;
707707 firefox-esr-115 = throw "The Firefox 115 ESR series has reached its end of life. Upgrade to `firefox-esr` or `firefox-esr-128` instead.";
708708 firefox-esr-115-unwrapped = throw "The Firefox 115 ESR series has reached its end of life. Upgrade to `firefox-esr-unwrapped` or `firefox-esr-128-unwrapped` instead.";
709709+ firefox-esr-128 = throw "The Firefox 128 ESR series has reached its end of life. Upgrade to `firefox-esr` or `firefox-esr-140` instead.";
710710+ firefox-esr-128-unwrapped = throw "The Firefox 128 ESR series has reached its end of life. Upgrade to `firefox-esr-unwrapped` or `firefox-esr-140-unwrapped` instead.";
709711 firefox-wayland = firefox; # Added 2022-11-15
710712 firmwareLinuxNonfree = linux-firmware; # Added 2022-01-09
711713 fishfight = jumpy; # Added 2022-08-03