about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-06-06 18:35:33 +0200
committerGitHub <noreply@github.com>2023-06-06 18:35:33 +0200
commitb52f6ac65d27e21516e78bd87b41ea1c81eef8b6 (patch)
tree3a7ee630627f7c02874d03367b63a5c03c912a62 /pkgs
parent50ab2973ed98aef8193eeca44df6343f4b436ad6 (diff)
parente79e306aa93ea6000a96c6f3faf75a38c2d74050 (diff)
Merge pull request #235007 from LostAttractor/qq
qq: 3.1.2-12912 -> 3.1.2-13107
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/instant-messengers/qq/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/instant-messengers/qq/default.nix b/pkgs/applications/networking/instant-messengers/qq/default.nix
index e47a5349ed690..63077827369dc 100644
--- a/pkgs/applications/networking/instant-messengers/qq/default.nix
+++ b/pkgs/applications/networking/instant-messengers/qq/default.nix
@@ -22,16 +22,16 @@
 }:
 
 let
-  version = "3.1.2-12912";
-  _hash = "80d33f88";
+  version = "3.1.2-13107";
+  _hash = "ad5b5393";
   srcs = {
     x86_64-linux = fetchurl {
       url = "https://dldir1.qq.com/qqfile/qq/QQNT/${_hash}/linuxqq_${version}_amd64.deb";
-      hash = "sha256-F+zIHqYWKiCHYNJZ5hRw0rzltizjuqhVxbpzQGagoZ0=";
+      hash = "sha256-mBfeexWEYpGybFFianUFvlzMv0HoFR4EeFcwlGVXIRA=";
     };
     aarch64-linux = fetchurl {
       url = "https://dldir1.qq.com/qqfile/qq/QQNT/${_hash}/linuxqq_${version}_arm64.deb";
-      hash = "sha256-5n4T0mlfEh9/84wUYiH437R95Qz6/SKDq/AK6baiW24=";
+      hash = "sha256-V6kR2lb63nnNIEhn64Yg0BYYlz7W0Cw60TwnKaJuLgs=";
     };
   };
   src = srcs.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");