+3
-3
packages/windsurf.nix
+3
-3
packages/windsurf.nix
···
10
10
}:
11
11
# https://windsurf-stable.codeium.com/api/update/linux-x64/stable/latest
12
12
let
13
-
version = "1.1.0"; # "windsurfVersion"
14
-
hash = "c418a14b63f051e96dafb37fe06f1fe0b10ba3c8"; # "version"
13
+
version = "1.1.2"; # "windsurfVersion"
14
+
hash = "599ce698a84d43160da884347f22f6b77d0c8415"; # "version"
15
15
in
16
16
callPackage "${nixpkgs}/pkgs/applications/editors/vscode/generic.nix" rec {
17
17
inherit commandLineArgs useVSCodeRipgrep version;
···
24
24
25
25
src = fetchurl {
26
26
url = "https://windsurf-stable.codeiumdata.com/linux-x64/stable/${hash}/Windsurf-linux-x64-${version}.tar.gz";
27
-
hash = "sha256-fsDPzHtAmQIfFX7dji598Q+KXO6A5F9IFEC+bnmQzVU=";
27
+
hash = "sha256-QAeq13K6Cnp9YF/bcElG1anchzLvGZHUgi9MWliy1u8=";
28
28
};
29
29
30
30
sourceRoot = "Windsurf";