Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

vscode-extensions.dart-code.flutter: 3.114.0 -> 3.116.0 (#429998)

authored by Pol Dellaiera and committed by GitHub cc9d64ae 3f07cc53

Changed files
+2 -2
pkgs
applications
editors
vscode
extensions
+2 -2
pkgs/applications/editors/vscode/extensions/default.nix
··· 1253 1253 mktplcRef = { 1254 1254 name = "flutter"; 1255 1255 publisher = "dart-code"; 1256 - version = "3.114.0"; 1257 - hash = "sha256-xKvLpcAu3LDmXLImYcbtk3EqglVS0CHF3MzO21M8SpY="; 1256 + version = "3.116.0"; 1257 + hash = "sha256-5T/C9o6fRLnWM7MF8ATYJMEdJgLA4ZdA4Lgjtjxh2ZE="; 1258 1258 }; 1259 1259 1260 1260 meta.license = lib.licenses.mit;