From 1c6c1bd101c8a23b82c03a9a7814f2ba242178f1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 29 Jan 2025 09:16:55 +0000 Subject: [PATCH] cwtch-ui: 1.15.1 -> 1.15.4 --- pkgs/by-name/cw/cwtch-ui/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/cw/cwtch-ui/package.nix b/pkgs/by-name/cw/cwtch-ui/package.nix index 88bcf61439d55..3db60767ec1f1 100644 --- a/pkgs/by-name/cw/cwtch-ui/package.nix +++ b/pkgs/by-name/cw/cwtch-ui/package.nix @@ -12,18 +12,18 @@ let in flutter.buildFlutterApplication rec { pname = "cwtch-ui"; - version = "1.15.1"; + version = "1.15.4"; # This Gitea instance has archive downloads disabled, so: fetchgit src = fetchgit { url = "https://git.openprivacy.ca/cwtch.im/cwtch-ui"; rev = "v${version}"; - hash = "sha256-+UtWhQMhm0UjY0kx3B5TwcBFhUfJma3rpeYls4XWy7I="; + hash = "sha256-Ee6LKqh4Xe+93noJktCGQyW1YLxSXgVKh6YoG0xebBc="; }; # NOTE: The included pubspec.json does not exactly match the upstream # pubspec.lock. With Flutter 3.24, a newer version of material_color_utilities # is required than the upstream locked version. From a checkout of cwtch-ui - # 1.15.1, I ran `flutter pub upgrade material_color_utilities` on 2024-10-17. + # 1.15.4, I ran `flutter pub upgrade material_color_utilities` on 2024-10-17. # This upgraded material_color_utilities and its dependencies. pubspecLock = lib.importJSON ./pubspec.json; gitHashes = {