this repo has no description

feat: update windsurf to 1.2.6 (#36)

authored by tghanken.tngl.sh and committed by GitHub 2e077542 70d59213

Changed files
+3 -3
packages
+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.2.5"; # "windsurfVersion" 14 - hash = "b195fa8f6708b2d32692f64ba2809ad303f79173"; # "version" 13 + version = "1.2.6"; # "windsurfVersion" 14 + hash = "d08b8ea13d580d24be204c76e5dd1651d7234cd2"; # "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-jIQX9NoH3CTSh8g6/RqB+gh8w/w0e9j8gH1TfCbvKqM="; 27 + hash = "sha256-rXHrArkwLUzxQTwKg3Y/Rf5FXlvnTunhR3vqLoWgLKo="; 28 28 }; 29 29 30 30 sourceRoot = "Windsurf";