Unverified Commit 765ddecb authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

nextcloud-talk-desktop: 1.0.1 -> 1.1.5 (#390461)

parents 5571edae 83560577
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -20,17 +20,18 @@
  libGL,
  libglvnd,
  systemd,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "nextcloud-talk-desktop";
  version = "1.0.1";
  version = "1.1.5";

  # Building from source would require building also building Server and Talk components
  # See https://github.com/nextcloud/talk-desktop?tab=readme-ov-file#%EF%B8%8F-prerequisites
  src = fetchzip {
    url = "https://github.com/nextcloud-releases/talk-desktop/releases/download/v${finalAttrs.version}/Nextcloud.Talk-linux-x64.zip";
    hash = "sha256-ZSNeuKZ+oi6tHO61RshtJ6ndtxvUJbY4gyhDwKpHXZI=";
    hash = "sha256-KI6EJxsiIPjk+SBdqAwQNpaMZgVQSra/tqCGufQYSPs=";
    stripRoot = false;
  };

@@ -102,6 +103,8 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Nextcloud Talk Desktop Client";
    homepage = "https://github.com/nextcloud/talk-desktop";