karakeep: 0.30.0 -> 0.31.0

Fixes https://github.com/NixOS/nixpkgs/issues/494718 / CVE-2026-27627

https://github.com/karakeep-app/karakeep/releases/tag/v0.31.0
This commit is contained in:
Thomas Gerbet
2026-02-27 23:09:14 +01:00
parent 53cbf7bfe0
commit 882eb922ce
+3 -3
View File
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "karakeep";
version = "0.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "karakeep-app";
repo = "karakeep";
tag = "cli/v${finalAttrs.version}";
hash = "sha256-Ssr/KcQHRtEloz4YPAUfUmcbicMumkIQ+wOjxe9PTXM=";
hash = "sha256-++aNTkLOkwgkzRxg/WdrHfchXQwUUir0qqmb7WfdZJ0=";
};
patches = [
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
};
fetcherVersion = 3;
hash = "sha256-ZCsG+Zjiy3hmROgBKnqxGlJjvIYqAeQMlfXUnNQIsiI=";
hash = "sha256-+MbKG0h3cD0kZua0OkdQsUeTjAY4ysK41KXUSaOSKHA=";
};
buildPhase = ''
runHook preBuild