vscode-runner: 1.8.1 -> 1.9.0 (#517017)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user