···1112buildGoModule rec {
13 pname = "fastly";
14- version = "11.4.0";
1516 src = fetchFromGitHub {
17 owner = "fastly";
18 repo = "cli";
19 tag = "v${version}";
20- hash = "sha256-jfj37b3L3LcPODBYBAOTWq+mA0xrIr3r+6lu65gKyYI=";
21 # The git commit is part of the `fastly version` original output;
22 # leave that output the same in nixpkgs. Use the `.git` directory
23 # to retrieve the commit SHA, and remove the directory afterwards,
···34 "cmd/fastly"
35 ];
3637- vendorHash = "sha256-souo+yksoZpUxWfY7flL4uLdRgAIrtZKRIlGK0p1hZs=";
3839 nativeBuildInputs = [
40 installShellFiles
···1112buildGoModule rec {
13 pname = "fastly";
14+ version = "11.5.0";
1516 src = fetchFromGitHub {
17 owner = "fastly";
18 repo = "cli";
19 tag = "v${version}";
20+ hash = "sha256-o2/gwXODAS4eex6q91hxbNx2RHNt5z8eaT3ZXS7D634=";
21 # The git commit is part of the `fastly version` original output;
22 # leave that output the same in nixpkgs. Use the `.git` directory
23 # to retrieve the commit SHA, and remove the directory afterwards,
···34 "cmd/fastly"
35 ];
3637+ vendorHash = "sha256-qoRlUCAnJHt9B1w9R4dBtkvqKhk3hum6OjzraPKAzk0=";
3839 nativeBuildInputs = [
40 installShellFiles
···1-The Hoarder project uses a very specific version of pnpm (9.0.0-alpha.8) and
2-will fail to build with other pnpm versions. Instead of adding this pnpm
3-version to nixpkgs, we override this requirement and use the latest v9 release.
45---
6--- a/package.json
···9 "turbo": "^2.1.2"
10 },
11 "prettier": "@karakeep/prettier-config",
12-- "packageManager": "pnpm@9.0.0-alpha.8+sha256.a433a59569b00389a951352956faf25d1fdf43b568213fbde591c36274d4bc30",
13+ "packageManager": "pnpm",
14 "pnpm": {
15 "patchedDependencies": {
16 "xcode@3.0.1": "patches/xcode@3.0.1.patch"
17---- a/pnpm-lock.yaml
18-+++ b/pnpm-lock.yaml
19-@@ -1,4 +1,4 @@
20--lockfileVersion: '7.0'
21-+lockfileVersion: '9.0'
22-23- settings:
24- autoInstallPeers: true
···1+Karakeep uses a specific version of pnpm and will fail to build with other pnpm
2+versions. Instead of adding this pnpm version to nixpkgs, we override this
3+requirement.
45---
6--- a/package.json
···9 "turbo": "^2.1.2"
10 },
11 "prettier": "@karakeep/prettier-config",
12+- "packageManager": "pnpm@9.15.9",
13+ "packageManager": "pnpm",
14 "pnpm": {
15 "patchedDependencies": {
16 "xcode@3.0.1": "patches/xcode@3.0.1.patch"
00000000
···190 };
191192 meta = {
0193 description = "Makes it easy and fast to build beautiful apps for mobile and beyond";
194 longDescription = ''
195 Flutter is Google's SDK for crafting beautiful,
···190 };
191192 meta = {
193+ broken = (lib.versionOlder version "3.32") && useNixpkgsEngine;
194 description = "Makes it easy and fast to build beautiful apps for mobile and beyond";
195 longDescription = ''
196 Flutter is Google's SDK for crafting beautiful,
···706 firefox-devedition-bin = lib.warnOnInstantiate "`firefox-devedition-bin` is removed. Please use `firefox-devedition` or `firefox-bin` instead." firefox-devedition;
707 firefox-esr-115 = throw "The Firefox 115 ESR series has reached its end of life. Upgrade to `firefox-esr` or `firefox-esr-128` instead.";
708 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.";
00709 firefox-wayland = firefox; # Added 2022-11-15
710 firmwareLinuxNonfree = linux-firmware; # Added 2022-01-09
711 fishfight = jumpy; # Added 2022-08-03
···706 firefox-devedition-bin = lib.warnOnInstantiate "`firefox-devedition-bin` is removed. Please use `firefox-devedition` or `firefox-bin` instead." firefox-devedition;
707 firefox-esr-115 = throw "The Firefox 115 ESR series has reached its end of life. Upgrade to `firefox-esr` or `firefox-esr-128` instead.";
708 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.";
709+ firefox-esr-128 = throw "The Firefox 128 ESR series has reached its end of life. Upgrade to `firefox-esr` or `firefox-esr-140` instead.";
710+ 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.";
711 firefox-wayland = firefox; # Added 2022-11-15
712 firmwareLinuxNonfree = linux-firmware; # Added 2022-01-09
713 fishfight = jumpy; # Added 2022-08-03