summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-06-24 01:42:09 -0500
committerGitHub <noreply@github.com>2022-06-24 01:42:09 -0500
commit4276389165795f134a69f84c463ba6e14ca6359f (patch)
treed0f656f7446d52199e11ecc5577896220aed0a25
parentMerge pull request #178835 from r-ryantm/auto-update/python3.10-mockito (diff)
parentthreema-desktop: 1.2.0 -> 1.2.13 (diff)
downloadnixpkgs-4276389165795f134a69f84c463ba6e14ca6359f.tar.gz
Merge pull request #178460 from kilianar/threema-desktop
threema-desktop: 1.2.0 -> 1.2.13
-rw-r--r--pkgs/applications/networking/instant-messengers/threema-desktop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/threema-desktop/default.nix b/pkgs/applications/networking/instant-messengers/threema-desktop/default.nix
index 128107aa0552..852abe8e6dc4 100644
--- a/pkgs/applications/networking/instant-messengers/threema-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/threema-desktop/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "threema-desktop";
- version = "1.2.0";
+ version = "1.2.13";
src = fetchurl {
# As Threema only offers a Latest Release url, the plan is to upload each
# new release url to web.archive.org until their Github releases page gets populated.
- url = "https://web.archive.org/web/20220408213031if_/https://releases.threema.ch/web-electron/v1/release/Threema-Latest.deb";
- sha256 = "7c8e1e76ad82a0cf776eb8b0a683a41a00dc8752bb79a24b0ae9d795fdedcde6";
+ url = "https://web.archive.org/web/20220621152620id_/https://releases.threema.ch/web-electron/v1/release/Threema-Latest.deb";
+ sha256 = "sha256-X16GMxUIKUloj0FxhzWQKUBf4zwfSBVg0cwLgGxHPHE=";
};
nativeBuildInputs = [