cwtch-ui: 1.15.4 -> 1.15.5 (#384908)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-02 17:23:55 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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 = ''