···2526stdenv.mkDerivation (finalAttrs: {
27 pname = "nextcloud-talk-desktop";
28- version = "1.2.5";
2930 # Building from source would require building also building Server and Talk components
31 # See https://github.com/nextcloud/talk-desktop?tab=readme-ov-file#%EF%B8%8F-prerequisites
32 src = fetchzip {
33 url = "https://github.com/nextcloud-releases/talk-desktop/releases/download/v${finalAttrs.version}/Nextcloud.Talk-linux-x64.zip";
34- hash = "sha256-Jozdyxd02LocmbRrR2pB7EtIRIjd988JtDhlCNbumks=";
35 stripRoot = false;
36 };
37
···2526stdenv.mkDerivation (finalAttrs: {
27 pname = "nextcloud-talk-desktop";
28+ version = "1.2.6";
2930 # Building from source would require building also building Server and Talk components
31 # See https://github.com/nextcloud/talk-desktop?tab=readme-ov-file#%EF%B8%8F-prerequisites
32 src = fetchzip {
33 url = "https://github.com/nextcloud-releases/talk-desktop/releases/download/v${finalAttrs.version}/Nextcloud.Talk-linux-x64.zip";
34+ hash = "sha256-uCqmcDZ5iaeT8nCss3Y2nen4N5nzMKu0dkTU/gapVow=";
35 stripRoot = false;
36 };
37