Skip to content

Commit

Permalink
[cwtch-ui] 1.14.7 -> 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
George Macon committed Oct 10, 2024
1 parent 6109902 commit b2f52d5
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 176 deletions.
13 changes: 0 additions & 13 deletions nix/cwtch-ui/exhaustive-match.patch

This file was deleted.

8 changes: 3 additions & 5 deletions nix/cwtch-ui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@ let
in
flutter.buildFlutterApplication rec {
pname = "cwtch-ui";
version = "1.14.7";
version = "1.15.1";
src = fetchgit {
url = "https://git.openprivacy.ca/cwtch.im/cwtch-ui";
rev = "v${version}";
hash = "sha256-c02s8YFrLwIpvLVMM2d7Ynk02ibIgZmRKOI+mkrttLk=";
hash = "sha256-+UtWhQMhm0UjY0kx3B5TwcBFhUfJma3rpeYls4XWy7I=";
};

patches = [ ./exhaustive-match.patch ];

pubspecLock = lib.importJSON ./pubspec.json;
gitHashes = {
flutter_gherkin = "sha256-NshzlM21x7jSFjP+M0N4S7aV3BcORkZPvzNDwJxuVSA=";
flutter_gherkin = "sha256-Y8tR84kkczQPBwh7cGhPFAAqrMZKRfGp/02huPaaQZg=";
};

flutterBuildFlags = [
Expand Down
Loading

0 comments on commit b2f52d5

Please sign in to comment.