summaryrefslogtreecommitdiff
path: root/derivations/windsurf
diff options
context:
space:
mode:
Diffstat (limited to 'derivations/windsurf')
-rw-r--r--derivations/windsurf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/derivations/windsurf/default.nix b/derivations/windsurf/default.nix
index 9dc7cec..5ad4b71 100644
--- a/derivations/windsurf/default.nix
+++ b/derivations/windsurf/default.nix
@@ -10,7 +10,7 @@
}:
# https://windsurf-stable.codeium.com/api/update/linux-x64/stable/latest
let
- version = "1.2.2"; # "windsurfVersion"
+ version = "1.3.4";
hash = "c418a14b63f051e96dafb37fe06f1fe0b10ba3c8"; # "version"
in
callPackage "${nixpkgs}/pkgs/applications/editors/vscode/generic.nix" rec {