vscode-runner: 1.9.1 -> 1.9.3

This commit is contained in:
R. Ryantm
2026-08-03 19:26:55 +00:00
parent 7acf45fcfe
commit 771de2f1a4
+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 {