vscode-runner: 1.8.1 -> 1.9.0 (#517017)

This commit is contained in:
Sandro
2026-05-05 21:29:31 +00:00
committed by GitHub
+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 {