This commit is contained in:
Mars 2024-11-27 22:47:44 -05:00
parent 1c04408e9f
commit 27bf6633b2
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
6 changed files with 1474 additions and 543 deletions

View file

@ -35,7 +35,7 @@
}))
(callPackage "${inputs.nixpkgs}/pkgs/applications/editors/vscode/generic.nix" rec {
commandLineArgs = "";
version = "1.0.2";
version = "1.0.5";
pname = "windsurf";
executableName = "windsurf";
@ -43,8 +43,8 @@
shortName = "windsurf";
src = fetchurl {
url = "https://windsurf-stable.codeiumdata.com/linux-x64/stable/56025767068f846a4d68adf1914f19f9c34e1375/Windsurf-linux-x64-${version}.tar.gz";
hash = "sha256-YxXnSwjV8/0O2Slb6opKfEdRiGbtBaAVkRpg/BXlf6g=";
url = "https://windsurf-stable.codeiumdata.com/linux-x64/stable/d33d40f6cd3a4d7e451b22e94359230a4aa8c161/Windsurf-linux-x64-${version}.tar.gz";
sha256 = "11ibfbijlww91k533dg5b267rrdqafm95aj8md1hpa0b3x4nzzzq";
};
sourceRoot = "Windsurf";