mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
melos: 6.2.0 -> 6.3.2
This commit is contained in:
parent
223d5291bc
commit
6e809040cc
2 changed files with 16 additions and 28 deletions
|
@ -5,12 +5,12 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "melos";
|
pname = "melos";
|
||||||
version = "6.2.0";
|
version = "6.3.2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "invertase";
|
owner = "invertase";
|
||||||
repo = "melos";
|
repo = "melos";
|
||||||
rev = "melos-v${version}";
|
rev = "melos-v${version}";
|
||||||
hash = "sha256-00K/LwrwjvO4LnXM2PDooQMJ6sXcJy9FBErtEwoMZlM=";
|
hash = "sha256-hD4UlQPFugRqtOZecyT/6wV3vFocoQ6OO5w+SZsYdO0=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
buildDartApplication {
|
buildDartApplication {
|
||||||
|
|
|
@ -100,6 +100,16 @@
|
||||||
"source": "hosted",
|
"source": "hosted",
|
||||||
"version": "1.3.1"
|
"version": "1.3.1"
|
||||||
},
|
},
|
||||||
|
"checked_yaml": {
|
||||||
|
"dependency": "transitive",
|
||||||
|
"description": {
|
||||||
|
"name": "checked_yaml",
|
||||||
|
"sha256": "feb6bed21949061731a7a75fc5d2aa727cf160b91af9a3e464c5e3a32e28b5ff",
|
||||||
|
"url": "https://pub.dev"
|
||||||
|
},
|
||||||
|
"source": "hosted",
|
||||||
|
"version": "2.0.3"
|
||||||
|
},
|
||||||
"cli_launcher": {
|
"cli_launcher": {
|
||||||
"dependency": "direct main",
|
"dependency": "direct main",
|
||||||
"description": {
|
"description": {
|
||||||
|
@ -470,25 +480,15 @@
|
||||||
"source": "hosted",
|
"source": "hosted",
|
||||||
"version": "0.4.0"
|
"version": "0.4.0"
|
||||||
},
|
},
|
||||||
"pubspec": {
|
"pubspec_parse": {
|
||||||
"dependency": "direct main",
|
"dependency": "direct main",
|
||||||
"description": {
|
"description": {
|
||||||
"name": "pubspec",
|
"name": "pubspec_parse",
|
||||||
"sha256": "f534a50a2b4d48dc3bc0ec147c8bd7c304280fff23b153f3f11803c4d49d927e",
|
"sha256": "81876843eb50dc2e1e5b151792c9a985c5ed2536914115ed04e9c8528f6647b0",
|
||||||
"url": "https://pub.dev"
|
"url": "https://pub.dev"
|
||||||
},
|
},
|
||||||
"source": "hosted",
|
"source": "hosted",
|
||||||
"version": "2.3.0"
|
"version": "1.4.0"
|
||||||
},
|
|
||||||
"quiver": {
|
|
||||||
"dependency": "transitive",
|
|
||||||
"description": {
|
|
||||||
"name": "quiver",
|
|
||||||
"sha256": "b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47",
|
|
||||||
"url": "https://pub.dev"
|
|
||||||
},
|
|
||||||
"source": "hosted",
|
|
||||||
"version": "3.2.1"
|
|
||||||
},
|
},
|
||||||
"shelf": {
|
"shelf": {
|
||||||
"dependency": "transitive",
|
"dependency": "transitive",
|
||||||
|
@ -650,16 +650,6 @@
|
||||||
"source": "hosted",
|
"source": "hosted",
|
||||||
"version": "1.3.2"
|
"version": "1.3.2"
|
||||||
},
|
},
|
||||||
"uri": {
|
|
||||||
"dependency": "transitive",
|
|
||||||
"description": {
|
|
||||||
"name": "uri",
|
|
||||||
"sha256": "889eea21e953187c6099802b7b4cf5219ba8f3518f604a1033064d45b1b8268a",
|
|
||||||
"url": "https://pub.dev"
|
|
||||||
},
|
|
||||||
"source": "hosted",
|
|
||||||
"version": "1.0.0"
|
|
||||||
},
|
|
||||||
"vm_service": {
|
"vm_service": {
|
||||||
"dependency": "transitive",
|
"dependency": "transitive",
|
||||||
"description": {
|
"description": {
|
||||||
|
@ -745,5 +735,3 @@
|
||||||
"dart": ">=3.3.0 <4.0.0"
|
"dart": ">=3.3.0 <4.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue