chore: app updates

This commit is contained in:
m3tam3re
2026-05-23 08:31:36 +02:00
parent e38971e68d
commit 20678635f8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -26,13 +26,13 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "2.21.5";
version = "2.21.7";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-0EzRLbt7mYD0/IlzxH8e6VTzMR5n8UyzOOm+UA1GgqE=";
hash = "sha256-O76Incx2RMzTRIWncJa6D+5rYqFSZVVpvELJPKtuItM=";
};
pnpmDeps = fetchPnpmDeps {
+2 -2
View File
@@ -4,10 +4,10 @@
lib,
}: let
pname = "vibetyper";
version = "1.3.1";
version = "1.3.2";
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-nV8bTDp17gIl6ngpdGudA04/rtGVzLUsEVQyiTfsies=";
sha256 = "sha256-iL43oBamDM+bd7Be+FrHVuSEXMd8a/skGzanhX+avF8=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in