From b8008de778c7aab2358aa9ed25f93fe92688ef18 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 30 Oct 2025 00:40:56 +0000 Subject: [PATCH] cwtch-ui: 1.16.0 -> 1.16.1 --- pkgs/by-name/cw/cwtch-ui/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/cw/cwtch-ui/package.nix b/pkgs/by-name/cw/cwtch-ui/package.nix index 56ec33b81e40..b4adced87422 100644 --- a/pkgs/by-name/cw/cwtch-ui/package.nix +++ b/pkgs/by-name/cw/cwtch-ui/package.nix @@ -12,12 +12,12 @@ let in flutter329.buildFlutterApplication rec { pname = "cwtch-ui"; - version = "1.16.0"; + version = "1.16.1"; # 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-887BiDqu35kocQmren9/rRhLdMNEXPmzsQFAixUvTxo="; + hash = "sha256-VKR02cRcjEapiIo+bQqeJOenmv0Rmzg6qfkI1LtWF10="; }; pubspecLock = lib.importJSON ./pubspec.json;