We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a07421 + 48adf63 commit 9268059Copy full SHA for 9268059
1 file changed
pkgs/by-name/ne/nextcloud-talk-desktop/package.nix
@@ -25,13 +25,13 @@
25
26
stdenv.mkDerivation (finalAttrs: {
27
pname = "nextcloud-talk-desktop";
28
- version = "1.1.7";
+ version = "1.1.8";
29
30
# 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-tcg3ctqbarJKJ9oROI+PHVTddJoioA1rF/QLR659q0Q=";
+ hash = "sha256-rKUf6BQk/snwI6Sf67+PbNEnoZZY1u+EOEWE11p3dYw=";
35
stripRoot = false;
36
};
37
0 commit comments