wire-desktop: linux 3.23.2938 -> 3.24.2939

This commit is contained in:
toonn 2021-03-29 21:39:58 +02:00
parent 63be3d6498
commit 1336a074c4
No known key found for this signature in database
GPG Key ID: A1756943D328A924

View File

@ -23,12 +23,12 @@ let
version = {
x86_64-darwin = "3.23.4046";
x86_64-linux = "3.23.2938";
x86_64-linux = "3.24.2939";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "19k8102chh4yphk89kiz83yarawnzdnsq0hbsqpjdhbmarqjcd9s";
x86_64-linux = "1cx5azl5dvya1hf0gayafm4rg6ccmmq978xsgm6lf0rlb4kirj65";
x86_64-linux = "1k9n58pr5fnqv9vacay5vrbs4pvq2p36c0dpg9rjdcnb2fwaqg5p";
}.${system} or throwSystem;
meta = with lib; {