From ffc22cd60c78e9536f82505d2b9bdca53c71c0c7 Mon Sep 17 00:00:00 2001 From: George Macon Date: Mon, 24 Feb 2025 19:22:47 -0500 Subject: [PATCH 1/2] cwtch: 0.1.5 -> 0.1.6 --- pkgs/by-name/cw/cwtch/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/cw/cwtch/package.nix b/pkgs/by-name/cw/cwtch/package.nix index 438d46da41f3..c7eb92c10e44 100644 --- a/pkgs/by-name/cw/cwtch/package.nix +++ b/pkgs/by-name/cw/cwtch/package.nix @@ -5,15 +5,15 @@ }: buildGoModule rec { pname = "libcwtch"; - version = "0.1.5"; + version = "0.1.6"; # This Gitea instance has archive downloads disabled, so: fetchgit src = fetchgit { url = "https://git.openprivacy.ca/cwtch.im/autobindings.git"; rev = "v${version}"; - hash = "sha256-SeMpL/ncDh4DgYYeikHiwRIF/RKsrOhRzPAePXglvqM="; + hash = "sha256-LlnfGHwjZFvygVF1/f9q+q1rD0OpEGIPzt7E6N6HWDc="; }; - vendorHash = "sha256-ZgysF9ZYbuUdaxUiNAJ44JAeFKjBpOQ1DMXhO2RV7zc="; + vendorHash = "sha256-t9SupYMfWBF0wHY3EFVT1zu0vvcd4OD/aQqlPeExw04="; overrideModAttrs = ( old: { preBuild = '' From 7f7b4883df403b5fcdb995e5d88a75681604100c Mon Sep 17 00:00:00 2001 From: George Macon Date: Mon, 24 Feb 2025 19:28:52 -0500 Subject: [PATCH 2/2] cwtch-ui: 1.15.4 -> 1.15.5 --- 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 cfa5ca5c41e0..957ff202c818 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 flutter.buildFlutterApplication rec { pname = "cwtch-ui"; - version = "1.15.4"; + version = "1.15.5"; # 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-Ee6LKqh4Xe+93noJktCGQyW1YLxSXgVKh6YoG0xebBc="; + hash = "sha256-u0IFLZp53Fg8soKjSXr6IjNxFI9aTU5xUYgf1SN6rTQ="; }; # NOTE: The included pubspec.json does not exactly match the upstream