wire-desktop: linux 3.32.3079 -> 3.35.3348

This commit is contained in:
toonn 2024-03-30 20:23:57 +01:00
parent b7c056556f
commit d589b55536
No known key found for this signature in database
GPG Key ID: 49EF209B6C6DEB9B
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ let
in {
inherit x86_64-darwin;
aarch64-darwin = x86_64-darwin;
x86_64-linux = "3.32.3079";
x86_64-linux = "3.35.3348";
}.${system} or throwSystem;
hash = let
@ -38,7 +38,7 @@ let
in {
inherit x86_64-darwin;
aarch64-darwin = x86_64-darwin;
x86_64-linux = "sha256-+4aRis141ctI50BtBwipoVtPoMGRs82ENqZ+y2ZlL58=";
x86_64-linux = "sha256-KtDUuAzD53mFJ0+yywp0Q2/hx9MGsOhFjRLWsZAd+h0=";
}.${system} or throwSystem;
meta = with lib; {