nextcloud-talk-desktop: 2.0.3 -> 2.0.4 (#466426)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-30 12:28:21 +00:00
committed by GitHub
@@ -27,7 +27,7 @@
}:
let
pname = "nextcloud-talk-desktop";
version = "2.0.3";
version = "2.0.4";
# Only x86_64-linux is supported with Darwin support being universal
sources = {
@@ -35,7 +35,7 @@ let
# See https://github.com/nextcloud/talk-desktop?tab=readme-ov-file#%EF%B8%8F-prerequisites
linux = fetchzip {
url = "https://github.com/nextcloud-releases/talk-desktop/releases/download/v${version}/Nextcloud.Talk-linux-x64.zip";
hash = "sha256-QKbg5vHLuxLpngrHom/odWw9RK43jhZsEg7Df5c7db0=";
hash = "sha256-Nky3ws1UV0F4qjbBog53BjXkZ/ttTER/32NlB2ONJaE=";
stripRoot = false;
};
darwin = fetchurl {