Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e29d274918 | ||
|
|
c9653a10a2 |
@@ -21,13 +21,13 @@
|
||||
'';
|
||||
in
|
||||
prev.n8n.overrideAttrs (finalAttrs: previousAttrs: {
|
||||
version = "2.38.7";
|
||||
version = "2.39.6";
|
||||
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "n8n-io";
|
||||
repo = "n8n";
|
||||
tag = "n8n@${finalAttrs.version}";
|
||||
hash = "sha256-APKju7+jHw2fET+1FDFi8EhAQ3ZJRVzy8LwPgLm3Bbc=";
|
||||
hash = "sha256-fmo0xL6IF6J+D5ZamkoBXyZ4Q8s3l5MeBWaXc39OsTU=";
|
||||
};
|
||||
|
||||
pnpmDeps = prev.fetchPnpmDeps {
|
||||
@@ -35,7 +35,7 @@ in
|
||||
pnpm = prev.pnpm_11;
|
||||
fetcherVersion = 4;
|
||||
postPatch = relaxPnpmEngine;
|
||||
hash = "sha256-0k3h5dcVPzLpZoYstJkFrXrcP4kmB0A2Q0YdAdmfOGs=";
|
||||
hash = "sha256-yL95w+Jd5I5R6r/qNihvAJ4MX2LMyS9ICZzJnLxHR4s=";
|
||||
};
|
||||
|
||||
postPatch = (previousAttrs.postPatch or "") + relaxPnpmEngine;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# last-modified: Fri, 24 Jul 2026 10:50:57 GMT
|
||||
# last-modified: Wed, 16 Sep 2026 09:48:47 GMT
|
||||
{
|
||||
appimageTools,
|
||||
fetchurl,
|
||||
@@ -6,12 +6,12 @@
|
||||
makeWrapper,
|
||||
}: let
|
||||
pname = "vibetyper";
|
||||
version = "1.5.1";
|
||||
version = "1.5.2";
|
||||
# Upstream publishes to an unversioned URL — ./update.sh watches Last-Modified
|
||||
# and refreshes the sha256 when the binary changes. Bump `version` manually.
|
||||
src = fetchurl {
|
||||
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
|
||||
sha256 = "sha256-QEVFCUkcA/qK+1en3oLDGZlNvALLL6ojT+opL9K/PVU=";
|
||||
sha256 = "sha256-rlbpvUcn84fil7aQci/XANcl/x/u6qIM2dmhypwI7mU=";
|
||||
};
|
||||
appimageContents = appimageTools.extract {inherit pname version src;};
|
||||
in
|
||||
@@ -29,7 +29,7 @@ in
|
||||
install -m 444 -D ${appimageContents}/vibe-typer.png \
|
||||
$out/share/icons/hicolor/512x512/apps/vibe-typer.png
|
||||
wrapProgram $out/bin/${pname} \
|
||||
--set VIBE_DISABLE_HYPRLAND_INDICATOR_NO_BLUR 1
|
||||
--set VIBE_DISABLE_WLROOTS_INDICATOR_RULES 1
|
||||
'';
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
modifiedPkgs = mkPkgs [self.overlays.modifications];
|
||||
defaultPkgs = mkPkgs [self.overlays.default];
|
||||
|
||||
expectedVersion = "2.38.7";
|
||||
expectedSrcHash = "sha256-APKju7+jHw2fET+1FDFi8EhAQ3ZJRVzy8LwPgLm3Bbc=";
|
||||
expectedPnpmHash = "sha256-0k3h5dcVPzLpZoYstJkFrXrcP4kmB0A2Q0YdAdmfOGs=";
|
||||
expectedVersion = "2.39.6";
|
||||
expectedSrcHash = "sha256-fmo0xL6IF6J+D5ZamkoBXyZ4Q8s3l5MeBWaXc39OsTU=";
|
||||
expectedPnpmHash = "sha256-yL95w+Jd5I5R6r/qNihvAJ4MX2LMyS9ICZzJnLxHR4s=";
|
||||
expectedChangelog = "https://github.com/n8n-io/n8n/releases/tag/n8n@${expectedVersion}";
|
||||
expectedRootNodeModuleSymlinks = [
|
||||
"ln -s .pnpm/node_modules/sass-embedded node_modules/sass-embedded"
|
||||
|
||||
Reference in New Issue
Block a user