Skip to content

Commit 9268059

Browse files
nextcloud-talk-desktop: 1.1.7 -> 1.1.8 (#406344)
Co-authored-by: kashw2 <[email protected]>
2 parents 7a07421 + 48adf63 commit 9268059

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ne/nextcloud-talk-desktop/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
stdenv.mkDerivation (finalAttrs: {
2727
pname = "nextcloud-talk-desktop";
28-
version = "1.1.7";
28+
version = "1.1.8";
2929

3030
# Building from source would require building also building Server and Talk components
3131
# See https://github.com/nextcloud/talk-desktop?tab=readme-ov-file#%EF%B8%8F-prerequisites
3232
src = fetchzip {
3333
url = "https://github.com/nextcloud-releases/talk-desktop/releases/download/v${finalAttrs.version}/Nextcloud.Talk-linux-x64.zip";
34-
hash = "sha256-tcg3ctqbarJKJ9oROI+PHVTddJoioA1rF/QLR659q0Q=";
34+
hash = "sha256-rKUf6BQk/snwI6Sf67+PbNEnoZZY1u+EOEWE11p3dYw=";
3535
stripRoot = false;
3636
};
3737

0 commit comments

Comments
 (0)