pied: 0.3.0 -> 0.3.1 (#428967)

Co-authored-by: genga898 <genga898@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-02 05:52:32 +00:00 committed by GitHub
commit dc80fe1e87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
flutter327.buildFlutterApplication rec {
pname = "pied";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "Elleo";
repo = "pied";
tag = "v${version}";
hash = "sha256-I2p3GIb54r9r/phbKJsz/cFw1ECdwZ2RnCYVxjsHzg0=";
hash = "sha256-STeSpto70b4m03ExikUrIwsHCqj1QH2jvVZ8G/ybw28=";
};
pubspecLock = lib.importJSON ./pubspec.lock.json;