vscode-runner: 1.8.1 -> 1.9.0

Changelog: https://github.com/Merrit/vscode-runner/blob/v1.9.0/CHANGELOG.md
This commit is contained in:
pinage404
2026-05-05 22:01:41 +02:00
parent fdea160577
commit d92ba48791
+2 -2
View File
@@ -7,13 +7,13 @@
}:
let
version = "1.8.1";
version = "1.9.0";
src = fetchFromGitHub {
owner = "Merrit";
repo = "vscode-runner";
rev = "v${version}";
hash = "sha256-ZzAQeSUFbHp2Bwiwsq8kgQqqNlr6hfXuz7PNAOSiBhU=";
hash = "sha256-oUjh0+u+tk4CgNlLL1P7lCC6kEsoTZd97i9luODxKu8=";
};
in
buildDartApplication {