Merge branch 'main' into lable-for-new-vms
This commit is contained in:
commit
1655c2b730
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
- name: "Checkout 🥡"
|
||||
uses: "actions/checkout@v4"
|
||||
- name: "Install Nix ❄️"
|
||||
uses: "DeterminateSystems/nix-installer-action@v16"
|
||||
uses: "DeterminateSystems/nix-installer-action@v17"
|
||||
- name: "Enable Magic Nix Cache 🪄"
|
||||
uses: "DeterminateSystems/magic-nix-cache-action@v9"
|
||||
- name: "Build with Nix ❄️"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: DeterminateSystems/nix-installer-action@v17
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||
- uses: DeterminateSystems/flake-checker-action@v9
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: DeterminateSystems/nix-installer-action@v17
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||
- uses: DeterminateSystems/update-flake-lock@v24
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ jobs:
|
|||
- uses: "actions/checkout@v4"
|
||||
with:
|
||||
ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
|
||||
- uses: "DeterminateSystems/nix-installer-action@v16"
|
||||
- uses: "DeterminateSystems/nix-installer-action@v17"
|
||||
- uses: "DeterminateSystems/magic-nix-cache-action@v9"
|
||||
- uses: "DeterminateSystems/flakehub-push@v5"
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -255,10 +255,10 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_svg
|
||||
sha256: c200fd79c918a40c5cd50ea0877fa13f81bdaf6f0a5d3dbcc2a13e3285d6aa1b
|
||||
sha256: d44bf546b13025ec7353091516f6881f1d4c633993cb109c3916c3a0159dadf1
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.0.17"
|
||||
version: "2.1.0"
|
||||
flutter_test:
|
||||
dependency: "direct dev"
|
||||
description: flutter
|
||||
|
|
@ -593,10 +593,10 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
name: provider
|
||||
sha256: "489024f942069c2920c844ee18bb3d467c69e48955a4f32d1677f71be103e310"
|
||||
sha256: "4abbd070a04e9ddc287673bf5a030c7ca8b685ff70218720abab8b092f53dd84"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "6.1.4"
|
||||
version: "6.1.5"
|
||||
pub_semver:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@ dependencies:
|
|||
desktop_notifications: ^0.6.3
|
||||
file_picker: ^8.0.6
|
||||
path: ^1.9.1
|
||||
flutter_svg: ^2.0.17
|
||||
flutter_svg: ^2.1.0
|
||||
gettext: ^1.2.0
|
||||
gettext_i18n: ^1.0.7
|
||||
gettext_parser: ^0.2.0
|
||||
package_info_plus: ^8.0.2
|
||||
process_run: ^1.1.0
|
||||
provider: ^6.1.4
|
||||
provider: ^6.1.5
|
||||
quiver: ^3.2.2
|
||||
url_launcher: ^6.3.0
|
||||
shared_preferences: ^2.3.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue