chore: updates

This commit is contained in:
m3tam3re
2026-07-25 11:44:00 +02:00
parent d932db10c4
commit 30c753f4ca
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -9,13 +9,13 @@
'';
in
prev.n8n.overrideAttrs (finalAttrs: previousAttrs: {
version = "2.30.6";
version = "2.31.6";
src = prev.fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-sKS9uv8ftclb9iyCJpFKxCBwLJKiz3aa28Ov8eciJ68=";
hash = "sha256-OTVfIHnGTaBogEd93Ak2Pu3Jh7VweQNYbUeahq1Z/64=";
};
pnpmDeps = prev.fetchPnpmDeps {
@@ -23,7 +23,7 @@ in
pnpm = prev.pnpm_10;
fetcherVersion = 3;
prePnpmInstall = patchXlsxLockfile;
hash = "sha256-kuCb9rPLSWqeP9a4aNiPEhJUvEDHIu2IuaFQjRatweA=";
hash = "sha256-Q3HCJg1KjdRJnPZJEUKcaCrh8tBhT9B3gqMz8xbBZVg=";
};
prePnpmInstall = (previousAttrs.prePnpmInstall or "") + patchXlsxLockfile;
+2 -2
View File
@@ -5,10 +5,10 @@
makeWrapper,
}: let
pname = "vibetyper";
version = "1.3.8";
version = "1.4.0";
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-RbuF34+6tCECfQs/AzUedcQQ9MS6uz6ecfosKnLVQPg=";
sha256 = "sha256-p4MOTKbEMIUhwhyGSE/l6ucwpPjeTELJ0lX4TXrKf2Y=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in