karakeep: 0.31.0 -> 0.32.0

(cherry picked from commit 4dc5ccb246)
This commit is contained in:
Eric Roberts
2026-05-27 11:00:02 +00:00
committed by github-actions[bot]
parent c767db50e2
commit 193351585c
2 changed files with 4 additions and 10 deletions

View File

@@ -19,13 +19,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "karakeep";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "karakeep-app";
repo = "karakeep";
tag = "cli/v${finalAttrs.version}";
hash = "sha256-++aNTkLOkwgkzRxg/WdrHfchXQwUUir0qqmb7WfdZJ0=";
hash = "sha256-P88DQi0T7tmBH7cjs8/Hz77bU0oG7u67XPoLsdePNhI=";
};
patches = [
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
};
fetcherVersion = 3;
hash = "sha256-+MbKG0h3cD0kZua0OkdQsUeTjAY4ysK41KXUSaOSKHA=";
hash = "sha256-aT4JPx3iYw4kw8GHXKWMnelSVT0q2S3PK8DgSCQCyKQ=";
};
buildPhase = ''
runHook preBuild

View File

@@ -5,12 +5,6 @@ requirement.
---
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"turbo": "^2.1.2"
},
"prettier": "@karakeep/prettier-config",
@@ -40 +40 @@
- "packageManager": "pnpm@9.15.9",
+ "packageManager": "pnpm",
"pnpm": {
"patchedDependencies": {
"xcode@3.0.1": "patches/xcode@3.0.1.patch"