this repo has no description

chore: update windsurf to 1.2.5 (#33)

authored by tghanken.tngl.sh and committed by GitHub 50069cf3 42745eb9

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.1"; # "windsurfVersion" 14 - hash = "aa53e9df956d9bc7cb1835f8eaa47768ce0e5b44"; # "version" 13 + version = "1.2.5"; # "windsurfVersion" 14 + hash = "b195fa8f6708b2d32692f64ba2809ad303f79173"; # "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-dGEZQzShF5MVUZVVNFhccueVF9VqQ+/oatKRd0ZAOS0="; 27 + hash = "sha256-jIQX9NoH3CTSh8g6/RqB+gh8w/w0e9j8gH1TfCbvKqM="; 28 28 }; 29 29 30 30 sourceRoot = "Windsurf";