From 7e7e6877e2e62635b23471eb711473578e60c374 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 5 Jun 2026 20:42:44 -0400 Subject: [PATCH] add hash for navigation_rail_m3e to fix nix build --- linux/nix/pkg/default.nix | 2 +- pubspec.lock | 9 ++++----- pubspec.yaml | 4 +--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/linux/nix/pkg/default.nix b/linux/nix/pkg/default.nix index 091f625..7e7b427 100644 --- a/linux/nix/pkg/default.nix +++ b/linux/nix/pkg/default.nix @@ -30,9 +30,9 @@ flutter.buildFlutterApplication { gitHashes = { window_size = "sha256-XelNtp7tpZ91QCEcvewVphNUtgQX7xrp5QP0oFo6DgM="; - dynamic_system_colors = "sha256-GInPqU7r4Kj7+CNBQnf95u0BiagOUI6EtcW0A18pfd0="; emoji_text_field = "sha256-3TOys09EP2GRo6pUBGPXaqBlE39O2Cmwt42Hs1cTDKo="; linkify = "sha256-mxV/XHLxF9cn7sUPr2SUNjVmDr5lbxkuGCbNdyiZi2c="; + navigation_rail_m3e = "sha256-Zkqo8RkNSWiELB+Bk6iLsgft9THuJiMtysEwXNS/ZgY="; }; postInstall = '' diff --git a/pubspec.lock b/pubspec.lock index b9d18e6..7d2e875 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -300,11 +300,10 @@ packages: dynamic_system_colors: dependency: "direct main" description: - path: "." - ref: HEAD - resolved-ref: fc7eea96556aebb1a7cd3272929277bc6d136233 - url: "https://github.com/hasali19/flutter_dynamic_system_colors" - source: git + name: dynamic_system_colors + sha256: "6cda994363fe362e3c433e068af83feffc2c9a26ba0be7ecdb2b96f676d2dfd8" + url: "https://pub.dev" + source: hosted version: "1.9.0" emoji_text_field: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index 17034a1..815eea3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,9 +33,7 @@ dependencies: image_picker: 1.2.2 file_picker: 11.0.2 path: 1.9.1 - dynamic_system_colors: - git: - url: https://github.com/hasali19/flutter_dynamic_system_colors + dynamic_system_colors: 1.9.0 collection: 1.19.1 window_manager: 0.5.1 color_hash: 1.0.1