vscode-runner: 1.9.1 -> 1.9.3 (#548911)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-04 12:32:20 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
let
version = "1.9.1";
version = "1.9.3";
src = fetchFromGitHub {
owner = "Merrit";
repo = "vscode-runner";
rev = "v${version}";
hash = "sha256-y9mexT02z6rw0uAbkHxOsPZQw5kgsm4v9qHHlyumcmo=";
hash = "sha256-qeB6lroBxdZP5+AFfMgTzli2ID8Ed3+1m2nACb1d+Bk=";
};
in
buildDartApplication {