Skip to content

Commit

Permalink
anydesk: 5.5.4 -> 5.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed May 5, 2020
1 parent 7bde990 commit d961cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/anydesk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

let
sha256 = {
x86_64-linux = "1ry21zw5ghba4xjx8dvimlpprgap7n8j9lqhjsciahbvc16vx5ks";
x86_64-linux = "09ajpsmgrgjhw7b91id76w84kwk2d678n0b81zzpwq7sgjcm0sb0";
i386-linux = "0vjxbg5hwkqkh600rr75xviwy848r1xw9mxwf6bb6l8b0isvlsgg";
}.${stdenv.hostPlatform.system} or (throw "system ${stdenv.hostPlatform.system} not supported");

Expand All @@ -28,7 +28,7 @@ let

in stdenv.mkDerivation rec {
pname = "anydesk";
version = "5.5.4";
version = "5.5.5";

src = fetchurl {
urls = [
Expand Down

0 comments on commit d961cd7

Please sign in to comment.